Log in

View Full Version : is that possible to have users temp table in 3.5


albarq
06-24-2005, 03:44 PM
hi,

i am thinking to make two database tables for users .. when user regist in the forum his name and info will insert temporary in user_temp table until he activate his account ... then he will automatcilly move from this table to the main table user.

i am useing VB 3.5.0 beta 2 , and i am asking here if any one thing that possible to do it through out plug-in new system ...

:ermm: :ermm: need a help to do this job

thank you

Colin F
06-24-2005, 03:59 PM
hi,

i am thinking to make two database tables for users .. when user regist in the forum his name and info will insert temporary in user_temp table until he activate his account ... then he will automatcilly move from this table to the main table user.

i am useing VB 3.5.0 beta 2 , and i am asking here if any one thing that possible to do it through out plug-in new system ...


:ermm: :ermm: need a help to do this job


thank you
Hmmm... not sure if it's possible, but why don't you tell us why you want to do this, and we'll let you know if there's an alternativ solution.

Or someone else will come along and help you out :)

Brad
06-24-2005, 06:57 PM
hi,

i am thinking to make two database tables for users .. when user regist in the forum his name and info will insert temporary in user_temp table until he activate his account ... then he will automatcilly move from this table to the main table user.

i am useing VB 3.5.0 beta 2 , and i am asking here if any one thing that possible to do it through out plug-in new system ...


:ermm: :ermm: need a help to do this job


thank you
What reason do you have for doing this? It is easy to extract all the un-activated users from the current user table with just a simple query.