PHOTOS block on profile view page

mittalpatel posted 15th of May 2008 in Community Voice. 3 comments.
I have installed the Dolphin+Ray+Orca for my site www.myuniverese.co.za . Now the problem is that on each profile it keeps showing PHOTOS block on the top of third column. I hadn't put any block named this. I tried to remove it but couldn't do that, it isn't there in Build Page View section. Moreover when I exchanged column 2 and 3, it was still there on the top of the last column. It was once removed when I made the page of 2 column ( Removed column 3 completely.). But I want to show 3 columns on my site so that solution is of no use.

So please tell me why it is coming there. It is a short of bug I guess so thought to inform you people.

Thanks a lot.

- Mittal Patel
http://www.MittalPatel.co.in
 
Comments
·Oldest
·Top
Please login to post a comment.
jungtho
try this....

Open BxBaseProfileView.php



Go to line 197 :



It looks like this :

---

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

---



Change it to this:



---

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

} elseif( $iCol == 3 ) {
if( !$this -> _aProfile['Couple'] )
return;

---



Save and upload the file....
mittalpatel
Wow....
It's amazing Thorsten!!!
It worked like a charm for me. I got rid of the PHOTOS block in a second. Thanks a lot for suggesting such a nice piece of code.
You really seem to be a DOLPHIN doctor :D.

Cheers!!!!!!!!!!

- Mittal Patel
http://www.MittalPatel.co.in
bostonerotic
Perfect, took care of the problem, Thank you!
 
 
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.
PET:0.040931940078735