Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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?

More
16 years 1 month ago - 16 years 1 month ago #46262 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?
Last edit: 16 years 1 month ago by Gazimaluke.

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago - 16 years 1 month ago #46264 by xillibit
Hello,

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 1 month ago by xillibit.

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago - 16 years 1 month ago #46269 by Gazimaluke
1. When I tried this I got a "Parse error: syntax error, unexpected T_ECHO in" on the edit page.

2. This is what it looks like.


3. I solved this by changing the home menu item to point to Kunena.
Last edit: 16 years 1 month ago by Gazimaluke.

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago - 16 years 1 month ago #46303 by xillibit
1 °) Try this :

File Attachment:

File Name: fb_write-20100421.zip
File Size:3.3 KB


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 1 month ago by xillibit.

Please Log in or Create an account to join the conversation.

Time to create page: 0.248 seconds