- Posts: 7329
- Thank you received: 1425
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
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 [SOLVED] Kunena Menu at the bottom
10 years 7 months ago #167123
by 810
Replied by 810 on topic Kunena Menu at the bottom
yes, should be display.php
Please Log in or Create an account to join the conversation.
10 years 7 months ago #167124
by nickza
Replied by nickza on topic Kunena Menu at the bottom
Thank you again.
I just want to be sure, because it does not make sense as to where you suggest I place that code:
I just want to be sure, because it does not make sense as to where you suggest I place that code:
Code:
<?php
/**
* Kunena Component
* @package Kunena.Template.Blue_Eagle
*
* @copyright (C) 2008 - 2015 Kunena Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.org
**/
defined ( '_JEXEC' ) or die ();
?>
$this->displayMenu (); -LINE 22
<div id="Kunena" class="layout container-fluid">
<?php
if ($this->ktemplate->params->get('displayMenu', 1)) {
$this->displayMenu ();
}
$this->displayLoginBox ();
$this->displayBreadcrumb ();
// Display current view/layout
$this->displayLayout();
$this->displayBreadcrumb ();
$this->displayFooter ();
?>
</div>
Please Log in or Create an account to join the conversation.
10 years 7 months ago #167127
by 810
Replied by 810 on topic Kunena Menu at the bottom
it should be under:
$this->displayLayout();
$this->displayLayout();
Please Log in or Create an account to join the conversation.
10 years 7 months ago #167134
by nickza
Replied by nickza on topic Kunena Menu at the bottom
Working Perfectly. Thank You
Please Log in or Create an account to join the conversation.
10 years 6 months ago #168042
by nickza
Replied by nickza on topic Kunena Menu at the bottom
Hello.
Sorry to bump this again, but after I updated to the latest version, this is not working anymore...
Sorry to bump this again, but after I updated to the latest version, this is not working anymore...
Please Log in or Create an account to join the conversation.
10 years 6 months ago #168044
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Kunena Menu at the bottom
Hello,
Are-you still using blue eagle template ?
Are-you still using blue eagle template ?
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.274 seconds