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

More
9 years 1 month ago #184746 by juliank92
Thanks for your feedback, first of all i want to say it was never intended to be released(since it is only being used on forum.joomlanl.nl/ ), so keep it in mind maybe it make sense why it acts as it does.

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.

More
9 years 1 month ago #184750 by baijianpeng
I know some basic CSS tricks. So I know the little green checkmark can be shown after the topic title via CSS directive as a background image. However, I need a CSS selector to do this. But your plugin did not alter the CSS class for topic title or post title.

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.

More
9 years 1 month ago #184752 by juliank92

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.

The class "jnlSolvedSolutionPost" is added to a solution post.
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.

More
9 years 1 month ago #184754 by baijianpeng
Yes, I mean on the category page or the "recent topics" page, where we see "topic title lists".

Thank you.

www.joomlagate.com/

Chinese Joomla Users' Portal

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

More
9 years 1 month ago #184798 by anonymous01

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.

More
8 years 9 months ago - 8 years 9 months ago #194604 by 53e437eb2fd79d469d4f37b8
Great plugin! it works with kunena 5.0.10.
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.
Last edit: 8 years 9 months ago by 53e437eb2fd79d469d4f37b8.

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

Time to create page: 0.234 seconds