PDA

View Full Version : How to integrate PhpAdsNew?


everythingtreo
08-27-2004, 10:32 PM
Hello-
I'm a newbie when it comes to code, so any help is appreciated. I'm running VB 3.03 and I've set up phpAdsNew. I have a campaign set up with multiple banners. I have a Javascript Invocation Code, but I'm not sure exactly where to put it. I simply want to rotate 468x60 banners at the top of the page. I tested the code generated by phpAdsNew on a plain vanilla HTML page and it worked great. I just got my vBulletin converted from IPB 2.0 after much stress and I don't want to screw anything up.

Thanks in advance.
Chris

Bigwrenn
08-28-2004, 03:25 AM
To include it on every page, open up your header template and place it below the $phpinclude_output. Just place your invocation code there to have it show on every page. For the best results, always use javascript invocation. I have come to realize this works best on the forum.

everythingtreo
08-28-2004, 03:53 AM
Thanks! Worked great. Is there an easy way to center the banner?

Bigwrenn
08-28-2004, 05:11 AM
At the beginning of the invocation code put <center> and at the end of the invocation code put </center>. That should fix it right up! :D