Topic: Managing PunBB Sessions
I ran across this thread which (from what I am gathering) if I include common.php I will essentially harness the sessions from a punBB forum. Well, when I do that I get this error:
The constant PUN_ROOT must be defined and point to a valid PunBB installation root directory.
So I tried adding this to my config.php file which did nothing.
define('PUN_ROOT', '[domaininfo]');
Two questions:
1. Where should I define PUN_ROOT?
2. How do I echo out a userid once I have the sessions running?
Thanks!
Dolbex