Nutcase
Thu 22nd Mar '01, 12:28am
Hey there...
I was looking at integrating my sites user system w/ the vb2.0 user system using custom user fields, and thought of a few things that would make it better, if anyone has the time to implement it.
First off, there should be fields that are added to the profile, but not visible to anything but the php scripts, like Super-hidden fields. This will allow me to store backend information w/ the user profile, without accidentally changing it by hand (as it isnt meant to be hand edited)
I also noticed that there seems to be a php file you can use to grab user details from.. thats a great idea, as soon as i figure out how it works. Does it require that i preserve the sessionid across the whole site, or just the cookie? If it requires preservation of the session id, can that be changed?
Finally, is there any sort of documentation on this? I mainly need to create three large fields that are only used in the code. not the profiles.
Thanks!
I was looking at integrating my sites user system w/ the vb2.0 user system using custom user fields, and thought of a few things that would make it better, if anyone has the time to implement it.
First off, there should be fields that are added to the profile, but not visible to anything but the php scripts, like Super-hidden fields. This will allow me to store backend information w/ the user profile, without accidentally changing it by hand (as it isnt meant to be hand edited)
I also noticed that there seems to be a php file you can use to grab user details from.. thats a great idea, as soon as i figure out how it works. Does it require that i preserve the sessionid across the whole site, or just the cookie? If it requires preservation of the session id, can that be changed?
Finally, is there any sort of documentation on this? I mainly need to create three large fields that are only used in the code. not the profiles.
Thanks!