When enabled and set cache type to content based, Views content cache disables custom breadcrumbs set for views pages. No other cache system enabled.
When enabled and set cache type to content based, Views content cache disables custom breadcrumbs set for views pages. No other cache system enabled.
Comments
Comment #1
jaydub commentedI don't think this is due to Views Content Cache itself. From a quick check on Custom Breadcrumbs for Views, it operates by implementing hook_views_pre_render(). If you have caching enabled in Views, this hook is not called so the breadcrumbs won't show. Views Content Cache is a layer over Views caching so on a lower level, Views Content Cache does the actual caching via Views caching.
Note discussion here: #769498: How do I modify the views breadcrumb using one of the views hooks? and here: #666724: views caching hides breadcrumb
Comment #2
colan