[Any Version] Change logo to point to site homepage
255 Views Published 6 months, 3 weeks ago in vBulletin Quick Tips and Customizations, vBulletin TipsNote: This only applies to the 3.x series
One reasonably common request for a simple change is to have the logo point to the site home page instead of the Forums home page. This is a simple change in the header template as follows.
Find this code:
and replace it with this:
Provided the url provided in AdminCP > vBulletin Options > Site Name / URL / Contact Details is correct, this will effect this change.
Tags: bbcode, options, template, vb, vbulletin
One reasonably common request for a simple change is to have the logo point to the site home page instead of the Forums home page. This is a simple change in the header template as follows.
Find this code:
Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>Code:
<a href="$vboptions[homeurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[hometitle]" /></a>Search
About This Entry
- You’re currently reading “[Any Version] Change logo to point to site homepage,” an entry on The Staff Lounge
- Published at 1.9.10 / 7pm
Related Entries
- Quick Bug Fix for Element, Greenfox and Bluefox 3.8.1 - AnnouncementsvBStyles
- [vB 3.8] How to align signatures to bottom (when using postbit) - vBulletin Quick Tips and CustomizationsvBulletin Tips
- [vB 3.7] How to Make Notices Stand-out More… - vBulletin Tips
- Element vBulletin Skin 3.8.1 Released - AnnouncementsvBStyles
- [vB 3.8] Move Guest Message to Notices - vBulletin Quick Tips and CustomizationsvBulletin Tips
Recent Entries
- Dev Blog: WordPress 3.0.1 - Wordpress
- vBulletin 3.8.7 coming - vBulletin AnnouncementsvBulletin.com
- Weblog Tools Collection: WordPress Plugin Releases for 07/29 - Wordpress
- Matt: New Kindle - Wordpress
- vBulletin.com is now running on vB 4.0.6 - vBulletin AnnouncementsvBulletin.com
Popular Resources
- Phorum-5.2.8 final released (12 replies) - 41316 Views
- Phorum-5.2.9a released (10 replies) - 34031 Views
- IPB Resources - 19610 Views
- Weblog Tools Collection: WordPress Plugin Releases for 02/07 - 16020 Views
- Phorum-5.2.9 released! Security Upgrade! (no replies) - 12702 Views







No Responses to “[Any Version] Change logo to point to site homepage”
Please Wait
Leave a Reply