The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
guests and members see different styles
im looking to make my members see less ads, but guests see more ads..
How can I set Guests and Registered Users on different style sets?? thanks |
#2
|
|||
|
|||
If it doesn't have to be different styles and it's only about the ads, you can use conditionals in the templates of the spots where you want to show ads.
I use this on my own board. The ads are not shown for members of certain usergroups. This is what I put into my templates: HTML Code:
<if condition="!is_member_of($bbuserinfo, 6) AND !is_member_of($bbuserinfo, 5) AND !is_member_of($bbuserinfo, 7) AND !is_member_of($bbuserinfo, 10)"> (ads code here) </if> |
#3
|
|||
|
|||
thanks, but I really need it to be on a different style.. The style will be switching around a bit, and a couple of tables added.. Can you still help with coding on that?
Much appreciated, ive been looking around for this, for a while now |
#5
|
|||
|
|||
should work.. just got to modify it a bit so that the Not Logged In usergroup see a certain style.. thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|