- Posts: 3
- 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.
Question Problem: All Topic Icons have a border
I searched for topicicon in com_kunena files so I can add a border="0" to the img src for topic icon, but I cannot find it anywhere.
Closest I got to is this line in/com_kunena/template/default/threads/flat.php
If I delete the line above, the topicicon will disappear from the forum...but how do I add a img border="0" to it?
Thank you in advance
Please Log in or Create an account to join the conversation.
There should be no need at all to modify any Kunena source code to fix this issue. As you can see at www.kunena.com , the issue isn't here, is it?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
as I have remove the img { border: 0;} as I would like to have borders for other images for another components.
I am wondering where can I find this code in kunena files.
<img alt="emo" src="topicicon path">
as I would like to add a border="0" to it.
Thx
Please Log in or Create an account to join the conversation.
kcol-mid kcol-ktopicicon {
border: 0;
}
to your joomla.css
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.