The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
are you trying to show in certain forums and to certain user-groups? or you want to show for all? members and guests?
EDIT: ahh, sorry, should have looked at your code closer... after messing around with this code, i found that this code works fine for me: Code:
<if condition="(($post[postcount] % $vboptions[maxposts] == 1))"> <if condition="THIS_SCRIPT != 'register' AND !in_array($GLOBALS['forumid'], array(x,x,x))"> <if condition="!is_member_of($vbulletin->userinfo, x,x,x)"><center> YOUR GOOGLE AD CODE HERE </center> </if> </if> </if> $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] MY CODE I tested forum ID 9 and userinfo ID 6 and i could not see the add. So i guess, if you do not want to show the ads to user groups and in certain forums, place the IDs in where you do NOT want the show ads. P.S. If you dont want the ad Centered, remove the <center></center> tags. Let me know how you go mate. cheers. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|