Topic: External Login Page

I have tried the search funktion, but i really couldnt find a php code or file which i can use for an external login.

External Login Page: Login on another Page outside PunBB.

It would be great if someone could help me,.. (Im not into php coding yet)

Re: External Login Page

Just copy login.php out of the punbb root folder and into it's parent folder. (assuming this is what you want to do).

Having copied login.php from, say, 'www.site.com/forums/' to 'www.site.com' open the new login.php and change line 29:

define('PUN_ROOT', './');

to:

define('PUN_ROOT', './forums/');

*Where "/forums/" is the folder where punbb is installed.

---

You could also use this mod: http://www.punres.org/desc.php?pid=206 and put it on a page outside of punbb.