Quote:
Originally Posted by michaelbang
Can I combine this mod with a mod/script that will allow me to have banners rotating? Besides Google Adsense of course. I want to run my own ads on my site.
But right now, with the standard mod, I can only have two banners at a time. One left and one right. I want maybe 10 different banners rotating in the two places after the first post.
BTW - great mod! Thanks.
|
I've used this with it before, works rather well -
https://vborg.vbsupport.ru/showthread.php?t=188328 although two on the same page could produce missiong images every so often so perhaps find another similar style script and use one on one side, one on the other

.
Quote:
Originally Posted by michaelbang
I'm using a solution for my ads called SimpleAds, but when I paste my ad-codes in your mod, nothing shows up. Can you tell from this code, if anything's wrong with my ad-code? Maybe it's not compatible? Or I'm using a wrong type of code?
I've tried different advertisers just to check, and they work just fine. E.g. Google Adsense. So it must be the code below.
Code:
<?php /* PMC 2012 */ chdir("/home/www/mysite.com/mysimpleads"); include_once("/home/www/mysite.com/mysimpleads/mysimpleads.php");show_ad(1); ?>
Thanks a million!
|
Yes it's the code, see the <?php beginning and end? vBulletin itself will not even let you paste that into a template so in other words you'll have to whip something custom up to accommodate or see if they have some alternative version (javascript or other) that will easily show when pasted into the template

.