Is it a way ?

Hi,
on the join form for my site i have choose to have photo,
but members can skip this,
i want all who be a new member must upload a photo
when they join!
 
Any help would be appreciated.
As the same time i want to thank all
who been helping on this forum.

Thank you..

Kind regards

TMV

Quote · 14 Jan 2012

I need to know lol :(

Quote · 15 Jan 2012

do a forum search and you'll know how to do it :)

Quote · 15 Jan 2012

hello,Some links to help you good luck Smile

http://www.boonex.com/forums/topic/Avatar-2010-03-04-0.htm

http://www.boonex.com/forums/?action=goto&topic_id=Set-avatar-required-quick-question

http://www.boonex.com/forums/#topic/Mandatory-photo-on-join.htm

passionate BoonEx Dolphin dolphindesigntheme.com
Quote · 15 Jan 2012

 

Hi,
on the join form for my site i have choose to have photo,
but members can skip this,
i want all who be a new member must upload a photo
when they join!
 
Any help would be appreciated.
As the same time i want to thank all
who been helping on this forum.

Thank you..

Kind regards

TMV

 This will make the Profile Photo option on the Join page a required option.

 

The BxProfileFields.php is already coded to check if the profile photo is mandatory or not, but unfortunately there is no way to make it a "mandatory" item in the Amdin Panel. 

 

All you have to do is go into your Database (via phpMyAdmin) and run the following script below to set this as mandatory.

 

 

 

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.

 

 

Enjoy!

 

Zarcon

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Jan 2012

Thanks a lot :D

Quote · 15 Jan 2012

 

do a forum search and you'll know how to do it :)

how you do that ? :p lol

Quote · 15 Jan 2012
 
 
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.