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.

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 Problem: All Topic Icons have a border

More
15 years 6 months ago - 15 years 6 months ago #67878 by whitevitz
I am using Kunena 1.6 and the topic icons have a border to them. Please see the attached file.

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
Code:
<td class="kcol-mid kcol-ktopicicon"> <?php echo CKunenaLink::GetThreadPageLink ( 'view', intval($leaf->catid), intval($leaf->id), $unreadPage, intval($this->config->messages_per_page), CKunenaTools::topicIcon($leaf), intval($leaf->lastread) ) ?> </td>

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
Last edit: 15 years 6 months ago by whitevitz.

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

More
15 years 6 months ago - 15 years 6 months ago #67882 by sozzled
The issue is probably caused by your site template CSS. You can use Firebug for Firefox to confirm if (as I suspect) all your image links are set to use a border-style like you've shown in your example.

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?
Last edit: 15 years 6 months ago by sozzled.
The following user(s) said Thank You: whitevitz

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

More
15 years 6 months ago #67883 by whitevitz
Thank you for your reply. I know the issue is caused by joomla.css

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.

More
15 years 6 months ago #67894 by sozzled
Try adding

kcol-mid kcol-ktopicicon {
border: 0;
}

to your joomla.css
The following user(s) said Thank You: whitevitz

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

More
15 years 6 months ago #67904 by whitevitz
Thank you.. but unfortunately it didn't work. :(

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

More
15 years 6 months ago #67931 by sozzled
Well, maybe if you gave is the URL of your website, we might able to tell you what specific line of CSS code you need to change?

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

Time to create page: 0.407 seconds