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

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Question [Merged topic] How to create category icons

More
12 years 8 months ago #21 by @quila
Hi MfGLucker, sorry for delay, haven't seen your post.

Not sure if understand your question.

You want different image for each Sections header?
Is that right?

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

More
12 years 8 months ago - 12 years 8 months ago #22 by MfGLucker
Here you can see it.





The Images for the Maincategories are set with bb-code.
But i try put them there with css. Is that possible ?
because, the lightbox from kunena make them clickable and i cannot use my image sizer for joomla, because this sizes the images in forum also.

Sammle erst die Fakten, dann kannst du sie verdrehen, wie es dir passt.


Mark Twain
test
Attachments:
Last edit: 12 years 8 months ago by MfGLucker.

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

More
12 years 8 months ago - 12 years 8 months ago #23 by @quila
Hi,

yes it is possible.
Your can use this code to show image in your "Community Forum":
Code:
#Kunena div.kcategories-1 div.ktitle-desc { background: url("/media/kunena/category_images/community_medium.png") no-repeat scroll center center transparent; height: 50px; }
where "1" is Section ID.

For Games Forum this code should be:
Code:
#Kunena div.kcategories-5 div.ktitle-desc { background: url("/media/kunena/category_images/games_medium.png") no-repeat scroll center center transparent; height: 50px; }

As you can see there change section ID to 5 and name of image.

Hope this helps
Last edit: 12 years 8 months ago by @quila.

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

More
12 years 8 months ago #24 by MfGLucker
Great, thank you

Sammle erst die Fakten, dann kannst du sie verdrehen, wie es dir passt.


Mark Twain
test

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

More
12 years 8 months ago #25 by MfGLucker
Can i make this for every catehorie head ?
Or does this work for the categorie head different ?



There we have also bb-code images, and here i cant find also the right div id

Sammle erst die Fakten, dann kannst du sie verdrehen, wie es dir passt.


Mark Twain
test
Attachments:

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

More
12 years 8 months ago #26 by @quila
Hi,

no, actually it is not possible to do this in that page without changing template code. You can use only bbcode for this.

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

More
12 years 8 months ago #27 by MfGLucker
thx for this info ;)

Sammle erst die Fakten, dann kannst du sie verdrehen, wie es dir passt.


Mark Twain
test

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

More
12 years 8 months ago - 12 years 8 months ago #28 by blacktino79
I am a newbie and before I get flamed, yes I did research all of the previous posts on this topic. Thing is, it still doesn't work.

1. I am using Kunena 1.6.4
2. I Uploaded the images to media / kunena / category_images
3. The Cat ID is 9
4. Uploaded files were a) mAndroid_9_notloged.png b) mAndroid_9_read.png c) mAndroid_9_unread.png
5. I pasted/saved the following code into the CSS editor in Joomla NinjaXplorer:

#Kunena tr#kcat9 td.kcol-category-icon span.kreadforum {
background: url("../../../media/kunena/category_images/mAndroid_9_read.png") no-repeat scroll left center transparent;
}
#Kunena tr#kcat9 td.kcol-category-icon span.kunreadforum {
background: url("../../../media/kunena/category_images/mAndroid_9_unread.png") no-repeat scroll left center transparent;
}
#Kunena tr#kcat9 td.kcol-category-icon span.knotloginforum {
background: url("../../../media/kunena/category_images/mAndroid_9_notloged.png") no-repeat scroll left center transparent;
}



The original folder for the icon I was trying to change DID disappear, but the Android icon I uploaded did not replace it. Right now, that area is just blank.

I am using the Euro-BRED template which was modified by my developer. I didn't develop the website, but am trying to change the individual category icons.

I want each Category to use a different icon.

Any help/advice?

Thanks

(By the way, my developers have Joomla 1.5 running on Legacy Mode, in case that helps).
Last edit: 12 years 8 months ago by blacktino79.

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

More
12 years 8 months ago #29 by sozzled

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

More
12 years 8 months ago #30 by blacktino79
Yes I did actually. It doesn't change my problem.

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

Time to create page: 0.479 seconds