- Posts: 26
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
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.
Sticky [Merged topic] How to create category icons
I added it to both bass.css and layout.css, here's the two entries.
Layout.css
#totop-scroller {
display: block;
position: absolute;
top: 25%;
right: 0;
z-index: 1;
width: 26px;
height: 28px;
text-decoration: none;
}
#totop-scroller:hover { background-position: 0 -70px; }
#Kunena tr#kcat88 td.kcol-category-icon span.kreadforum {
background: url("../../../media/kunena/category_images/9_cat1_image1.gif") no-repeat scroll left center transparent;
}
#Kunena tr#kcat88 td.kcol-category-icon span.kunreadforum {
background: url("../../../media/kunena/category_images/9_cat1_image2.gif") no-repeat scroll left center transparent;
}
#Kunena tr#kcat88 td.kcol-category-icon span.knotloginforum {
background: url("../../../media/kunena/category_images/9_cat1_image3.gif") no-repeat scroll left center transparent;
}
Bass.css
/* Useful Snippets
*/
a:not([class]):active,
a:not([class]):focus {
position: relative;
top: 1px;
}
a:not([class]):active > *,
a:not([class]):focus > * {
position: relative;
top: -1px;
}
#Kunena tr#kcat88 td.kcol-category-icon span.kreadforum {
background: url("../../../media/kunena/category_images/9_cat1_image1.gif") no-repeat scroll left center transparent;
}
#Kunena tr#kcat88 td.kcol-category-icon span.kunreadforum {
background: url("../../../media/kunena/category_images/9_cat1_image2.gif") no-repeat scroll left center transparent;
}
#Kunena tr#kcat88 td.kcol-category-icon span.knotloginforum {
background: url("../../../media/kunena/category_images/9_cat1_image3.gif") no-repeat scroll left center transparent;
}
Please Log in or Create an account to join the conversation.
in this way can not show image, you must to change number 88 in your categoryID.
So try to add this code:
Are you correct with GIF images, should not be a PNG??
Please Log in or Create an account to join the conversation.
9_cat1_image1.gif
9_cat1_image2.gif
9_cat1_image3.gif
Oh.. i see wht you mean..
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Thanks a lot for the tips :laugh:
Please Log in or Create an account to join the conversation.
P.S. When you update Kunena to new version your changes are safe, you do not need to do it again
You can also delete my test account on your site (dragan)
Please Log in or Create an account to join the conversation.