the blog entry title is in the breadcrumb in ipblog but a topic title is NOT in the breadcrumb in forums.
I am a huge fan of breadcrumbs because they really let a person know where they are but I always thought the function of a breadcrumb is kind of like a parked car .. you are here and now walking about on foot.
Is there a reason the grand ips designers feature a blog entry in the breadcrumbs and not in the topics?
oh, and thanks to @onlyme, here is how to take it out of the breadcrumb if anyone wants to play with it:
open /admin/applications_addon/ips/blog/modules_public/display/entry.php
Find & remove
$this->registry->output->addNavigation( $entry['entry_name'], "app=blog&module=display&section=blog&blogid={$this->blog['blog_id']}&showentry={$entry['entry_id']}", $entry['entry_name_seo'], 'showentry' );










