I have one unit on my forum that shows up as if it's the first post in each sectino, and I'd like to show it only to guests. How can I do this in phpbb?
caran1
5:22 am on Aug 2, 2006 (gmt 0)
Use different templates for logged in visitors and guests. The Adsense mod should be added only to template for guests
Gibisan
6:40 am on Aug 2, 2006 (gmt 0)
Update your template (eg overall_header.tpl) with the user logged out tags and adsense code.
<!-- BEGIN switch_user_logged_out -->
adsense code here
<!-- END switch_user_logged_out -->
PHPBB checks this switch code and will only process when a user is not logged in.