Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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
13 years 5 months ago #136887 by gio

sozzled wrote: I had a closer look and, to be totally honest with you, I haven't the slightest idea how to make this work in K 2.0 with the K 2.0 Blue Eagle template. :lol: Good luck finding the answer.


OK than please put back my earlier text on the Subject. Because with the text you changed i will never find a answer!

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

More
13 years 5 months ago #136926 by sozzled
I am trying to tell you, in the nicest possible way, that I do not know how you "change the default 'forum search tab' like in this forum to one simple search field next to the tabs aligned right like the picture" as you posted in your original message. I do not know how you can do this with the K 2.0 Blue Eagle template. Perhaps someone else knows how you can do this? :unsure: I do now know how to do this. :(

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

More
13 years 5 months ago #136935 by TKtemp

gio wrote: Hi!

i am looking how to change the default "forum search tab" like this in this forum to one simple search field next to the tabs alligned right like the picture below:
many thanx in advance!


This is possible, but you need to add few lines of code in one kunena template file.
So, you need to do this every time you upgrade Kunena (if you are using Blue Eagle Template), is that ok for you?
The following user(s) said Thank You: gio

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

More
13 years 5 months ago #137087 by gio

TKtemp wrote:

gio wrote: Hi!

i am looking how to change the default "forum search tab" like this in this forum to one simple search field next to the tabs alligned right like the picture below:
many thanx in advance!


This is possible, but you need to add few lines of code in one kunena template file.
So, you need to do this every time you upgrade Kunena (if you are using Blue Eagle Template), is that ok for you?


yes

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

More
13 years 5 months ago - 13 years 5 months ago #137109 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: 13 years 5 months ago by TKtemp.

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

Time to create page: 0.298 seconds