PDA

View Full Version : Exclude adsense from some forums..


LAJAURIA
07-30-2008, 01:54 PM
Hello..

I would like to use the codes of this VBorg modification:

https://vborg.vbsupport.ru/showthread.php?t=138312


but i want to exclude some forum ID's...

I tryed this:


<if condition="$post[postcount]==1 AND !in_array($forumid, array(FORUMS ID'S I WANT TO EXLUDE))">
<p align="center">

ADSENSE CODE

</p>
</if>

but It doesn't work.

How can I do it?


Thank You.

Lynne
07-30-2008, 02:34 PM
Which template are you putting that code in?

LAJAURIA
07-30-2008, 02:38 PM
in postbit_legacy template.

the system works. It shows the adds but in all forums. I would like to exclude some forums of showing the ad.

RLShare
07-30-2008, 02:40 PM
try changing $forum id to $thread['forumid']