Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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 Editing & Reorganizing Menu Items

More
14 years 8 months ago - 14 years 8 months ago #1 by WorkOutMan
Hi,

I posted a thread related to this about a month ago. Here is a link to that thread

My menu items are currently:

Recent Discussions, My Replies, Home, My Profile, Rules

I would like it to be:
Main(instead of home), My Responses(instead of My Replies), Newest Topics(instead of recent discussions), My Profile, and Rules

So I need to do two things: #1 is rename the menu items, and #2 is reorganizing the menu items.

I thank you for your help!
:silly:

Edit - For "My Profile", I'm planning on integrating a profile extension with Kunena & Community. Can this be an issue down the road with the integration(s)?
Last edit: 14 years 8 months ago by WorkOutMan.

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

More
14 years 8 months ago - 14 years 8 months ago #2 by Lintzy
Search these strings = "Main" "Recent Discussions" etc in the language file and change them however you like.

See as example: How to change the word Karma
docs.kunena.com/index.php/How_I_can_change_the_name_Karma%3F


To change the order of the tabs you have to edit the file fb_layout.php in template default.

But I don't know, where you have a tab "home". See here on kunena.com is no "home" but:

Recent Discussion, My Discussion, Categories, My Profile, Help (Rules).
Last edit: 14 years 8 months ago by Lintzy.

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

More
14 years 8 months ago - 14 years 8 months ago #3 by WorkOutMan
Last edit: 14 years 8 months ago by WorkOutMan.

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

More
14 years 8 months ago - 14 years 8 months ago #4 by @quila
WorkOutMan wrote:

I would like it to be:
Main(instead of home), My Responses(instead of My Replies), Newest Topics(instead of recent discussions), My Profile, and Rules

So I need to do two things: #1 is rename the menu items, and #2 is reorganizing the menu items.


Hi again WorkOutMan,

here is what you ask. Overwrite the file like is described in another discussion.


File Attachment:

File Name: hack_tab2.zip
File Size:36 KB


Regards
Attachments:
Last edit: 14 years 8 months ago by @quila.

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

More
14 years 8 months ago #5 by WorkOutMan
Perfect @quila! Thanks :)

I'm trying to change Karma to ThizzPoints.

I updated all the area's it says to change here

and cleared my browser's cache.

These are all the codes I changed:
Code:
DEFINE ('_KUNENA_USRL_KARMA','ThizzPoints');
Code:
DEFINE('_KUNENA_ADMIN_CONFIG_USERLIST_KARMA','Show ThizzPoints');
Code:
DEFINE('_COM_A_KARMA', 'Show ThizzPoints indicator');
Code:
DEFINE('_COM_A_KARMA_DESC', 'Set to "Yes" to show user ThizzPoints and related buttons (increase / decrease) if the user stats are activated.');
Code:
DEFINE('_KARMA_WAIT', 'You can modify only one person\'s ThizzPoints every 6 hours. <br/> Set a timer and try again later!');
Code:
DEFINE('_KARMA_SELF_DECREASE', 'Please do not attempt to decrease your own ThizzPoints!');
Code:
DEFINE('_KARMA_SELF_INCREASE', 'Your ThizzPoints have been decreased for attempting to increase it yourself!');
Code:
DEFINE('_KARMA_DECREASED', 'User\'s ThizzPoints decreased. If you are not taken back to the topic in a few moments,');
Code:
DEFINE('_KARMA_INCREASED', 'User\'s ThizzPoints increased. If you are not taken back to the topic in a few moments,');

Did I miss something?

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

More
14 years 8 months ago #6 by @quila
Hi,

I think no. ;)

Regards

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

More
14 years 8 months ago #7 by WorkOutMan
It still displays Karma on the front end

[img size=600X400] thizzparty.com/images/karma1.jpg [/img]

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

More
14 years 8 months ago #8 by @quila
Hi,

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.

More
14 years 8 months ago - 14 years 8 months ago #9 by WorkOutMan
Thanks for the great support guys! The forums are looking great! :cheer:

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.
Last edit: 14 years 8 months ago by WorkOutMan.

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

More
14 years 8 months ago #10 by sozzled
WorkOutMan wrote:

I integrated Kunena & Community Builder. When I click on My profile, I get another [reference to] Karma.

Edit the file ../components/com_comprofiler/plugin/language/default_language/default_language.php and change the line that reads
Code:
DEFINE('_UE_FORUM_KARMA','Karma');

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

Time to create page: 0.413 seconds