Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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 Possible Bug for Personal Text

More
11 years 8 months ago #1 by yaksushi
After upgrading my Kunena from 1.7 to 2.0 I noticed the personal text was not longer showing. Looking at my database the column is listed as personalText and the default_profile_horizontal.php file line 35 and 37 has the following
Code:
<?php if (!empty($this->personaltext)) : ?> <li class="kpost-personal"> <?php echo $this->personaltext ?>

unless my DB is messed up it should be the following instead.
Code:
<?php if (!empty($this->personalText)) : ?> <li class="kpost-personal"> <?php echo $this->personalText ?>
The following user(s) said Thank You: xillibit

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

More
11 years 8 months ago #2 by xillibit
Hello,

Fixed in github

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.378 seconds