- Posts: 8
- Thank you received: 0
Kunena 6.1.3.2 Released
The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
Solved Own images for categorys
Documentation doesn't match Kunenа 6 and Joomla 4.1.5 versions
Where can I put my own category images and connect them? Thanks
Please Log in or Create an account to join the conversation.
with e.g fontawesome.com/v5/search?m=free
but set the Kunena template Aurelia setting to fontawesome
L.v.d.A
Please Log in or Create an account to join the conversation.
But, what about solid and regular options of icons?
The light and duotone options is not available in FontAwesome 5.
What about icons size?
Please Log in or Create an account to join the conversation.
filled or empty thick thin.
you can test that yourself if you click on the small icon at the top left
fontawesome.com/v5/icons/address-card?s=duotone
and the size and color etc you will be able to adjust with css.
but then you have to go to kunena template at the functions tab
also enable this Load External CDN Fontawesome
L.v.d.A
Please Log in or Create an account to join the conversation.
.
Please Log in or Create an account to join the conversation.
I shouldn't create a new folder with images?
2) I need to edit this file ..\components\com_kunena\template\aurelia\assets\scss\ " ?
3) why does the forum cut off the full link????
Please Log in or Create an account to join the conversation.
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.1) image path is url (../media/kunena/images/own_) ?
.
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.I need to edit this file ..\components\com_kunena\template\aurelia\assets\scss\ " ?
.
New users do not have permission to add links to our forum.why does the forum cut off the full link????
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.