Kunena 7.0.2 Released

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

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

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 2.0, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Kunena Solved Plugin

More
13 years 1 month ago #140433 by YannickS

yuzef wrote: Hi author the nice plugin,.
I want to suggest (maybe important or not) about restricting anyone reply the topic that marked as SOLVED. or the able to reply if (the Moderator, Administrator, Topic Starter) change mode to uresolved.


Thanks, we already got this on our feature-list. No sure if and if yes, when it´s done.

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

More
13 years 1 month ago - 13 years 1 month ago #140872 by juliank92
Replied by juliank92 on topic Kunena Solved Plugin
Hi,

Great, finally there is a plug-in to mark topic's as solved.
Oh, and i would like to share the language file with you, wich i translated into Dutch.



Attachment not found



Edit: By the way, i think the plug-in, will become more functional that if you press "sloved", the topic should been locked.
Last edit: 13 years 1 month ago by juliank92.

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

More
13 years 1 month ago #140965 by lahmizzar
Replied by lahmizzar on topic Kunena Solved Plugin

juliank92 wrote: Hi,
Edit: By the way, i think the plug-in, will become more functional that if you press "sloved", the topic should been locked.


at least give the admin the opportunity to decide for themselves whether the item is locked or not when it is marked as resolved

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

More
13 years 3 weeks ago #141006 by ryvix
Replied by ryvix on topic Kunena Solved Plugin
I also cannot get this to work on Joomla 2.5.9. I can't figure out why exactly though but I think the onAfterRoute event doesn't get fired for some reason.

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

More
13 years 3 weeks ago #141007 by ryvix
Replied by ryvix on topic Kunena Solved Plugin
Yep, onAfterRoute gets fired for system plugins. You have to convert it to a system plugin rather than a Kunena plugin and then it works fine.

This involves changing the XML to have
Code:
<extension version="2.5" type="plugin" group="system" method="upgrade">
and the plugin file yagsolved.php to change the class line to be
Code:
class plgSystemYagSolved extends JPlugin
as well as changing the path lower down in that same file to
Code:
JPATH_PLUGINS . '/system/yagsolved/tpl/button_solved.html'

You might also have to rename the language files to system instead of kunena for it to use the language properly.
The following user(s) said Thank You: juliank92

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

More
13 years 3 weeks ago - 13 years 3 weeks ago #141008 by ryvix
Replied by ryvix on topic Kunena Solved Plugin
Can't reply to this topic anymore with additional changes for adding the locked param and a param for changing the button text. Gives me an internal server error.

Thinking maybe it's mod_security or something I will just attach it as a text file, hopefully...

File Attachment:

File Name: yagsolved_...ions.txt
File Size:2.37 KB
Last edit: 13 years 3 weeks ago by ryvix. Reason: Adding text file with instructions
The following user(s) said Thank You: juliank92

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

Time to create page: 0.378 seconds