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 [SOLVED] How to change de link of the top menu ?

More
16 years 10 months ago - 16 years 10 months ago #20913 by Digital Network
Hi,

I would like to change the link Category to Forums.
How can I do that ?

All the best,
Vincent
Last edit: 16 years 10 months ago by Digital Network.

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

More
16 years 10 months ago #20917 by Spock
Hi Vincent . Go to Backend and

Components » Kunena Forum » Kunena Configuration scroll down and set the following

Frontend
Default Kunena Page = "Categories"

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

More
16 years 10 months ago #20918 by Digital Network
Thank you for your answer but it's not that.
I n the menu, it's written "Categories" and I would like to write "Forums".

Is it possible ?

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

More
16 years 10 months ago #20922 by Spock
Yes Vincent, sorry i misunderstood you! :unsure:
This requires that you edit the Kunena english language file manually:

YOUR_SITE_URL/administrator/components/com_kunena/language/kunena.english.php

DEFINE('_KUNENA_CATEGORY', 'Category:');
DEFINE('_KUNENA_CATEGORIES', 'Categories');

to

DEFINE('_KUNENA_CATEGORY', 'Forum:');
DEFINE('_KUNENA_CATEGORIES', 'Forums');


But there are various other places the word "category" or "categories" pops up but not all will have to be changed (the file is well commented so you'll know exactly what you are changing). It just depends on what you personally want to change for you site. If you need more assistance I'll be glad to help

Regards

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

More
16 years 10 months ago #20950 by Digital Network
Thanks a lot, things done !!!
Is there a french file for the language ?

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

More
16 years 10 months ago #20962 by @quila

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

Time to create page: 0.271 seconds