Quote:
Originally Posted by RichieBoy67
Hey guys, what conditional do I use to keep ads from displaying in the project manager?
|
I am not entirely sure as I have never tried but blocking ads in PT but on a per forum is done by adding the following conditional, where 1,2,3,4 are the forums you do not want ads to appear
Code:
<vb:if condition="!in_array($GLOBALS[forumid], array(1,2,3,4))">
Some Code Here
</vb:if>
Not sure if there is a projectid variable that can easily be substituted for forumid. If so this should do the same.