PDA


View Full Version : Ads beteen posts in News Module


rluna559
05-27-2006, 09:51 PM
Hello,
I would like to be able to have a google ad between the first and second news post in my news module on my cmps index page. Does anyone know how I could do this?

Thanks

thejaxx
06-18-2006, 08:35 AM
I would be interested in this as well. But not for google ads, just ads in general dealing with in game companies.

hitmanuk2k
10-27-2006, 05:04 AM
Bump.

Anyone?

Brian
10-27-2006, 11:39 AM
Just add something like this to your adv_portal_newsbits template:

<if condition="$newscount == 1 OR $newscount == 2">
Banner code here
</if>