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

Solved [K.5.0.RC5]Bug: White space in the approve button

More
7 years 8 months ago #1 by ssh
There is a white space in the approve button
Attachments:

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

More
7 years 8 months ago #2 by 810
looks like missing icon, which icontype do you use, and which kunena template?

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

More
7 years 8 months ago #3 by ssh
Attachments:

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

More
7 years 8 months ago #4 by rich
You see the icons on the next tab (Crypsis -> tab Features). But it seems, you use bootstrap 2 icons and the Joomla template Protostar.
This icon is not defined in the protostar template.css. You can add this code between line 6574 and 6575. Path is "templates -> protostar -> css > template.css"
Code:
.icon-ok-circle:before,

Or you add following code in the Kunena custom.less
Code:
.icon-ok-circle:before { content: "\47"; }

Then you must empty the cache.
The following user(s) said Thank You: ssh

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

More
7 years 8 months ago #5 by ssh
Sorry, these options are very new for me

Here is the right screenshot

Attachments:

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

More
7 years 8 months ago #6 by ssh

rich wrote: But it seems, you use bootstrap 2 icons and the Joomla template Protostar.


Yes you are right.

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

More
7 years 8 months ago #7 by ssh
What about Option 3?
Create a fix for this and avoid the same question from other kunena users in the future.

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

More
7 years 8 months ago #8 by ssh
in conclusion.
There will be a fix for everybody in next version?
or everybody needs to modify their code?

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

More
7 years 8 months ago #9 by 810
The following user(s) said Thank You: ssh

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

More
7 years 8 months ago #10 by ssh
Great !
Please mark this topic as solved and move to the archive folder

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

Time to create page: 0.512 seconds