-
Notifications
You must be signed in to change notification settings - Fork 5
Custom Clients
bvercoelen edited this page Feb 4, 2011
·
2 revisions
If you have a reporting client of which there is no plugin in for, you need to follow these steps to get your reports to be visible.
- Firstly, if you haven't already, write the client.
- Next you need to create a CCK content type to represent your client. Use Drupal site as an example.
- Create any associated node types, like modules if required.
- Create a Page layout for your node-type. This is done by creating a variant on the node_view template.
- Using panels, layout your page, nesting any required data. For best results, clone the Drupal Site variant, and change the selection rule for your new content type.