View Full Version : Addition Navbar for 3.5.0
XFGHIA
10-15-2005, 05:10 AM
Hi, can somebody please confirm if the following hack by will work with 3.5 if it doesnt can someone please do a 3.5.0 version of the hack, all help is greatly appreciated
I wish i could do this my self but i am still a new vB customer and havent yet got the hang of all the coding
https://vborg.vbsupport.ru/showthread.php?t=65198
thanks
mholtum
10-15-2005, 05:19 AM
Yes it works
XFGHIA
10-16-2005, 04:07 AM
ok i starting to install this, but in vB 3.5 there is no phpinclude_start template
so what do i do with the following
2. Put the following command in your phpinclude_start template:
PHP Code:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
sorry for my lazyness but i didnt bother to read the next part in the readme file, its all fine now
attroll
10-25-2005, 04:49 AM
You are right phpinclude_start template no longer exist in 3.5.
You need to add it to the Plufin System.
Go to your ADMINCP:
Plugin System
Add new Plugin
Hook Location: global_start
Title: navbar2
Plugin PHP Code:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.