Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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.

Solved K 3.0.0: "Edit profile" button not working

More
12 years 11 months ago #146357 by dbondeson
For those interested in a template fix for this issue, it's on line 14 in /components/com_kunena/template/blue_eagle/html/user/default.php. Simply move the
Code:
</h2>
tag to close the
Code:
<span class="k-name">
class. Your code should look like this:
Code:
<h2><span class="k-name"><?php echo JText::_('COM_KUNENA_USER_PROFILE'); ?> <?php echo $this->escape($this->name); ?></span></h2> <?php if (!empty($this->editlink)) echo '<span class="kheadbtn kright">'.$this->editlink.'</span>';?>

If your template's "title_span" feature was anything like mine, it grabbed the h2 tag. Using this quick fix freed up the link.

Of course, as sozzled has noted, any template updates will force you to remake this change.

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

More
12 years 11 months ago #146359 by sozzled

dbondeson wrote: Of course, as sozzled has noted, any template updates will force you to remake this change.

Every update - every new version release - of Kunena will require these changes to be reapplied.

The way to prevent having to reapply changes is to create your own Kunena template. Creating a new Kunena template is beyond the scope of this forum.

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

Time to create page: 0.242 seconds