couples duplicate fields how to remove

hi there

i am building a site on dolphin 6.1.6 and want to know how to remove the duplicate fields when selecting a couples profile ie profile header and profile text, city country and so on, so when a user selects couple they only have 1 of the fields.

 

thanks

Quote · 25 Aug 2010

got this sorted thanks to mrpowless so big up that man

 

heres what ya need to do

 

inc/classes/bxdolprofilefields.php

function _getCoupleMutualFields()
$this -> aCoupleMutual = array( 'NickName', 'Password', 'Email', 'zip' );   <<< add the fields you dont want to show inside these brackets
there are some highlighted in the admin panel also

Quote · 25 Aug 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.