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.

Question Removing link to merged thread

More
17 years 2 weeks ago #18409 by Yammer
I occasionally merge threads and forget to untick the "Leave ghost copy of thread". This leaves behind a forum link beginning with "MOVED". I can't find any way to remove these links. I found this locked thread:
www.kunena.com/forum?func=view&catid=93&id=18062
Which seems to answer my problem, but I cannot find any way (frontend or backend) to enable Thread View.

Can anyone point me in the right direction, please? Or is there an easy way to remove these links by hacking the databse itself?

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

More
17 years 2 weeks ago - 17 years 2 weeks ago #18417 by xillibit
Hello,

thread view is this : docs.kunena.com/images/c/c0/Kunena.thread.png

you can set the case "Leave ghost copy of thread" not checked by default like this you no problem by change at line 1116 in the file /components/com_kunena/tempalte/default/post.php, remplace this :
Code:
<input type = "checkbox" checked name = "leaveGhost" value = "1"/> <?php echo _POST_MERGE_GHOST; ?>

by this
Code:
<input type = "checkbox" name = "leaveGhost" value = "1"/> <?php echo _POST_MERGE_GHOST; ?>

For delete this messages, you go in the message if you are moderator or administrator and choose delete where there are the buttons quick reply, reply, quote....

I don't provide support by PM, because this can be useful for someone else.
Last edit: 17 years 2 weeks ago by xillibit.

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

More
17 years 2 weeks ago #18427 by Yammer
Thanks, xillibit.

I assumed Thread View was the opposite of Flat View, like in other BBS software. I could have sworn there use to be a threaded view in Fireboard/Kunena.

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

Time to create page: 0.259 seconds