- Posts: 30
- Thank you received: 0
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
- fullstackedpoker
-
Topic Author
- Offline
- Junior Member
-
Less
More
16 years 1 month ago - 16 years 1 month ago #42263
by fullstackedpoker
Help with smileys was created by fullstackedpoker
Last edit: 16 years 1 month ago by fullstackedpoker.
Please Log in or Create an account to join the conversation.
16 years 1 month ago #42264
by xillibit
I don't provide support by PM, because this can be useful for someone else.
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 :
with :
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.
- fullstackedpoker
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 0
16 years 1 month ago #42295
by fullstackedpoker
Replied by fullstackedpoker on topic Re:Help with smileys
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?
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.
16 years 1 month ago #42298
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
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
.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- fullstackedpoker
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 0
16 years 1 month ago #42314
by fullstackedpoker
Replied by fullstackedpoker on topic Re:Help with smileys
Now all you have to do is release 1.6. .....
Please Log in or Create an account to join the conversation.
16 years 1 month ago #42316
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Help with smileys
... and all you'll have to do is wait patiently!
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Time to create page: 0.257 seconds