Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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 Help with smileys

More
16 years 1 month ago - 16 years 1 month ago #42263 by fullstackedpoker
Is there anyway that I can disable the left side emoticons or smileys and keep the top smileys and have them displayed by default? The kind of repeat them selves and I feel the top is plenty enough smileys. Currently you have to display both.
Last edit: 16 years 1 month ago by fullstackedpoker.

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

More
16 years 1 month ago #42264 by xillibit
Replied by xillibit on topic Re:Help with smileys
Hello,

The smileys displayed just below the editor icons are only displayed if you hit the button more smilies on the left.

It's possible to remove the smilies on the left with a bit of hacking :

in components\com_kunena\template\default\smile.class.php line 436 replace the :
Code:
generate_smilies(); //the new function Smiley mod

with :
Code:
echo "<tr><td class=\"moresmilies\" colspan=\"" . $inline_columns . "\" onclick=\"javascript:dE('smilie');\" style=\"cursor:pointer\"><b>" . _KUNENA_EMOTICONS_MORE_SMILIES . "</b></td></tr>";

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.

More
16 years 1 month ago #42295 by fullstackedpoker
Is it possible to display the top ones by default?
Maybe it will be easier for me to just disable the top ones and use the left ones? Is that possible?

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

More
16 years 1 month ago #42298 by sozzled
Replied by sozzled on topic Re:Help with smileys
FYI: the feature, as you have described, is the new standard for K 1.6. See this . B)

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

More
16 years 1 month ago #42314 by fullstackedpoker
Now all you have to do is release 1.6. .....

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

More
16 years 1 month ago #42316 by sozzled
Replied by sozzled on topic Re:Help with smileys
... and all you'll have to do is wait patiently! ;)

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

Time to create page: 0.257 seconds