Tag Archives: phpBB

Facebook’s Like Button and integration with phpBB

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. The [...]
Posted in Articles | Also tagged , , , | Leave a comment

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 [...]
Posted in Articles | Also tagged , | Leave a comment

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 , , , , | 31 Comments