You'd have to have the login page on your site set the cookie to make the user logged into a FluxBB account... I'd look at the FluxBB login script for how to do that.
Offline
On Mod Share, we were able to do that. The easiest way is just to copy the form and use a JS redirect.
However, you can also be more advanced and use MySQL, or even better and actually make it so that when you get on the forums, it logs you in then (like on Mod Share and Scratch).
Offline
jvvg wrote:
On Mod Share, we were able to do that. The easiest way is just to copy the form and use a JS redirect.
However, you can also be more advanced and use MySQL, or even better and actually make it so that when you get on the forums, it logs you in then (like on Mod Share and Scratch).
The last one is what I'm going for.
Offline
the easiest way I'm guessing is to use the fluxbb accounts as the accounts and have the login on the main site set a session like that fluxbb uses or use jvvg's solution. Or you can make a custom forum system.
Offline