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.

Solved Change Forum Link in *Breadcrumbs* to Index (Not Recent Topics)

More
12 years 9 months ago #147302 by theronin
I've read through the stickies and topics asking about redirecting the Forum link in the *Main Menu* to the index rather than the Recent Topics view. But what I'm asking for is how to change the "Forum" link in the *breadcrumbs* to link to the index rather than the Recent Topics view.

To be absolutely clear, I'm referring to this link:

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

More
12 years 9 months ago #147303 by ChaosHead
I always found it strange. You can delete them in the template and publish breadcrumbs module from Joomla.

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

More
12 years 9 months ago #147471 by ChaosHead
Change /components/com_kunena/template/YOUR_TEMPLATE/html/common/breadcrumb.php file
to
Code:
<?php /** * Kunena Component * @package Kunena.Template.Blue_Eagle * @subpackage Common * * @copyright (C) 2008 - 2012 Kunena Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.kunena.org **/ defined ( '_JEXEC' ) or die (); ?> <div class="kcontainer" id="pathway_tbody"> <div class="ksectionbody"> <div class = "kforum-pathway"> <?php $this->displayModulePosition ( 'kunena_nav' ) ?> </div> </div> </div>

And now post standart Joomla breadcrumbs module to new position "kunena_nav".
This position you need to write on the keyboard (not from a list).
The following user(s) said Thank You: Shimei

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

Time to create page: 0.632 seconds