Profiles

I would LOVE to know how to Eliminate one of the profile pics on the couples profiles. I only need the couples to have ONE pic displaying in their profile. I would like the layout to look like the Dolphin 6.0 layout if possible. Also where is the list of profile fields for the couples option so I can choose which fields I need to be displayed in the profiles and the join form since not every field needs to be duplicated? Thanks in advance!!

Thanks again,

Tom

Quote · 10 Jun 2008

I have this problem too - do you

resolved this ?

roger

comunidadesf@yahoo.com.br

Quote · 10 Jun 2008

I achieved this by editing templates/base/scripts/BXBaseProfileView.php as follows

<start code>

function showBlockPhoto( $iCol, $bNoDB = false )
 {
  $iPID = 0;
  if( $iCol == 1 ) {
   $iPID = $this -> _iProfileID;
   $sNickName = $this -> _aProfile['NickName'];
   //next section commented out to prevent 2 photo blocks on couples
  /*} elseif( $iCol == 2 ) {
   if( !$this -> _aProfile['Couple'] )
    return;

   $iPID = $this -> _iProfileID;
   //$iPID = (int)$this -> _aProfile['Couple'];
   $sNickName = $this -> _aProfile['NickName'] . '(2)';*/
  }

 

<end code>

 

hope this helps

I feel good now i have put some thing back into the forum even if its a small tip

Quote · 22 Jun 2008

Thanks friend !

Quote · 23 Jun 2008
 
 
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.