Image required on join

Hey guys, I would like a little help with making an image part of the required fields on join.

Thanks!

Quote · 31 May 2010

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".

Quote · 1 Jun 2010

Thank you so much, I really appreciate this!

Quote · 1 Jun 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.