Quote:
Originally Posted by ZuFett
Thanks, thats great!
But one Question:
How i show it only my Guests?
|
if you has create ads through advertisement at admin cp then you should see the code
example. if you has create ads with show only for guest at below navbar then you will find
<vb:if code at
Style Manager --->>> edit template --->>> Ad Location Templates --->>>
ad_global_below_navbar
and take the code and attach before and after the code that you attach at
ad_showthread_firstpost
Code:
<vb:if condition="!is_member_of($bbuserinfo, 5)">
your ads code
<vb:if condition="$adsshown[] = 9"></vb:if></vb:if>
it's work for me
i hope this is helpful, sorry for my bad English