Tag Archives: phpBB
phpBB: Display different content for guests and members
To display different content depending on whether or not a user is logged into your phpBB forums, simply use the following code in your template files: <!– IF not S_USER_LOGGED_IN –> Text between these tags will be displayed to guests. <!– ENDIF –> <!– IF not S_IS_BOT and S_USER_LOGGED_IN –> Text between these tags will [...]
phpBB and Google AdSense
I’ve been using the brand-new phpBB forum software for the past few days now and I must admit I am very impressed. But that’s a post for another time! For now, I’ll discuss the optimal placement of Google ads within phpBB’s templates, the easiest method to do so, and most importantly, how to achieve all [...]
Posted in Articles Also tagged AdSense TOS, Google AdSense, legal, monetization, web development 31 Comments


Facebook’s Like Button and integration with phpBB