Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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

Loved Button with link to category

More
11 years 3 months ago - 11 years 3 months ago #1 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: 11 years 3 months ago by MusicInMe. Reason: Solved

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

More
11 years 3 months ago #2 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.357 seconds