Kunena 6.0.9.1 Released
The Kunena team has announce the arrival of Kunena 6.0.9.1 [K 6.0.9.1] which is now available for download as a native Joomla extension for J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0.
Use this category:
- to ask how to install or upgrade; or
- if you encountered problems during the installation or upgrade procedure.
Use a different category to ask questions about problems that you may be having after you successfully installed or upgraded the currently supported version. If you are unsure what is the current supported version of Kunena, please go to the download page.
Question Kunena duplicates forum links in breadcrumbs
- romagromov
-
Topic Author
- Offline
- Senior Member
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
forum = forum menu iten, so recent topics or index
main menu = section main menu
welcome = category menu
github.com/Kunena/Kunena-Forum/issues/2579
Please Log in or Create an account to join the conversation.
- romagromov
-
Topic Author
- Offline
- Senior Member
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
- romagromov
-
Topic Author
- Offline
- Senior Member
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
components\com_kunena\views\common\view.html.php
on other items, you need to edit the
components\com_kunena\template\crypsis\pages\
Please Log in or Create an account to join the conversation.
- romagromov
-
Topic Author
- Offline
- Senior Member
I think this is about router file.
Issue is that impossible to create categories in the forum root.
We need to create section. But when site does not have any sections - we need to create one section and in this main problem. On my site main section have title like Main forum, so we have extra links Homepage -> Forum -> Main forum.
So, we need to disable Forum link, to get clean breadcrumbs: Homepage -> Main forum
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
change
to:
before:
Forum - Main Forum - Welcome Mat
after:
Forum - Welcome Mat
Please Log in or Create an account to join the conversation.
for joomla module, you need to custom the breadcrumb module.
Please Log in or Create an account to join the conversation.
- romagromov
-
Topic Author
- Offline
- Senior Member
810 wrote: that's for kunena breadcrumbs,
for joomla module, you need to custom the breadcrumb module.
A you sure, that I need to custom breadcrumbs module?
May be you are talking about Kunena router?
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.