phpBB 3 Styles Demo

Submitted by CyberAlien, Mar 2007.
This tutorial explains how to setup a simple styles demo forum with phpBB 3.

phpBB 3 already has everything required to make a styles demo. The only thing you need to change is permissions so guests could change styles.
To do that open includes/session.php, find this:
Code:
  1. if (!empty($_GET['style']) && $auth->acl_get('a_styles')) 
and replace with this:
Code:
  1. if (!empty($_GET['style'])) 
That's all.

To add link to any style add "style" parameter to url with style id as value. For example, url_to_forum/index.php?style=1

Share this tutorial

If you want to show this tutorial to someone else please use following code to link to this tutorial:
HTML Link:
Forum BBCode:
Content of this tutorial may not be published anywhere else without author's permission. Please link to this page instead.