- 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 [SOLVED] How to change de link of the top menu ?
- Digital Network
-
Topic Author
- Offline
- Junior Member
-
I would like to change the link Category to Forums.
How can I do that ?
All the best,
Vincent
Please Log in or Create an account to join the conversation.
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.
- Digital Network
-
Topic Author
- Offline
- Junior Member
-
- Posts: 21
- Thank you received: 0
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.
This requires that you edit the Kunena english language file manually:
YOUR_SITE_URL/administrator/components/com_kunena/language/kunena.english.php
toDEFINE('_KUNENA_CATEGORY', 'Category:');
DEFINE('_KUNENA_CATEGORIES', 'Categories');
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.
- Digital Network
-
Topic Author
- Offline
- Junior Member
-
- Posts: 21
- Thank you received: 0
Is there a french file for the language ?
Please Log in or Create an account to join the conversation.
for the french file look here www.kunena.com/forum/24-french/20123-tra...na-153-native-stable
Regards
Please Log in or Create an account to join the conversation.