Migration of kunena.org to Joomla! 4.x and Kunena 6.x on 30 january on evening (Yesterday)
Tomorrow 30. January we will carry out the migration to Joomla 4.x and Kunena 6.x. So we will starting to be offline at 19h00 UTC until 23h00 UTC.
Question
Location of messageButtons class?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
810 wrote: github search, is your friend:
github.com/Kunena/Kunena-Forum/search?ut...%93&q=messageButtons
So one of the reasons I wanted to know is a lot of my buttons are missing icons. I see from here that the display of the icons is determined by $topicicontype. Where in the UI I this var set because I have been unable to find it.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
810 wrote: its on the template settings - features - topic icons
Found it, not sure how I overlooked it. May I recommend adding glyphs as an option, its what I was expecting since the rest of the forum seems to leverage glyphs.
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.
810 wrote: glyphs is B3
See now I'm confused again. I enabled BS3 in the settings and also added some of my own css utilizing glyphs and the icons do not look the same (inputmapper.com/forum/general-chit-chat/2-its-a-new-forum) they are currently doubled up for easy side by side comparison.
Specifically speaking to the edit and delete icon as for the other buttons I opted for different icons in my own css.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
810 wrote: glyphs is B3
So when using FontAwesome as my icon font, the category icons are missing the .fa class thus are not getting the correct font applied and are just inheriting from the body.
<i class="fa-weixin icon-big" alt="New Posts"> </i>
This should also have the class fa to assign the correct font and should read:
<i class="fa fa-weixin icon-big" alt="New Posts"> </i>
I have countered this by setting my cat icon to "fa fa-weixin" in the settings.
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.