Quote:
Originally Posted by Alfa1
My image gallery (Photopost Pro) shows as 'Forum' in breadcrumb. How do I change that?
|
As I understand it .. take a look at the following line in both replacements ..
Code:
<if condition="defined('VB_AREA') AND in_array(THIS_SCRIPT, array('ajax','announcement','attachment','calendar','cron','editpost','faq','external','forumdisplay','image','index','infraction','inlinemod','login','joinrequests','member','memberlist','misc','moderation','moderator','newattachment','newreply','newthread','online','payment_gateway','payments','poll','postings','printthread','private','profile','register','report','reputation','search','sendmessage','showgroups','showpost','showthread','subscription','threadrate','usercp','usernote'))">
See all the stuff in the array? they are the only pages that should show up having the "Forum" link .. anything else is ignored, so I'm not sure why Photopost Pro has it.
As an example, I didn't want the calender as part of the forums, so I took it out of both replacements and I no longer have "Forums" in the breadcrumb for my calender.