- Posts: 42
- Thank you received: 0
All questions about EDocman extension
Remove edocman categories from Joomla Breadcrumb
- Lorenzo
- Topic Author
- Offline
- Senior Member
-
Less
More
1 year 7 months ago - 1 year 7 months ago #159750
by Lorenzo
Remove edocman categories from Joomla Breadcrumb was created by Lorenzo
Dear support,in my blog one of the articles has the shortcode to show some attachment. Unfortunately that messes badly with the Joomla Breadcrumb adding eDocman categories after them.How to remove them? The only relevant post was an old one, but I do not know if an option has now been implemented.
joomdonation.com/forum/edocman/21710-unw...breadcrumbs.htmlKind
regardsLorenzo
Last edit: 1 year 7 months ago by Lorenzo.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 12960
- Thank you received: 1679
1 year 7 months ago #159757
by Mr. Dam
Replied by Mr. Dam on topic Remove edocman categories from Joomla Breadcrumb
Hi Lorenzo,
Please open file: root -> components -> com_edocman -> view -> category -> html.php
find:
and change to
Good luck
Dam
Please open file: root -> components -> com_edocman -> view -> category -> html.php
find:
Code:
if (isset($menuItem->query['view']) && ($menuItem->query['view'] == 'categories' || $menuItem->query['view'] == 'category'))
Code:
if (isset($menuItem->query['view']) && ($menuItem->query['view'] == 'categories' || $menuItem->query['view'] == 'category') && $menuItem->query['option'] == 'com_edocman')
Dam
The following user(s) said Thank You: Lorenzo
Please Log in or Create an account to join the conversation.
- Lorenzo
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 42
- Thank you received: 0
1 year 7 months ago #159759
by Lorenzo
Replied by Lorenzo on topic Remove edocman categories from Joomla Breadcrumb
Thank you Dam, that solved the issue.
Is it possible to apply this via template override?
Is it possible to apply this via template override?
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 12960
- Thank you received: 1679
1 year 7 months ago #159760
by Mr. Dam
Replied by Mr. Dam on topic Remove edocman categories from Joomla Breadcrumb
Hi Lorenzo,
Nope, but i will think about this feature in future Edocman version
Thanks
Dam
Nope, but i will think about this feature in future Edocman version
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.