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 Menu tab location

More
14 years 10 months ago #1 by munk38
Menu tab location was created by munk38
I would like to move the "Categories" tab to the left of the "Recent Discussions" tab in the menu. What file can I access to do this? Thanks.

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

More
14 years 10 months ago #2 by Spock
Replied by Spock on topic Re:Menu tab location
munk38 wrote:

I would like to move the "Categories" tab to the left of the "Recent Discussions" tab in the menu. What file can I access to do this? Thanks.

Have a look at line 180 onwards in this file

components/com_kunena/template/default_ex/fb_layout.php

. simply cut and paste the complete menu <li> </li> string and re-order your menu.

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

More
14 years 10 months ago #3 by munk38
Replied by munk38 on topic Re:Menu tab location
Thanks, but there doesn't seem to be any <li> tags in that file. I can see where it's calling the menu function, but no <ul> or <li> tags appear. I'm I completely missing it?

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

More
14 years 10 months ago #4 by Spock
Replied by Spock on topic Re:Menu tab location
munk38 wrote:

Thanks, but there doesn't seem to be any <li> tags in that file. I can see where it's calling the menu function, but no <ul> or <li> tags appear. I'm I completely missing it?

For Example, this is the Recent Discussions <li> tag . It 's a Php file so <li> tags look slighty different as they call different functions rather than being a raw URL link
Code:
$header .= ' <li '; if ($func == 'latest' || $func == '') $header .= ' class="Kunena_item_active" '; $header .=' >'.CKunenaLink::GetShowLatestLink('<span>'.(array_key_exists('showlatest', $fbIcons) ? '<img src="' . KUNENA_URLICONSPATH . '' . $fbIcons['showlatest'] . '" border="0" alt="' . _KUNENA_ALL_DISCUSSIONS . '" title="' . _KUNENA_ALL_DISCUSSIONS . '"/>' : _KUNENA_ALL_DISCUSSIONS).'</span>'); $header .= '</li>';

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

More
14 years 9 months ago #5 by munk38
Replied by munk38 on topic Re:Menu tab location
You Rock! I was looking in the default folder rather than the template I was using. Thanks for you help.

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

More
14 years 9 months ago #6 by Spock
Replied by Spock on topic Re:Menu tab location
glad to help out

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

Time to create page: 0.469 seconds