Hey guys, I would like a little help with making an image part of the required fields on join.
Thanks!
Hey guys, I would like a little help with making an image part of the required fields on join. Thanks! |
Hey guys, I would like a little help with making an image part of the required fields on join. Thanks! Execute the following SQL query. UPDATE `YOUR_DATABASE_NAME`.`sys_profile_fields` SET `Unique` = '1' WHERE `sys_profile_fields`.`ID` =45 ; Or open table "sys_profile_fields" in your database. Look for "ProfilePhoto" under "Name" field. Change the "0" under the respective "Mandatory" field to "1". |
Thank you so much, I really appreciate this! |