View Full Version : New To vBulletin - How To Change Header and Footer?
smoknz28
10-02-2005, 04:27 AM
vBulletin v3.5
==========
Hi gang...looking for some assistance in changing my header and footer of the forums. Also, I'm new to vBulletin so things are looking pretty darn foreign to me.... So if you can break it down 'Barney-style', I would appreciate it. ;)
Trying to get my phpAdsNew to show up as well as other links like to my PhotoPost Classifieds and PhotoPost Gallery.
Thank you,
Mark
http://www.f-bodyhideout.com/forums
Kirk Y
10-02-2005, 05:58 AM
AdminCP -> Styles and Templates -> Select Your Template (Click the << >> buttons) -> Header or Footer
Upload phpAdsNew into your Forum dir., install it... use whichever kind of Invocation you'd like. If you want to use Local Mode, you can take the php given to you and create a new plugin with it at global_start.
Edit: Oh, and by the way... this forum is for posting "How-To"s, not asking questions. It'll probably be moved to the Modification Questions forum.
smoknz28
10-02-2005, 07:33 AM
Thanks for responding....and yes, I actually saw that I wasn't suppose to post this message in this forum after I had already hit the post. Argh.... Already starting out on the wrong foot.
Well, I'm attempting to get the plugin going as you mentioned. Went into Plugin System > Add New Plugin > Hook Location (navigated to global under vBulletin: General) and clicked on global_start. Then gave it a title....and in the Plugin PHP Code in the edit box I've put the following code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/phpadsnew/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:3', 0, '_blank', 'http://ws6store.com', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
But nothing appears when I go to my index page at www.f-bodyhideout.com/forums
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.