View Full Version : Notifcations in header
SEOvB
01-03-2008, 05:00 AM
Anyone know if there is a plugin for 3.7b3 yet to show the notifications in header so we can remove the login information box from navbar to the header template?
Thanks
bahisyeri
01-06-2008, 05:30 PM
Well dude, i found out how to do it...
Open your global.php and search for this source in lines 626-629
$pagenumber = $vbulletin->input->clean_gpc('r', 'pagenumber', TYPE_UINT);
eval('$headinclude = "' . fetch_template('headinclude') . '";');
eval('$header = "' . fetch_template('header') . '";');
eval('$footer = "' . fetch_template('footer') . '";');
move them to above of this source in lines 788-790
// ################################################## ###########################
// ######################### END TEMPLATES & STYLES ############################
// ################################################## ###########################
Save it and go to your template section in admincp and edit your header =)
SEOvB
01-06-2008, 10:17 PM
Awesome, that will do just fine for now.
Thanks a bunch sir :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.