I want to put ads on my site. but i wnt those ads visible only for guest not for register. how to do this to my site.? help me
It depends on which forum script are you using. Most of the popular forums have Mods available for ad Management. Kailash
What forum script? You could create a copy of your skin that only shows for guests, and add ads to it. But, that's not the best way.
If you are putting (pasting) your Adsense ad code directly in a template, wrap it in this conditional to show it only to guests: <if condition="$show['guest']"> Your adsense ad code here. </if> Code (markup):