Closed (outdated)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2010 at 07:11 UTC
Updated:
17 Jun 2020 at 08:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Tecktron commentedAdd in at line 312 (about) something like this:
if(!in_array($skip_types,$breadcrumb->breadcrumb_type)){
menu_set_active_trail($locations);
}
Need to setup the skip types from admin panel or however else you would like to implement the feature, maybe do it per breadcrumb then maybe something like ($breadcrumb->force_trail)?
I'll let you guys decide. But thanks for your consideration. I would love to see this feature.
Thanks!
Comment #2
lamp5