Quote:
Originally Posted by rollo tamasi
is there anyway i can make the ads just appear for visitors to the site and not to registered members. At the moment when i log out i can see the ads (great) but when i log in i just see the table area at the bottom of the threads with no content. Is it possible to have this table removed while i'm signed in?
Added a screen shot for clarity
|
if you want to do that just place all the new code that is in side your template in the middle of this
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(usergroupshere))">
all code here
</if>
Quote:
Originally Posted by rollo tamasi
could you clarify this please
where do i modify the usergroups? I'm using VB 3.5.4
At the moment i have installed your mod but my ads are not appearing to my members.
|
see the template
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(usergroupshere))">
all code here
</if>
that code where you placed your adds in the middle, you need to add the user groups where it says
usergroupshere like the visitors as defoult are 1 so others will be 2 etc etc add them like
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(1,2,3))">
all code here
</if>
and it should work, any problems please say
please also note if you are using adsence then the ad's might not show straght away as google adsnce spider has to have visited your page first for ad's to show