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

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
16 years 9 months ago - 16 years 9 months ago #24941 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: 16 years 9 months ago by WorkOutMan.

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

More
16 years 9 months ago - 16 years 9 months ago #24954 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: 16 years 9 months ago by Lintzy.

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

More
16 years 9 months ago - 16 years 9 months ago #24959 by WorkOutMan
Last edit: 16 years 9 months ago by WorkOutMan.

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

More
16 years 9 months ago - 16 years 9 months ago #24960 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:35.66 KB


Regards
Last edit: 16 years 9 months ago by @quila.

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

More
16 years 9 months ago #24961 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
16 years 9 months ago #24962 by @quila
Hi,

I think no. ;)

Regards

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

Time to create page: 0.261 seconds