How to find PHP code for Timeline

Hi. I'd like to learn how to find PHP code which I can reference in a block. As part of this learning process, how would I find the code I would need to generate the timeline ?

With this code, I should be able to create a text block, add the code, and see the same thing as the regular "Timeline" block available in the Profile page.

Figuring this out will help a lot so I hope there's an answer.

Many thanks.

Quote · 8 Jun 2016

Maybe start by looking in modules/boonex/wall/classes

~~~~~~~~~~~~~~~~~~~~~~
MichelMeta-Travel.com
~~~~~~~~~~~~~~~~~~~~~~

TravelNotes.org - The Online Guide to Travel
Quote · 8 Jun 2016

You can find in in `sys_page_compose` table, search for a record with `Desc` = 'Events Outline'.

The PHP code for displaying Outline is in `Content` field:

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

This approach works for records with `Func` = 'PHP'.

Rules → http://www.boonex.com/terms
Quote · 11 Jun 2016
 
 
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.