- Posts: 12
- Thank you received: 2
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 feature request: Built-in "solved" button and mark for each topic
1. We don't mind that the title is changing. But it cloud be avoided, since there was keeping a track of the solved topics in the database (so topic id's and categories are known).
2. Yeah, that was me being lazy :S. Since it is only used on one website, and we targeting to Dutch people i decided to put the text directly in the html file which is being used for the popup's.
3. Yes it is called a check mark. I think you could achieve this with somewhat the same solution as point 1. However, maybe there is a need of dirty tricks needed when you try to do this. And it would be a lot cleaner if there was a core feature in Kunena.
4. It keeps record of the marked solutions, and display them in a green color. (There is also a text inserted above the text in the post) It could be very easy modified to display a checkmark.
5. Yeah same as point 2, see: github.com/JVNL/PlgOpgelost/blob/master/template/modal.html
6. Strange, clicking "Ja" (in Dutch that means yes) should reopen it. Maybe there are issues with getting the message id (id of the post), guessing this because of point 4 and it won't reopen.
Please Log in or Create an account to join the conversation.
- baijianpeng
-
Topic Author
- Offline
- Premium Member
-
- Posts: 230
- Thank you received: 5
Could you please do some light modification to your code to let the plugin insert a special new CSS class such as "topic-solved" to the HTML A tag of the topic title? Then I can add that green checkmark to this kind of topics by this new CSS selector.
If your plugin can detect "on which post did the user clicked the solved button", please also insert a new CSS class such as "solution-post" to the HTML A tag of that post. Then I can put the green checkmark to that single post title.
Since I can only input an empty space character for the "prepend text" field, I think I can hide that prepend text this way. If you allow a new option to "do not show the prepend text", that is better than an empty space character.
Thank you.
www.joomlagate.com/
Chinese Joomla Users' Portal
Please Log in or Create an account to join the conversation.
The class "jnlSolvedSolutionPost" is added to a solution post.If your plugin can detect "on which post did the user clicked the solved button", please also insert a new CSS class such as "solution-post" to the HTML A tag of that post. Then I can put the green checkmark to that single post title.
github.com/JVNL/PlgOpgelost/blob/master/js/jnl_solved.js#L16
I will take a look at the anchor tags, i guess you'll mean on the overview pages like category and recent topics. Making a option to disable prepending the topic title is no work at all. But don't expect me to make a change until sometime next week
Please Log in or Create an account to join the conversation.
- baijianpeng
-
Topic Author
- Offline
- Premium Member
-
- Posts: 230
- Thank you received: 5
Thank you.
www.joomlagate.com/
Chinese Joomla Users' Portal
Please Log in or Create an account to join the conversation.
- anonymous01
-
- Offline
- Premium Member
-
- Posts: 271
- Thank you received: 11
810 wrote: We have some kind "solved" feature, but we have plans to improve it better.
backend - kunena - templates - crypsis - features tab - Show labels
its loading the default labels:
media\kunena\labels\labels.xml
Great idea, thanks! I turned it on.
One question only. The "Attach Topic" flag is associated with the "Question" by default. Why? I think this should be associated with "Important"?
Please Log in or Create an account to join the conversation.
- 53e437eb2fd79d469d4f37b8
-
- Offline
- Banned
-
- Thank you received: 0
Can someone show me how to append [SOLVED] to the end of the title.
This plugin should be in Joomla extensions directory.
I would pay for it gladly.
Thank you.
Please Log in or Create an account to join the conversation.