Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Problem with smilies and border [SOLVED]

More
16 years 3 months ago #47253 by Ke_Garnett
Cerberus wrote:

you will be even more confused soon when K1.6 is released as the template system is completely different lol



I hope not mate, lol. But the templates from 1.5 will hopely work on 1.6 :ohmy:

Cheers

Thorsten

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

More
16 years 3 months ago - 16 years 3 months ago #47254 by Ke_Garnett
OK it worked very fine, here is my solution for all users who have the same problem:

1. Open the smile.class.php and find (Line 414):
Code:
<tr class = "<?php echo $boardclass; ?>sectiontableentry2"> <td valign = "top" class = "fb_leftcolumn"> <strong><?php @print(_MESSAGE); ?></strong>:<br />

Alter the class (e.g. sectionetableentry3); like that:
Code:
<tr class = "<?php echo $boardclass; ?>sectiontableentry3"> <td valign = "top" class = "fb_leftcolumn"> <strong><?php @print(_MESSAGE); ?></strong>:<br />


2. Open the kunena.forum.css and add the following code (be aware that the class id must be the same like the one you altered in the smile.class.php)
Code:
#Kunena tr.fb_sectiontableentry3 td { background: #FFFFFF; color: #000000; padding:5px; border-bottom:0px solid #8F8F8F; border-left:0px solid #FFFFFF; border-right:0px solid #8F8F8F; font-size:11px; }

As you see I've elimated the border from the messageview. That's all.

Many many thanks, Cerberus for your help. :)

Cheers

Thorsten

Edit: Where I've to mark this thread as solved, couldn't find this option.
Last edit: 16 years 3 months ago by Ke_Garnett.

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

More
16 years 3 months ago #47265 by Cerberus
your very welcome


just edit your first post and add [SOLVED] to the end of the subject :)

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

Time to create page: 0.559 seconds