Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question How to deactivate ghost messages

More
14 years 2 months ago #1 by Moutas
I currently moved one topic from one sub-forum to another, and after it was moved I noticed it had a ghost message (which I didn't want). How can I deactivate the ghost messages which are enabled by default?

Thanks in advance :)

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

More
14 years 2 months ago #2 by xillibit
Hello,

There are no configuration options for this, the easy hack to changed is to uncheck the box by default, open the file components\com_kunena\template\default\post.php and at lines 1237 and 1120 remove the property 'checked' like :

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

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

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.339 seconds