Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Solved K 2.0 Menu Class Suffix
- Voice4Vision
-
Topic Author
- Offline
- Junior Member
-
- Creative Thinker
I have read through the "Missing Menu" topic in hopes an answer to my problem is provided, however it is not. So I created a new topic with a more direct question in hopes for a solution.
In previous versions, I used the Menu Class Suffix of the Kunena Menu Module, to use my templates css to change my menu's appearance. With Kunena 2, this option is no longer available. So I was hoping that someone here might be able to guide me into adding my Menu Class Suffix to the current Kunena Menu!
Any and all assistance is greatly appreciated!
Thank you,
Voice4Vision
Please Log in or Create an account to join the conversation.
Is that ok for you?
Please Log in or Create an account to join the conversation.
- Voice4Vision
-
Topic Author
- Offline
- Junior Member
-
- Creative Thinker
Any and all assistance would be greatly appreciated!
Thank you,
Voice4Vision
Please Log in or Create an account to join the conversation.
Open the file: /template -> blue_eagle -> html -> common -> menu.php
Replace this code:
Now you can use all parameters from module configurations again
Regards
Please Log in or Create an account to join the conversation.
- Voice4Vision
-
Topic Author
- Offline
- Junior Member
-
- Creative Thinker
For anyone else that wishes to try this...you will need to select your "kunena_menu" position by manually entry(typing it out).
Thank you again TKtemp!!!
Please Log in or Create an account to join the conversation.
- woonydanny
-
- Offline
- Elite Member
-
- Posts: 694
- Thank you received: 22
TKtemp wrote: Good.
Open the file: /template -> blue_eagle -> html -> common -> menu.php
Replace this code:with this:Code:<?php echo $this->getMenu() ?>Be sure that Module Kunena Menu exist and is published in "kunena_menu" position.Code:<?php $this->displayModulePosition( 'kunena_menu' ) ?>
Now you can use all parameters from module configurations again
Regards
thank you! thank you! thank you!
this has worked for me
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Please Log in or Create an account to join the conversation.