| Adsense only to guests? How do I do this in phpbb? |
Bates

msg:3031005 | 4:25 am on Aug 2, 2006 (gmt 0) | 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

msg:3031040 | 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

msg:3031113 | 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.
|
Bates

msg:3031486 | 2:13 pm on Aug 2, 2006 (gmt 0) | Awesome! Thanks guys!
|
|
|