join form: making photo upload mandatory

Does anyone know if there is a way to make the join form photo upload mandatory

Quote · 3 Dec 2010

This should make it a required field for Dolphin 7.0.x:

 

http://www.boonex.com/unity/extensions/entry/Mandatory_Photo_on_Join

 

Keep in mind though, if the member does not click "Add Avatar" after cropping the photo, the avatar will still be blank. I have not yet seen a way for force the crop and set the avatar yet.

Nothing to see here
Quote · 3 Dec 2010

the mod dont exist anymore...

did anyone know a way to make photo upload mandatory on join with dolphin 7.1.4

Quote · 10 Mar 2014

The module was a small SQL script to be ran using PhpMyAdmin.

 

Here is the script: (Make a backup of your database or at least the sys_profile_fields table FIRST)

 

Update sys_profile_fields
Set Mandatory = '1'
Where Name = 'ProfilePhoto' AND Mandatory = '0'



Once you have ran this, you will need to delete sys_profile_fields.inc from the /cache directory.

 

Remember:

If the member does not click "Add Avatar" after cropping the photo, the avatar will still be blank. I have not yet seen a way for force the crop and set the avatar yet. If you want, you can add a HTML Block on the Avatar Page (via Page Builders) to instruct the user to click 'Add Avatar' to complete the Avatar/Profile setup.

Nothing to see here
Quote · 10 Mar 2014
 
 
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.