Ok here is the first product i have created it adds breadcrumbs in the footer works on vb5.4.1 alpha 4 may work in other versions not tried it on other
Announcement
Collapse
No announcement yet.
Breadcrumb in footer
Collapse
X
-
Thanks for sharing

My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
-
product_footer_breadcrumbs.3.zip Updated too next version with a few tweaks.
Normal breadcrumb
Updated breadcrumb
Wise men say nothing Fools never listen
- Top
- Translate
- Bottom
Comment
-
-
I suggest to make this minor CSS tweak to make the > separator vertically centered.
Code:#breadcrumbs .separator { margin-top: 8px; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
-
Try this generic solution:
This will only display the footer breadcrumbs if there are breadcrumbs on top.Code:#footer #breadcrumbs { display: none; } #breadcrumbs ~ #footer #breadcrumbs { display: block; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
Get Affordable and Fast VPS for vBulletin -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment