How to add timeline to other pages as well?

Hi Guys!

I was playing around Pages Builder for Homepage but I want to get rid of Time Line from that page and put it in People's page or All Members page instead. However, when I selected All Members page, Time Line is not included in the Inactive block. How do I add Time Line to that page?

Thanks,
Sam 

Quote · 29 May 2013

Open the database,

select "sys_page_compose" look sort list by page, look for "index" and

"_wall_pc_view_index"

select "Copy" and change the 

Page varchar(255)

 to "profile" or what ever page you want it on.

Save and go to Page Builder and Profile, move new block "Outline" to where you want it.

outline-to--profile-block.jpg · 272.3K · 859 views
outline-to-profile.jpg · 438.3K · 822 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 May 2013

Hi Newton,

Nothing happens. I did this via pHP My Admin. I got the following result:

INSERT INTO `thegreat_dolp950`.`sys_page_compose` (

`ID` ,
`Page` ,
`PageWidth` ,
`Desc` ,
`Caption` ,
`Column` ,
`Order` ,
`Func` ,
`Content` ,
`DesignBox` ,
`ColWidth` ,
`Visible` ,
`MinWidth` ,
`Cache`

)
VALUES (

NULL , 'All Members', '1151px', 'Events Outline', '_wall_pc_view_index', '0', '0', 'PHP', 'return BxDolService::call(''wall'', ''view_block_index'');', '1', '71.6', 'non,memb','0', '0'

);

Am I doing it right? All Members page still doesn't have that Time Line block. Can you explain why I have to use "Copy" as I don't see the part where I have to paste it somewhere?

REgards,
Sam 

Quote · 29 May 2013

 

Am I doing it right? All Members page still doesn't have that Time Line block. Can you explain why I have to use "Copy" as I don't see the part where I have to paste it somewhere?
  1.  I didn't see what page you meant. Are you referring to the "broswe.php" page?
  2. You use the copy to duplicate the database entry, renaming the page you want it on.
There is no pasting of this. It's just another entry there.
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 30 May 2013

Video how to. Best to click link and watch in Full Screen Mode.

http://www.youtube.com/watch?v=uldmGeob_fo

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 30 May 2013

Hi Michael!

Thanks a lot! Its working now. What I did wrong previously was I put "All Members" instead pf "browse_page".  That was very helpful and thanks for the video.

Best Regards,
Sam 

Quote · 30 May 2013

 

Hi Michael!

Thanks a lot! Its working now. What I did wrong previously was I put "All Members" instead pf "browse_page".  That was very helpful and thanks for the video.

Best Regards,
Sam 

 Your welcome Sam; a how to video always does the trick.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 30 May 2013

Alternatively you could use Deano's tools to insert a php block in whatever page you like and use the PHP :

return BxDolService::call('wall', 'view_block_index');

 

this will display the exact thing without having to change anything in the Database and is extremely straight forward.

 

Hope this helps.

All for one and one for all....ah sod it who am i kidding!
Quote · 9 Sep 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.