PDA

View Full Version : Plugin: Upgrade from 3x to 4.1.3


BosDev
05-15-2011, 10:20 PM
We've updated our forum to the latest and greatest, and after removing a lot of plugins/products which were ancient, our banner ads disappeared.

The plugin we used to use was:

ob_start();
include('/home/viperclu/public_html/sponsors/banner-display.php');
$GLOBALS['bannerads'] = ob_get_contents();
ob_end_clean();


and then in our header template, we simply added

$GLOBALS['bannerads']

and poof, the ads would appear as we wanted them.

Now, "$GLOBALS['bannerads']" shows up.

I've read a couple threads, but I'm honestly lost here...

Any help would be appreciated.

BosDev
05-18-2011, 02:54 AM
Point me in the right direction?...

Lynne
05-18-2011, 02:47 PM
https://vborg.vbsupport.ru/forumdisplay.php?f=184

More specifically - https://vborg.vbsupport.ru/showthread.php?t=242454

BosDev
05-18-2011, 11:01 PM
pppuuuurrrrrrfect... Thank you very much.