- Posts: 38
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question Can I make subjects unchangable?
- Gazimaluke
-
Topic Author
- Offline
- Junior Member
-
Less
More
16 years 3 months ago - 16 years 3 months ago #46262
by Gazimaluke
Can I make subjects unchangable? was created by Gazimaluke
I have three questions. The first on is as the subject states. Can I make a threads subject unchangeable? I don't want someone who replies on a thread to be able to change the subject, because that screws stuff up if people start changing subject.
I also would like to remove the possibility to change topic icon.
And last the color selector in the boardcode menu that you can access when you create a thread or reply doesn't show any colors. They are all blank.
EDIT: I would like to make Kunena my Joomla sites frontpage, how is this done?
I also would like to remove the possibility to change topic icon.
And last the color selector in the boardcode menu that you can access when you create a thread or reply doesn't show any colors. They are all blank.
EDIT: I would like to make Kunena my Joomla sites frontpage, how is this done?
Last edit: 16 years 3 months ago by Gazimaluke.
Please Log in or Create an account to join the conversation.
16 years 3 months ago - 16 years 3 months ago #46264
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Can I make subjects unchangable?
Hello,
1°) To make subject unchangable open the file components/com_kunena/template/default/fb_write.html.php and line 100 replace this :
with this :
2°) Can you please give mode details on this :
3°)What do you mean by showing Kunena on my Joomla sites frontpage ? Do you have looked the latest post module?
1°) To make subject unchangable open the file components/com_kunena/template/default/fb_write.html.php and line 100 replace this :
Code:
<input type = "text" class = "<?php echo $boardclass; ?>inputbox postinput" name = "subject" size = "35" maxlength = "<?php echo $fbConfig->maxsubject;?>" value = "<?php echo $resubject;?>" />
with this :
Code:
<input type = "text" class = "<?php echo $boardclass; ?>inputbox postinput" name = "subject" size = "35" readonly="readonly" maxlength = "<?php echo $fbConfig->maxsubject;?>" value = "<?php echo $resubject;?>" />
2°) Can you please give mode details on this :
And last the color selector in the boardcode menu that you can access when you create a thread or reply doesn't show any colors. They are all blank.
3°)What do you mean by showing Kunena on my Joomla sites frontpage ? Do you have looked the latest post module?
I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 3 months ago by xillibit.
Please Log in or Create an account to join the conversation.
- Gazimaluke
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 38
- Thank you received: 0
16 years 3 months ago - 16 years 3 months ago #46269
by Gazimaluke
Replied by Gazimaluke on topic Re: Can I make subjects unchangable?
Last edit: 16 years 3 months ago by Gazimaluke.
Please Log in or Create an account to join the conversation.
16 years 3 months ago - 16 years 3 months ago #46303
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Can I make subjects unchangable?
1 °) Try this :
2° ) What kunena template do you using ? Do you have looked this : docs.kunena.com/index.php/Conflicting_plugins
2° ) What kunena template do you using ? Do you have looked this : docs.kunena.com/index.php/Conflicting_plugins
I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 3 months ago by xillibit.
Please Log in or Create an account to join the conversation.
Time to create page: 0.311 seconds