Page 1 of 1

phpbb user authentication

Posted: Mon 10. Nov 2003, 13:47
by blaze
I have this question for people who are combining php wcms with a phpbb message board. I installed the mod you can find at http://www.phpbb.com/phpBB/viewtopic.php?t=85737 to authenticate users on non-phpbb pages.
The script asks to add a "require" on top of the page you want to have protected. The thing is that I only want a few pages to be protected, not just the whole site. Therefore adding the code on top of my index.php is no solution.
Does anyone know how to get this running or to authenticate users in another way?

Posted: Mon 10. Nov 2003, 16:23
by marses
Try puting auth code into one of templates.

Posted: Mon 10. Nov 2003, 22:06
by blaze
I used the redirect field in the article page and that worked well. I still have some problems, but that's not due to the php wcms.