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

Solved Own images for categorys

More
3 years 8 months ago #224779 by rich
Replied by rich on topic Own images for categorys

1) image path is url (../media/kunena/images/own_) ?

own_icon.png  is the name of the image I used for the example. You can also create your own folder. Then the image path must be adapted in the CSS code.
.

I need to edit this file   ..\components\com_kunena\template\aurelia\assets\scss\ "   ? 

This code should be inserted into custom.css , but unfortunately this does not work yet. This bug will be fixed in the next Kunena version.
.

why does the forum cut off the full link????

New users do not have permission to add links to our forum.

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
3 years 8 months ago - 3 years 8 months ago #224800 by dimazik
Replied by dimazik on topic Own images for categorys
Joomla 4.2 Kunena 6.0.2
Its solved. Perhaps something is superfluous, you need the following steps:

1) Create a folder "ownimages" nearby with a "default", and put images of fcons there.
path is: media | kunena | topic_icons | "ownimages" | ownimage1,2,3,..
2)
3) Go to Backend > Components > Kunena Forum > Templates > Aurelia > Features > Icon Type > {select Images-Legacy}
3) Edit file custom-scss > components | com_kunena | template | aurelia | assets | scss |
.icon-1 { background-image: url("/media/kunena/topic_icons/ownimages/");
background-repeat: no-repeat;
width: 32px;
height:32px;}

I hope I didn't forget anything.
Last edit: 3 years 8 months ago by dimazik.

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

Time to create page: 0.457 seconds