I went in the DB with PHPMyAdmin. Seems like it's gonna take a query to pull off. This will opt everyone in as Yes and they will have to go to the cp to turn it to no instead of Yes.
Here's a query you can run in PHPMyAdmin from the SQL tab...
update `userfield` set `field15` = 'Yes' where `field15` = '';
If you have table prefixes, adjust the userfield table name. Take note of backtics and single quote usage in the query.
--------------- Added [DATE]1277335389[/DATE] at [TIME]1277335389[/TIME] ---------------
Quote:
Originally Posted by DieselMinded
User Profile Fields in Area: Options: Messaging / Notification
Enable Cometchat Software? Single-Selection Radio Buttons Editable, Searchable field15
--------------- Added [DATE]1277334972[/DATE] at [TIME]1277334972[/TIME] ---------------
Do i need to move if from edit options ? maybe it don't autoupdate or something
Maybe <if condition="$bbuserinfo['field15'] != 'No' ">
|
Changing the condition to No won't help. The DB has empty fields.