I want to eliminate the second photo for couples. How do I do this...please use layman terms....
Thank you.
D
I want to eliminate the second photo for couples. How do I do this...please use layman terms....
Thank you. D |
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...thank you! |
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?
|