RetroDreams
03-07-2008, 02:05 PM
I've got an old phpAds setup that has always worked well so I've stuck with it throughtout phpAds progression to OpenAds and now to OpenX. Anyhow, I've never tried to put an ad into the postbit but I'd now like to do so for guests -- and for more information I use the legacy postbit.
Generally, I just throw $phpAds_raw[html] where I want the ad to show up and move on. However, I threw it into the postbit_legacy template and it just comes up blank. In using the search engine, I've found that you need to use $GLOBALS[] when using postbit_legacy, however, I cannot seem to figure out the correct syntax to get the ad to appear.
$GLOBALS[phpAds_raw] returns "Array" but it needs to have that [html] on the end in order to serve the ad. Is there a way to double bracket? Does anyone have any insight on this?
Generally, I just throw $phpAds_raw[html] where I want the ad to show up and move on. However, I threw it into the postbit_legacy template and it just comes up blank. In using the search engine, I've found that you need to use $GLOBALS[] when using postbit_legacy, however, I cannot seem to figure out the correct syntax to get the ad to appear.
$GLOBALS[phpAds_raw] returns "Array" but it needs to have that [html] on the end in order to serve the ad. Is there a way to double bracket? Does anyone have any insight on this?