- Posts: 21
- Thank you received: 0
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
Question Editing & Reorganizing Menu Items
- WorkOutMan
-
Topic Author
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
seem to you miss one
kunena.english.php Line 1159:
DEFINE('_KARMA', 'Karma');
Regards
Please Log in or Create an account to join the conversation.
- WorkOutMan
-
Topic Author
- Offline
- Junior Member
-
- Posts: 21
- Thank you received: 0
I integrated kunena & Community builder. When I click on My profile, I get another Karma Screen:
[img size=600x400] thizzparty.com/images/karma2.jpg [/img]
One last edit I would like to make is changing the background of the menu's tabs. The default_ex menu tabs are white , and the background of my template is navy blue.
Please Log in or Create an account to join the conversation.
Edit the file ../components/com_comprofiler/plugin/language/default_language/default_language.php and change the line that readsI integrated Kunena & Community Builder. When I click on My profile, I get another [reference to] Karma.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- WorkOutMan
-
Topic Author
- Offline
- Junior Member
-
- Posts: 21
- Thank you received: 0
[img size=590x64] thizzparty.com/images/menucolor1.jpg [/img]
Now I'd just like to change white background on the menu tabs to navy blue.
Please Log in or Create an account to join the conversation.
components / com_kunena / template / default_ex / kunena.forum.css
line 126
Regards#Kunena #Kunena_top td {
background: #202932;
color:#000000;
margin:0;
border-style:solid;
border-color:#202932;
border-top-width:0;
border-right-width:0;
border-bottom-width:3px;
border-left-width:0;
}
Please Log in or Create an account to join the conversation.