Include dynamic content to a static splash page

Hi,

 

I´ve made an splash page with registry and login form, works fine.

But now I like to put some dynamic content from the community, like upcoming events, news and so on.

Is this possible to do?

I think php include wouldnt work on this issue.

 

kind regards 

Quote · 6 Jun 2012

take a look at content in DB for the block on homepage. You will find something like

BxDolService::call('events', 'homepage_block', array());

This is a service call which calls a function named serviceHomepageBlock() in the events's module class.

This returns the html for the block you just need to show it the right way.

You can use this function or create your own and use it on your homepage.

so much to do....
Quote · 6 Jun 2012
 
 
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.