Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Loved Button with link to category

More
12 years 9 months ago - 12 years 9 months ago #147264 by MusicInMe
Hi,
this is probably easy to achieve, but not for me. I need link to category which I can insert into button. So I have code:
Code:
<a href="<?php echo $this->GetCategoryLink($category); ?>" class="btn btn-small"> <i class="icon-folder-open"></i> </a>

This code display button but the link is visible too, before button. So there must be other way to wrap the link without showing it. I don't know Kunena 3 much, but maybe is there any documentation for developers I could learn from?
Last edit: 12 years 9 months ago by MusicInMe. Reason: Solved

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

More
12 years 9 months ago #147294 by MusicInMe
Code:
<a href="index.php?option=com_kunena&view=category&catid=<?php echo intval($category->id); ?>s" class="btn btn-small" title="<?php echo JText::_('COM_KUNENA_TEMPLATE_CATEGORY') ?>"> <i class="icon-folder-open"></i> </a>

;)

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

Time to create page: 0.240 seconds