Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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 Kunena v1.5.9 thread.php

More
16 years 3 months ago - 16 years 3 months ago #38030 by cstinson
Hello,

Just installed v1.5.9 and am trying to skin it. Something between Gantry and Kunena isn't behaving just right, so investigated some files. I'm looking at an odd tail on line 125 in templates/default_ex/thread.php.
Code:
<td align = "center" width = "5"<?php echo $leaf->id==$id?" class=\"".$boardclass."sectiontableentry2\">":">"; if ($leaf->ordering==0) {

And changed to this:
Code:
<td align = "center" width = "5"<?php echo $leaf->id==$id?" class=\"".$boardclass."sectiontableentry2\"":"";?>> <?php if ($leaf->ordering==0) {

I'll ponder some more ...lol, it's late ;)
my editors bells are going off on the closing /td is all...just curious as usual.

Thanks!

*edit:
I guess my editor (php designer) likes this best perhaps:
Code:
<td align = "center" width = "5"<?php echo $leaf->id==$id?" class=\"".$boardclass."sectiontableentry2\"" : ""; if ($leaf->ordering==0) { if($leaf->locked==0) { // echo "&nbsp;"; } else { // echo isset($fbIcons['topiclocked']) ? '<img src="' . KUNENA_URLICONSPATH.$fbIcons['topiclocked'].'" border="0" alt="'._GEN_LOCKED_TOPIC.'" title="'._GEN_LOCKED_TOPIC.'" />' : '<img src="'.KUNENA_URLEMOTIONSPATH.'lock.gif" width="15" height="15" alt="'._GEN_LOCKED_TOPIC.'" />'; $topicLocked=1; } } else { // echo isset($fbIcons['topicsticky']) ? '<img src="' . KUNENA_URLICONSPATH.$fbIcons['topicsticky'].'" border="0" alt="'._GEN_ISSTICKY.'" title="'._GEN_ISSTICKY.'" />' : '<img src="'.KUNENA_URLEMOTIONSPATH.'pushpin.gif" width="15" height="15" alt="'._GEN_ISSTICKY.'" />'; $topicSticky=1; } ?>></td>

I'll run with it for a while and see what goes on.
Last edit: 16 years 3 months ago by cstinson.

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

Time to create page: 0.225 seconds