On the control panel homepage there are various panels shown on the left and right hand side. For example there is a site statistics table on one side. I would like to add a customised table of data underneath the two sides.
I have managed to work the control_panel_home_page hook but this only adds details to the top of the homepage. I am confused on how the control_panel_home_page_left_option or the control_panel_home_page_right_option hooks work. The details available (http://expressionengine.com/developers/extension_hooks/) don’t ellaborate much.
Apparently I need to add a method to my extension but am unsure of the syntax to achieve this.
I can get the control_panel_home_page hook to work in an extension.
I can’t get the control_panel_home_page_left_option or the control_panel_home_page_right_option hooks working.
Nothing appears when I use either of these two hooks.
It says in the documentation for these two hooks that I need to define a method.
http://expressionengine.com/developers/extension_hooks/control_panel_home_page_left_option/ http://expressionengine.com/developers/extension_hooks/control_panel_home_page_right_option/
Do you know the syntax to define these methods?
I think this is the reason for it not working.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.