Quote:
Originally Posted by John Diver
Does this mean that I cant set a certain piece of HTML code to show for members that arent in a certain user group for all pages?
What I want to do is show ads on my site for guests but remove the code for the ads for registered members/admins etc. but it would have to be like this on all pages for the header and footer.
|
Edit header template and put this in it:
[[($bbuserinfo[usergroupid]==1)]]
put your ad's html code here. It will be displayed to guest only
[[/($bbuserinfo[usergroupid]==1)]]