Kunena 6.3.0 released

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

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.

Question I want to align the Kunena Search module to the right of the Kunena menu

More
11 years 4 months ago - 11 years 4 months ago #11 by TKtemp
Well,

open the file menu.php
// components /com_kunena / template / blue_eagle / html / common / menu.php)
replace this code:
Code:
<div id="ktab"><?php echo $this->getMenu() ?></div>
with this code:
Code:
<div id="ktab"><?php echo $this->getMenu() ?> <div class="ktab-search" style="float:right;"><?php $this->displayModulePosition( 'kunena_search' ); ?> </div></div>

Now install Kunena Search MODULE (if you haven't) and publish it in position "kunena_search"

That's it.

Regards
Last edit: 11 years 4 months ago by TKtemp.

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

Time to create page: 0.543 seconds