Tweet Just a few months earlier, Facebook released their new Like Button which is popping up on most popular websites and forums. Implementing this button with phpBB forums isn’t as simple as grabbing the code generated from Facebook’s configurator. That is, if you want it to work properly with the dynamic pages of your forum. [...]
Tag Archives: phpBB
phpBB: Display different content for guests and members
Tweet 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 [...]
phpBB and Google AdSense
Tweet 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 [...]
Posted in Articles
Also tagged AdSense TOS, Google AdSense, legal, monetization, web development
31 Responses

