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

This section is for questions directly related to the procedure for installing Kunena for the first time or upgrading from an older version of Kunena.

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

More
7 years 4 months ago #1 by romagromov
Kunena duplicates forum links in breadcrumbs



How to remove first link to forum?


Download Free Software for Windows absolutly free.

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

More
7 years 4 months ago #2 by 810
they are not duplicated on the category view, only on the forum menu item.

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.

More
7 years 4 months ago #3 by romagromov
So, how to remove excess menu item?

Download Free Software for Windows absolutly free.

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

More
7 years 4 months ago #4 by romagromov
I need to get the menu section was the main without any extra links.

Download Free Software for Windows absolutly free.

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

More
7 years 4 months ago #5 by 810
for the main forum menu item, you need to hide it on the
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.

More
7 years 4 months ago - 7 years 4 months ago #6 by romagromov
I'm talking about Joomla breadcrumbs module.
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.
Last edit: 7 years 4 months ago by romagromov.

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

More
7 years 4 months ago #7 by 810
components\com_kunena\template\crypsis\pages\category\default\default.php

change
Code:
foreach ($parents as $parent) { $this->addBreadcrumb( $parent->displayField('name'), $parent->getUri() ); }

to:
Code:
$this->addBreadcrumb( $content->category->name, $content->category->getUri() );


before:
Forum - Main Forum - Welcome Mat

after:
Forum - Welcome Mat

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

More
7 years 4 months ago #8 by 810
that's for kunena breadcrumbs,

for joomla module, you need to custom the breadcrumb module.

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

More
7 years 4 months ago - 7 years 4 months ago #9 by romagromov

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.
Last edit: 7 years 4 months ago by romagromov.

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

Time to create page: 0.394 seconds