phpBB 3 Styles Demo
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:
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:
- if (!empty($_GET['style']) && $auth->acl_get('a_styles'))
and replace with this:
Code:
- 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
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