Info
- 3 posts
- 2 voices
- Started 2 years ago by ArnyVee
- Latest reply from ArnyVee
- This topic is not resolved
Show ads (or other things) to only guests
-
- Posted 2 years ago #
What do I type to make something visible to only guests? For example, I have ads by Google in the sidebar that I'd like to display only to guests. How can I achieve this?
-
- Posted 2 years ago #
wrap any html or javascript (or even php) that you only want guests to see in this
<?php if (!bb_is_user_logged_in()) { ?>
blah stuff here
<?php } ?> -
- Posted 2 years ago #
Thank you so much _ck_ :D
-
You must log in to post.