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 Very small bug in design

More
15 years 8 months ago - 15 years 8 months ago #54623 by ChaosHead


This line is painted other color, than others.
Last edit: 15 years 8 months ago by ChaosHead.

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

More
15 years 8 months ago #54640 by etusha
Replied by etusha on topic Re: Very small bug in design
Thanks for reporting

bug FIX

EDIT FILE /plugin/stats/frontstats.php

edit line 56 change <span class="divider-stat">| </span> to <span class="divider">| </span>
Code:
<ul id="kstatslistleft" class="fltlft"> <li><?php echo JText::_('COM_KUNENA_STAT_TOTAL_MESSAGES'); ?>: <strong> <?php echo intval($this->totalmsgs); ?></strong> <span class="divider">|</span> <?php echo JText::_('COM_KUNENA_STAT_TOTAL_SUBJECTS'); ?>: <strong><?php echo intval($this->totaltitles); ?></strong></li> <li><?php echo JText::_('COM_KUNENA_STAT_TOTAL_SECTIONS'); ?>: <strong><?php echo intval($this->totalcats); ?></strong> <span class="divider">|</span> <?php echo JText::_('COM_KUNENA_STAT_TOTAL_CATEGORIES'); ?>: <strong><?php echo intval($this->totalsections); ?></strong></li> <li><?php echo JText::_('COM_KUNENA_STAT_TODAY_OPEN_THREAD'); ?>: <strong><?php echo intval($this->todayopen); ?></strong> <span class="divider">|</span> <?php echo JText::_('COM_KUNENA_STAT_YESTERDAY_OPEN_THREAD'); ?>: <strong><?php echo intval($this->yesterdayopen); ?></strong></li> <li><?php echo JText::_('COM_KUNENA_STAT_TODAY_TOTAL_ANSWER'); ?>: <strong><?php echo intval($this->todayanswer); ?></strong> <span class="divider">|</span> <?php echo JText::_('COM_KUNENA_STAT_YESTERDAY_TOTAL_ANSWER'); ?>: <strong><?php echo intval($this->yesterdayanswer); ?></strong></li> </ul>

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

More
15 years 8 months ago #56779 by etusha
Replied by etusha on topic Re: Very small bug in design
I confirm this bug is fixed
The following user(s) said Thank You: ChaosHead

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

Time to create page: 0.240 seconds