Profile Block Display mod problem

Can anyone help me? After installing Profile Block Display mod in users profile I get error:

[b]Fatal error[/b]: Call to undefined method BxDolProfilePageView::getMemBlocksForDisplay() in [b]/home/najlepsz/public_html/dolphin/inc/classes/BxDolPageView.php[/b] on line [b]144[/b]


Or give me link to topick about this because I can't find

Thank

Quote · 14 Oct 2009

1.  Why are you here and not talking to the mod creator for this?

 

2.  What is at line 144

Quote · 14 Oct 2009

I've noticed that when I change http://siteurl,com/login to  http://siteurl.com/profile  everythings work fine, so I think that name "profile" in line  if($this -> sPageName == "profile")  should be changed to each user login automaticly but I've no idea how make thi

Line 144

$block_arr = $this -> getMemBlocksForDisplay();

its part of this code:

if($this -> sPageName == "profile")
{
$block_arr = $this -> getMemBlocksForDisplay();
foreach( $aColumn['Blocks'] as $iBlockID => $aBlock )
if(isset($block_arr[$iBlockID]))
$this -> genBlock( $iBlockID, $aBlock );
}else{

foreach( $aColumn['Blocks'] as $iBlockID => $aBlock ) 
$this -> genBlock( $iBlockID, $aBlock );
}

Quote · 14 Oct 2009

I see you are referring to my Profile Block Display mod. It is always best to first seek support from the mod developer. There is no problem with the code, the problem is due to an installation error. The install.txt that comes with the mod has my support contact email. Please contact me via that email and provide your licence number for the mod.

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