2 2005-03-16 03:44
Re: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I don't understand I keep getting a blank page!
Changed the code to:
define('PUN_TURN_OFF_MAINT', 1);
define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';
$pun_root = './';
require $pun_root.'include/common.php';
On the install_favorites.php, and I just get a blank page. My website is just the punnbb forum so no need for the ./forum addition in the code.
Need help thanks!
3 2005-03-14 02:13
Topic: Align Center (3 replies, posted in PunBB 1.2 troubleshooting)
New help!! I need to know where exactly do I change the code, to set the alignment of my forum.
I've set the width to 780px, but need to align:center.