Couple's issue when joining

I am looking for a mod or instructions on how to limit the duplication of certain fields when a member is joining as a couple.  For example, if someone selects couple then they have to fill in the deadline twice, description twice, country twice, zip code twice, etc.  I haven't figured out how to limit this mutual couple option, so that they only have to fill out those fields once.  Have you figured it out and care to share?

BTW: Under Builder, Profile Fields, it does allow certain fields, but not those listed above.  What's the work around?

Thanks in advance,

Glen

Quote · 10 Mar 2010

The deal is a while back people complained that some couples do not live with or near each other so they doubled the fields for each person to fill in on there own..

I know that dont help remove them but its a reason why they did it.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 10 Mar 2010

Mrpowless, thank so much for your email. You solved the issue for me.

For those who are looking to solve this issue, it's on line 629:

inc/classes/bxdolprofilefields.php


function _getCoupleMutualFields


$this -> aCoupleMutual = array( 'NickName', 'Password', 'Email' );


Just add the fields above that you don't wanted duplicated when they check being a Couple... below is what I did:

$this -> aCoupleMutual = array( 'NickName', 'Password', 'Email', 'LookingFor', 'DescriptionMe', 'Country', 'City', 'zip', 'Headline', 'Tags' );

I am sharing this here as a way of saying thanks to Mrpowless and everyone else who've been so helpful.

Thanks,

Glen

Quote · 11 Mar 2010

 

Mrpowless, thank so much for your email. You solved the issue for me.

For those who are looking to solve this issue, it's on line 629:

 

inc/classes/bxdolprofilefields.php


function _getCoupleMutualFields


$this -> aCoupleMutual = array( 'NickName', 'Password', 'Email' );


Just add the fields above that you don't wanted duplicated when they check being a Couple... below is what I did:

 

 

$this -> aCoupleMutual = array( 'NickName', 'Password', 'Email', 'LookingFor', 'DescriptionMe', 'Country', 'City', 'zip', 'Headline', 'Tags' );

I am sharing this here as a way of saying thanks to Mrpowless and everyone else who've been so helpful.

Thanks,

Glen

 

 

 

 thank you very, very much. :)

Quote · 13 Mar 2010

I found one issue though with this solution.  When someone select a couple (from Male, Female, Couple) for a couples' profile.  The first birthday doesn't show up when someone views their profile.  Only the second person of the couple does.  Now, I am looking for help in tying couple's profile number to the birthday/age field.

Any help would be appreciated.

Thanks in advance,

Glen

Quote · 13 Mar 2010

i was looking for this

a long time

 

thanks

 

ill try and post if any problems

Quote · 14 Jan 2011

Finally!!!!

Thanks! At least now we can merge the common information for couples, according to our needs.

As for your problem with bot birthday dates, I know we had it before and we solved it, I just need to think hard how we did it...but will try to get back to you with an answer.

Regards

Sleepless
Quote · 14 Jan 2011

@Glennfun:

Could you please check in Admin Panel > Builders > Profile Fields in Join Form / Edit Profile and View Pofile, where is the "DateofBirth" field located (General Info or Misc Info)?

Another "stupid" issue is that using IE we get a lot of problems with Profile Editing....does this problem in your site happen with you with all net browsers?

Sleepless
Quote · 14 Jan 2011

Fora do topico

é  bom ver tugas  por  aqui

 

rsrsrs

Viva o Benficaaaa

Quote · 14 Jan 2011
 
 
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.