Is it possible to disable some of the features which appear on the registration page, and set everyone currently in the database to switch the feature off?
I'm specifically talking here about the option to: 'Receive email notification of every new link added?' YES/NO - I'd actually rather this was not an option on the links database - and to set all previous members to not have this facility. Can this be done easily?
Can I apply the same principles to other registration items like the biography section for example?
Can I just confirm that I type 'UPDATE wsnlinks_members set notifyoflinks='no';' into the database query window in the admin section of the links system?
Comments on Altering registration settings
Member
Usergroup: Customer
Joined: Nov 19, 2003
Total Topics: 21
Total Comments: 35
Hi
Is it possible to disable some of the features which appear on the registration page, and set everyone currently in the database to switch the feature off?
I'm specifically talking here about the option to: 'Receive email notification of every new link added?' YES/NO - I'd actually rather this was not an option on the links database - and to set all previous members to not have this facility. Can this be done easily?
Can I apply the same principles to other registration items like the biography section for example?
Many thanks for your help
Trevor.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Remove it from the registration and edit profile templates, and run the query UPDATE wsnlinks_members set notifyoflinks='no';
Member
Usergroup: Customer
Joined: Nov 19, 2003
Total Topics: 21
Total Comments: 35
Hi
Can I just confirm that I type 'UPDATE wsnlinks_members set notifyoflinks='no';' into the database query window in the admin section of the links system?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Yes, or in phpmyadmin. Unless you used a custom prefix, if so change wsnlinks_.