Generally works great, but seems to clobber breadcrumbs on at least one site.

Symptoms: breadcrumbs disappear entirely when the module is enabled.

The breadcrumb code on this site tests for existence of the breadcrumb:

<?php if ($breadcrumb): print '<div class="breadcrumb">'.$breadcrumb.'</div>'; endif; ?>

When I disable title_rewrite on the modules page, the breadcrumbs reappear; when I re-enable title_rewrite, the breadcrumbs go away again.

I attempted to test it on a separate site, but that site runs PHP 4 and throws an error on the default values in line 207.

Has anyone experienced any issues with breadcrumbs in other sites that use this module?

Thanks! It's a terrific module otherwise.

Comments

kristi wachter’s picture

Status: Active » Closed (fixed)

I was able to track this down on the site concerned and the problem was not caused by Title Rewrite.