Calendar visualization in backend

Hi,

Is it possible to have a calendar visualization in backend ?
If yes, what does the url to the viz look like ?
If no, would it be possible to create this option ?

Note : I use Admin menu manager to create custom menu links in backend.

Thanks in advance !
Theo
 
Hmmm, tbh I've never tried displaying a viz on the back end. I can see one immediate issue, in ./administrator/components/com_fabrik/fabrik.php, line 48. you'd have to include the front end controller:

Code:
    if ($type == 'visualization')
    {
        //require_once JPATH_COMPONENT . '/controllers/visualization.php';
        require_once COM_FABRIK_FRONTEND . '/controllers/visualization.php';
    }

... and the URL would be of the form index.php?option=com_fabrik&controller=visualization.fullcalendar&id=123

... but I have a feeling there'll be all kinds of issues lurking, even if it displays.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top