HomeNotesCouples Dual Photo
1339 days ago in 
Tags: photo, couples
Reactions: 6 comments 5 points0 reports
 
 

Couples Dual Photo

Friends,

I have tried in recent days to modify the lay-out of the pages of couples
to remove the photo in duplicity.
for married couples, there is a picture of him or her, but the picture of the couple.
I want feedback from friends and suggestions regarding the matter.

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
Please login to post a comment.
mrpowless
I would edit.
function showBlockPhoto

in templates/base/scripts/BxBaseProfileView.php
Stellman2003
I thank the friend Topher:


Open /templates/base/scripts/BxBaseProfileView and find this code (around line 197)


function showBlockPhoto( $iCol, $bNoDB = false )
{
$iPID = 0;
if( $iCol == 1 ) {
$iPID = $this -> _iProfileID;
$sNickName = $this -> _aProfile['NickName'];
} elseif( $iCol == 2 ) {
if( !$this -> _aProfile['Couple'] )
return;

-

Change that code to this:


function showBlockPhoto( $iCol, $bNoDB = false )
{
$iPID = 0;
if( $iCol == 1 ) {
$iPID = $this see more -> _iProfileID;
$sNickName = $this -> _aProfile['NickName'];
} elseif( $iCol == 2 ) {return;
frtaz
Looks goo like that. but when you look at your account info it still shows both of the heads. Where can I look to get rid of it there at?
francisca_carv
You are the greatest, thanks for the solution!
dww1013
this only works in the profile field...doesn't remove it throughout the site like it should.

anyone have answers to this?
dww1013
bump.....anyone??
 
 
 
PET:0.065294981002808