Quote:
Originally Posted by AndrewD
In the links_play_standalone template, you can do a category test with the $catid variable. So you could include something like the following:
PHP Code:
<if condition="$catid==XXX"> do add sense code </if>
or
PHP Code:
<if condition="in_array($catid, array(x1,x2,x3...))"> do add sense code </if>
|
Could I do the other way around? Something like using "if" but disable the adsense code on 1 category. Does it automatically apply to child categories?
Also, the wimpy player in extra folder, assuming the way to install it on LDM, the files are protected from hotlink, just like LDM itself right?