Kunena 6.3.4 released

The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] 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 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question There is a little typo in...

More
5 years 4 months ago #1 by Tarupak
Hi.

There is a little typo in /libraries/kunena/icons/icons.php. Where it says "fa-chart-bar" it should be "fa-bar-chart".

Bye.

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

More
5 years 4 months ago #2 by Tarupak
Hi, again.

It should also be replaced the string 'class="fas ' by 'class="fa ' in /libraries/kunena/icons/icons.php and /libraries/kunena/user/user.php

Bye.

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

More
5 years 4 months ago #3 by rich
Replied by rich on topic There is a little typo in...
fontawesome.com/icons/chart-bar?style=solid

This icon replaces Font Awesome 4's fa-bar-chart
We created a shim to help folks upgrade easily their existing projects from Font Awesome 4 to 5 and avoid those embarrassing missing icon moments



Important! Always create a backup before you make any changes to your website!

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

More
5 years 4 months ago #4 by Slacker
It seems to be a known issue in GitHub:
github.com/Kunena/Kunena-Forum/issues/5738

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

More
5 years 4 months ago #5 by rich
Replied by rich on topic There is a little typo in...
That's not a Kunena problem. The code "fa-chart-bar" is correct, but the symbol can only displayed, when the FontAwesome version and the css codes of your Joomla template is up to date. Otherwise you can use the Kunena template setting Load External CDN Fontawesome.

Try this code in your custom.css

Code:
.fa-chart-bar:before { content: "\f080"; }


Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.374 seconds