Kunena 6.2.6 released

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

Solved Own images for categorys

More
1 year 7 months ago #1 by dimazik
I want use own images for categorys. Kunena 6.0.2
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.

More
1 year 7 months ago #2 by Leen
Replied by Leen on topic Own images for categorys
do that  Kunena Forum: Categories  >your category >Category Icon:

with e.g fontawesome.com/v5/search?m=free
but set the Kunena template Aurelia setting to fontawesome

L.v.d.A
Attachments:

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

More
1 year 7 months ago - 1 year 7 months ago #3 by dimazik
Replied by dimazik on topic Own images for categorys
Okay, it easy to use FontAwesome 5
But, what about solid and regular options of icons?
The light and duotone options is not available in FontAwesome 5.
What about icons size?  
Attachments:
Last edit: 1 year 7 months ago by dimazik.

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

More
1 year 7 months ago - 1 year 7 months ago #4 by Leen
Replied by Leen on topic Own images for categorys
yes had to do with the appearance of the icon
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
Attachments:
Last edit: 1 year 7 months ago by Leen.

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

More
1 year 7 months ago #5 by rich
Replied by rich on topic Own images for categorys
It's in principle the same as here. Only the image path is another.  docs.kunena.org/en/manual/backend/catego...-use-your-own-images
.
Code:
.icon-gs {     background-image: url(../media/kunena/images/own_icon.png);     background-repeat: no-repeat;     width: 35px;     height: 35px; }
.
 

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

More
1 year 7 months ago - 1 year 7 months ago #6 by dimazik
Replied by dimazik on topic Own images for categorys
1) image path is url (../media/kunena/images/own_) ?
    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????
 
Last edit: 1 year 7 months ago by dimazik.

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

More
1 year 7 months ago #7 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.

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

More
1 year 7 months ago - 1 year 7 months ago #8 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: 1 year 7 months ago by dimazik.

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

Time to create page: 0.366 seconds