Hi, I created a site with a small forum. Now the owners of the site need some more functions. Snitz forums have just what I need. Although I don't what to have two logins for the users. There already are a login for the site i question. Is there someone who have done a mod like this?
I think i need som help implementing this. The idea is to use access database since my site is running on an access database. I recon it's a good idea to use Snitz Login instead of my site login procedures. Is there sessions that tells the server that the user have access or not? I don't whant to use cookies if it's possible to avoid them. Is there anyway to do a lite-version of the login so that I can inplement it on my site? Is there a way to disable the password encryption?
Alot of questions and I really need some help with this. :) Thanks in advance!
I seriously doubt that you are going to be able to have much functionality without cookies. Without a cookie, the server doesn't know that you were just there a minute ago since it doesn't maintain a connection to your computer after the requested page is sent.
Floating around here is a "Universal Login" MOD that you might want to try if you want to use Snitz's user management features.
As for the password encryption, I'd leave that in place. While its possible to go in and edit out the need for it, it was put in place for a reason.