Add page to page builders

What is the procedure for adding a page to the page builders?  I have a module that does not have a view in page builders and I need to add it.

Geeks, making the world a better place
Quote · 10 Apr 2013

add an entry to "sys_page_compose_pages"

and extend your view file class to Page View class

bx_import('BxDolPageView');
class MyViewPage extends BxDolPageView
{
      function MyViewPage()
      {
            parent::BxDolPageView('my_page_in_table');
      }
}

you can extend to twig view class too, examples can be found in groups, events type module.

Good Luck 

so much to do....
Quote · 10 Apr 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.