Move Friends timeline to anypage.

Move the timeline and post to timeline to any page of the site.

Just create two php block(the awesome deanos tools) and put this

For post to timeline block

$iProfileId = getLoggedId();
if(!$iProfileId) return;
return BxDolService::call('wall', 'post_block', array($iProfileId)); 

For timeline block

$iProfileId = getLoggedId();
if(!$iProfileId) return;
return BxDolService::call('wall', 'view_block', array($iProfileId)); 

And done. I haven't tested :P

so much to do....
Quote · 24 May 2013

Prashank, thanks for the info and nice job ;)

Maybe should be in the tips & tricks section? (so the Newb's such as myself can find it easier, lol) 

Ultra Newb reporting for duty.
Quote · 24 May 2013

ah right! mod please move it. Thanks

so much to do....
Quote · 24 May 2013

Does anyone know how to get it in one block?

I tried to make PHP block using DeanosTool:

$a = BxDolService::call('wall', 'view_block', array($this->oProfileGen->_iProfileID));

$b = BxDolService::call('wall', 'post_block', array($this->oProfileGen->_iProfileID));

echo $a[1] . $a[2];

And it shows field to post to timeline and timline but without menus like: "Write" "Share a link" "Add a Photo" .. and it does not shows menus for timeline "All posts" "posts by user" ..etc.

What is wrong?

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