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.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question show small graphic instead of link text?

More
15 years 6 months ago #70333 by mikesimaska
I would to display a small image instead of the link text? Is this possible? What file(s) do I need to edit to insert <img src=images/buttons/discuss.png /> instead of "Discuss This Item On The Forums".

Also I'd like to just display the number of replies without the word replies.

Thanks for any guidance!!

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

More
15 years 6 months ago #70355 by mikesimaska
Found where to put this change. For some reason the bot looks at the the language file at

administrator/language/en-GB/en-GB.plg_content_kunenadiscuss.ini

I changed the

PLG_KUNENADISCUSS_DISCUSS_ON_FORUMS="Discuss this item on the forums (%1d replies)."

to

PLG_KUNENADISCUSS_DISCUSS_ON_FORUMS="<img src=images/discuss.gif' /> (%1d)"

which looked great except the title in the link showed my HTML code:S

So I also had to edit

plugins/content/kunenadiscuss.php

to change the code used for the title in the anchor tag.
(line 273)

$content = CKunenaLink::GetThreadLink ( 'view', $catid, $thread, $linktitle, "Discuss this article" );

I realize the second change will blown away by an update but perhaps the dev's will consider supporting an additional constant for the link title!

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

Time to create page: 0.220 seconds