Tag Archives: code

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 [...]

Posted in Articles | Also tagged , | Leave a comment