![]() |
How to get custom breadcrumb with vb integration Hello, I would like to make my breadcrumbs convey a little more information than the default photopost/vb integration. See this page: http://www.ohiogamefishing.com/reviews/ I would like breadcrumbs like they show in their reviewpost, photopost, classifieds, etc. Can somebody tell me where to insert this custom code? |
modify your childnav function in pp-inc.php to your liking. |
Actually I wasn't talking about the PP breadcrumbs but rather how to modify the vb navbar bread crumbs. |
Here is an example of how vb does it in announcements.php. $navbits["$vboptions[forumhome].php"] = $vbphrase['announcements']; $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); eval('print_output("' . fetch_template('announcement') . '");'); I'm just not sure of the syntax to do the same in header-inc.php. |
That would be a VB mod, since the breadcrumbs would be pulled into the Vb header. By the looks of the example site you gave, it looks like they just made up a custom VB navbar for the reviews section. I seem to remember seeing the mod on VB.org |
I don't think so. I think it's a bit of custom code to setup Navbits in each seperate header-inc.php. One for PP, PP Classifieds, RP, etc. |
Never mind I figured it out. Insert this $navbits[''] = "Photo Gallery"; $navbits = construct_navbits($navbits); about line 26 |
Very nice integration job! I have all 3 PhotoPost programs and like to display them in vBulletin like yours. I currently can only get PhotoPost to integrate into the forum, but I'd like the featured photos to display vertically on the right side of the forum. All 3 programs' categories to be listed below the forum's categories. Is it very hard a thing to do ? How much customizations have you done in order to get your site working so beautifully like that ? |
Quote:
I had to add the array 3 times in mine for it to work on showphoto & comments. Right now, I am working on the pagenav in photopost to show the pages as if they originated from my main page IE Index > photo gallery> showphoto |
Yep Wac misunderstood what you wanted as I am not use to people asking vb modification questions on the photopost site ;) |
| All times are GMT -5. The time now is 10:50 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0