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

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Custom Kunena Menus for different categories?

More
11 years 8 months ago #157997 by imaaxx

rich wrote:

This seems to be very cumbersome way of doing this. Is there no better way?

I'm sorry, but this is the easiest way. You want a very comprehensive Forum. This will require some time and Work.


OK, your forums do everything we want, and the thing is it seems like this functionality is already built into it. Please consider adding this feature in the near future. Or a link to submit requests for new features.

Can you please provide information on how to hide the menu items with CCS as i am not sure how to do this.

Regards

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

More
11 years 8 months ago #158007 by rich
If you want all tabs are hidden, then go in backend to "Kunena > Template Manager > Blue Eagle" and disable it.
If you want only single tabs are hidden, then use Firebug and search the items from the tabs.
www.kunena.org/docs/Firebug
for example: your new tab has item987
Then add at the end of your Joomla! template.css the code
Code:
.item987 { display: none; }

Important! Always create a backup before you make any changes to your website!

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

More
11 years 8 months ago #158016 by Matias
How I've done this in the past is that you start from a site that has only Kunena Menu.

Copy Kunena Menu into two other locations Game1 and Game2. After that just go to 'Forum' menu item of both Game1 and Game2 and click on 'Main settings' tab. In there you can see 'Allowed Categories', where you list only those categories which belong to the current game. After this you just need to assign the same stuff (modules, template) for all Kunena sub menu item.

If you do the same for Kunena Menu as well, you have forced Kunena to stay in the current menu structure.
The following user(s) said Thank You: imaaxx

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

More
11 years 8 months ago #158020 by sammy66
Ok well i have created these new Category lists menu links in my Kunena menu, and selected the category i wanted in each one, then linked my menu to this new link and it works well. I have only a few issues, am i not able to select more then one category in the lists menu option? it seems like i should be able to. Also i lose my template overrides once the user clicks into the forums under this category. Is there a way to keep the template overrides for the entire section?

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

More
11 years 8 months ago #158026 by imaaxx

Matias wrote: How I've done this in the past is that you start from a site that has only Kunena Menu.


But what if the site is already live and has a main menu in it, is there no way to do this without deleting all other menu items?

Thanks for your support, i knew there had to be a way in the existing code as it seemed to me like it was already there.

Best Regards
Alan

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

More
11 years 8 months ago #158152 by Matias
You can alter existing menus as well, the way you do it doesn't matter as long as the end result is what you want.

I think I'm going to look deeper into this issue and try to figure out how to solve it in a real multi-forum support for Kunena 3.1...

Right now the support is somewhat limited and sometimes also hard to do it in a right way. For individual categories without a Kunena menu on top of it, you can just create category menu item and at the same time remove the item from the main Forum menuitem. If you want to keep the menu, you need to copy the whole menu to the new location and assign wanted sub-categories to the new item as well as removing them from the main menu.. And so on.

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

Time to create page: 0.239 seconds