auto vip r63b

Status
Not open for further replies.

St4nley

Member
Apr 13, 2013
469
76
how do i set auto vip when someone has registered in r63b i set it to 1 in design table under users but it would bounce back to 0 after saving.......

thanks
 

St4nley

Member
Apr 13, 2013
469
76
Uhh.. ?? If I understand you correctly, you tried to set vip to 1 by default in the database?

What cms are you using?

yes sir, and its ubercms, i meant to say deafult vip 1, also the database is in fucking spanish cause is a mexican and i cant find anything else so i have to translate it....


but on topic how do i set vip 1 deafult?
 

Evilsmoothie

Mad kung-fu artist
Feb 11, 2013
446
57
Try to run this:
Code:
ALTER TABLE  `users` CHANGE  `vip`  `vip` ENUM(  '0',  '1' ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT  '1'
If that is what you tried earlier, then I'd like to have a link to the cms so I can actually look in the files.
 

St4nley

Member
Apr 13, 2013
469
76
Try to run this:
Code:
ALTER TABLE  `users` CHANGE  `vip`  `vip` ENUM(  '0',  '1' ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT  '1'
If that is what you tried earlier, then I'd like to have a link to the cms so I can actually look in the files.

it worked, thanks sql king has done it again. Appreciate it

Close thread.
 
Status
Not open for further replies.

Users who are viewing this thread

Top