Removing a block from an account page?

In my Admin->Page Builder->Account

I have "My Music Gallery" in my Inactive Blocks. Yet, when I go and view a person's profile I still see it on the page. How do I remove it?

Quote · 3 Sep 2008

go to Admin->PageBuilder->Profile

and remove it from the profile section too.

Quote · 3 Sep 2008

Thanks. For some reason, when a user logs in and look their profile, "My Photo Gallery" always shows up. Is there a way to remove this through the database?

Quote · 3 Sep 2008

 

In my Admin->Page Builder->Account

I have "My Music Gallery" in my Inactive Blocks. Yet, when I go and view a person's profile I still see it on the page. How do I remove it?

 

Thanks. For some reason, when a user logs in and look their profile, "My Photo Gallery" always shows up. Is there a way to remove this through the database?

 

What are you trying to remove?

You should be able to remove anything you need from the PageBuilder section, if somethings not looking like its being removed then clear your cache (website) and refresh your browser to make sure its being removed.

Quote · 4 Sep 2008

I'm also having the problem with My Photo Gallery always showing up.  It's always the first block on the left column.  I doesn't matter if I put it in the inactive blocks or move it to another location.  I've tried 'Reset Page' and move it again and still no luck.

 

What do you mean by clear your cache?

Quote · 3 Oct 2008

 

 

What do you mean by clear your cache?

" this question mean to me  that not all people are a website builder or a programer.  so it is better for Dolphin Dev team to provide a good video tutorial for the basic people like us."

 

clear cache mean you heve to delete the cookie on your browser or in your Cpanel to get a frash page load. 

 

(not sure it is right or wrongUndecided)

 

thanks.

 

Quote · 3 Oct 2008

I have almost the exact problem as curtis, except I cleared my cache and even my cookie.

Quote · 3 Oct 2008

Looks like this is intentional behaviour.  I commented out a couple lines in member.php (174,5,6 and 181) to get around it

function getBlockCode_Topest($iCol) {
//                if(  $iCol == 1 )
//                      $iPID = $this->iMember;
//                else {
if( !$this->aMemberInfo['Couple'] )
return '';

$iPID = $this->aMemberInfo['ID'];
//                }
$sRet = $this->get_member_primary_photo( $iPID, 'none', $iCol);
return '<div class="page_block_container">' . DesignBoxContent ( _t( '_My Photos' ), $sRet, 1) . '</div>';
//return $sRet;
}

Quote · 4 Oct 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.