Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question Location of messageButtons class?

More
7 years 10 months ago #1 by jhebbel
Trying to change the output of message buttons such as $this->messageButtons->get('delete') but the location of the function is not where I thought it would be. If you want to modify this functions html output, where should I be looking?

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

More
7 years 10 months ago #2 by 810
The following user(s) said Thank You: jhebbel

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

More
7 years 10 months ago #3 by jhebbel

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.

More
7 years 10 months ago - 7 years 10 months ago #4 by 810
its on the template settings - features - topic icons
Last edit: 7 years 10 months ago by 810.
The following user(s) said Thank You: jhebbel

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

More
7 years 10 months ago #5 by jhebbel

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.

More
7 years 10 months ago #6 by 810
glyphs is B3 ;)
The following user(s) said Thank You: jhebbel

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

More
7 years 10 months ago - 7 years 10 months ago #7 by jhebbel

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.
Last edit: 7 years 10 months ago by jhebbel.

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

More
7 years 10 months ago #8 by jhebbel
nope i'm lying again. I was using FA not Glyphs... This BS (bootstrap not bullshit) is going to be the end of me.

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

More
7 years 10 months ago #9 by jhebbel

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.
Code:
<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:
Code:
<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.

Time to create page: 0.544 seconds