View Full Version : How to add a Home Page Hyperlink in Forums?
MaXimus
01-14-2012, 06:07 PM
How to add a Home Page Hyperlink in Forums?
Below is an image of where I would like the Home Button to be placed
and it should link to: http://pctweakers.net
Thanks
I am on the latest vBulletin v4.1.10 if that matters
http://img811.imageshack.us/img811/906/capturewwv.png (http://imageshack.us/photo/my-images/811/capturewwv.png/)
--------------- Added 1326569867 at 1326569867 ---------------
Sorry for the double post, I found it here
https://vborg.vbsupport.ru/showthread.php?t=274116
betts02
01-14-2012, 08:51 PM
There is a simple mod that can do this
LifesGreatestGift
01-14-2012, 08:56 PM
Go to AdminCP>Plugins & Products>Add New Plugin>
Product: vBulletin
Hook Location: process_templates_complete
Title: Home Tab in Navbar
Plugin PHP Code:$template_hook['navtab_start'] .= '<li><a class="navtab" href="http://pctweakers.net/">Home</a></li>' ;
Plugin is Active: Yes
SAVE
OR
You can go to AdminCP>Plugins & Products>Download / Upload Plugins>Import Plugin Definitions XML File
Browse for the XML plugin in the attachment and click Import
No need to edit templates or install extra mods.
doctorsexy
02-05-2012, 11:23 AM
Thanks ..very helpfull.....
MaXimus
04-24-2012, 07:48 AM
Go to AdminCP>Plugins & Products>Add New Plugin>
Product: vBulletin
Hook Location: process_templates_complete
Title: Home Tab in Navbar
Plugin PHP Code:$template_hook['navtab_start'] .= '<li><a class="navtab" href="http://pctweakers.net/">Home</a></li>' ;
Plugin is Active: Yes
SAVE
OR
You can go to AdminCP>Plugins & Products>Download / Upload Plugins>Import Plugin Definitions XML File
Browse for the XML plugin in the attachment and click Import
No need to edit templates or install extra mods.
WOW!! How simple was that!!1 I used to always manually do it via editing the templates!
You're a star man!
I dont know how did it even pickup my homepage automatically :eek:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.