Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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

More
8 years 10 months ago - 8 years 8 months ago #1 by nickza
Hello Everyone!

I just wanted to find out if there is a way we can duplicate the kunena menu so it show at the bottom and top of the forum.

I have a few users who would like the menu at the bottom so they do not have to scroll up on long forum posts.

Thanks in advanced!
Last edit: 8 years 8 months ago by nickza.

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

More
8 years 10 months ago #2 by sozzled
Replied by sozzled on topic Kunena Menu at the bottom

nickza wrote: I just wanted to find out if there is a way we can duplicate the kunena menu so it show at the bottom and top of the forum.

Yes, it's possible to do this. The Kunena menu is just a Joomla menu. You might like to read Customised menus in the Wiki for more information.

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

More
8 years 10 months ago #3 by nickza
Replied by nickza on topic Kunena Menu at the bottom
Thank you.

I am not understanding that wiki. I just want to replicate the menu to display at the bottom of the forum. This explains the menu, but doesn't explain how to do that.

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

More
8 years 8 months ago #4 by nickza
Replied by nickza on topic Kunena Menu at the bottom

nickza wrote: Thank you.

I am not understanding that wiki. I just want to replicate the menu to display at the bottom of the forum. This explains the menu, but doesn't explain how to do that.


Bump.

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

More
8 years 8 months ago #5 by 810
Replied by 810 on topic Kunena Menu at the bottom
components\com_kunena\template\blue_eagle\html\default.php

add on line 22:
$this->displayMenu ();

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

More
8 years 8 months ago #6 by nickza
Replied by nickza on topic Kunena Menu at the bottom
thank you.

Is it not "display.php instead of default.php?

I do not have a default.php in that directory

810 wrote: components\com_kunena\template\blue_eagle\html\default.php

add on line 22:
$this->displayMenu ();

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

More
8 years 8 months ago #7 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.

More
8 years 8 months ago #8 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:
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.

More
8 years 8 months ago #9 by 810
Replied by 810 on topic Kunena Menu at the bottom
it should be under:
$this->displayLayout();

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

More
8 years 8 months ago #10 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.

Time to create page: 0.400 seconds