Topic: Login Integration

Hello all!

I'm new to php and if someone could help me with a few questions it would be greatly appreciated!

I have an active punBB forum and I would like to use the login throughout the rest of the site.

We are adding some additional features that I would prefer users had to register for but I would like the registration to be universal throughout the site.

What I would like to be able to do is to have something on each page to show that they are logged in and if not a redirect to the forum sign in that would send them back to their original pager after logging on.

I don't know if this is possible but if anyone could point me in the right direction that would be awesome!

Thanks you for taking the time to read this.

Re: Login Integration

very interesting, sorry I can not help

Re: Login Integration

Try looking at the model that PunBB uses to make their login page (specifically the cookie/session identifier, and also the credentials needed to login by the database).

Re: Login Integration

I have an active punBB forum and I would like to use the login throughout the rest of the site.

On a system running the site? WordPress?