Couples Photos

I want to eliminate the second photo for couples.  How do I do this...please use layman terms....

 

Thank you.

D

Quote · 29 Apr 2009

If you want to remove second photo at profile page, you should edit

templates\base\scripts\BxBaseProfileView.php

line 197

function showBlockPhoto( $iCol, $bNoDB = false )

and after

} elseif( $iCol == 2 ) {

add next line:

return ;

:) - all easy

Quote · 1 May 2009

Awesome...thank you! 

Quote · 5 May 2009

 

If you want to remove second photo at profile page, you should edit

templates\base\scripts\BxBaseProfileView.php

line 197

function showBlockPhoto( $iCol, $bNoDB = false )

and after

 

} elseif( $iCol == 2 ) {

 

add next line:

return ;

 

:) - all easy

 

 

 

 awesome, thanks.  how then do I remove the remaining dual photos for couples? 

 

 

Quote · 5 May 2009
 
 
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.