custom dashboard/administration overview page
Permalink
Hi,
I have build a CRM system inside concrete5.
The structure is as followed:
/dashboard/administration/members/controller.php
/dashboard/administration/institutions/controller.php
/dashboard/administration/tests/controller.php
etc.
The controllers are all read the right way.
But, now when you go to the members area, the last button in the header navigation which is automatically build sais:
"return to administration"
This button leads to /dashboard/administration
In the single_pages/dashboard/administration directory I added a view.php , and a controller.php in the /controllers/dashboard/administration
But both of them aren't read by the system. Now I get a blank page with only the ccm-toolbar on top. But I want to create a overview page there.
[edit]
Nevermind, refreshing it in the installed single pages overview fixed it.
I have build a CRM system inside concrete5.
The structure is as followed:
/dashboard/administration/members/controller.php
/dashboard/administration/institutions/controller.php
/dashboard/administration/tests/controller.php
etc.
The controllers are all read the right way.
But, now when you go to the members area, the last button in the header navigation which is automatically build sais:
"return to administration"
This button leads to /dashboard/administration
In the single_pages/dashboard/administration directory I added a view.php , and a controller.php in the /controllers/dashboard/administration
But both of them aren't read by the system. Now I get a blank page with only the ccm-toolbar on top. But I want to create a overview page there.
[edit]
Nevermind, refreshing it in the installed single pages overview fixed it.