I'm creating a plugin and need some help
Posted: Tue Mar 17, 2009 4:13 am
I'm looking to manage the front page. There are some things that I need/want to know and the documentation is far from complete.
I have a link:
(...) serendipity_admin.php?serendipity[adminModule]=event_display&serendipity[adminAction]=frontpagemanager
It tells me that the [adminModule]=event_display
and that the serendipity [adminAction]=frontpagemanager
The second part I know because I put it there. I want to know what the significance of the adminModule is; Event Display. How do I know what to put in the admin module section, can I change it to something different, where can I find information on the adminModule? The forums aren't helping much and grepping isn't producing much that I would need.
Currently in my event_hooks funciton I have a case (in a switch) that is "backend_sidebar_entries_event_display_frontpagemanager". As far as I know it's a concat of the adminModule and the adminAction. How do I figure out thebackend_sidebar_entries part?
Thank you for your help
I have a link:
(...) serendipity_admin.php?serendipity[adminModule]=event_display&serendipity[adminAction]=frontpagemanager
It tells me that the [adminModule]=event_display
and that the serendipity [adminAction]=frontpagemanager
The second part I know because I put it there. I want to know what the significance of the adminModule is; Event Display. How do I know what to put in the admin module section, can I change it to something different, where can I find information on the adminModule? The forums aren't helping much and grepping isn't producing much that I would need.
Currently in my event_hooks funciton I have a case (in a switch) that is "backend_sidebar_entries_event_display_frontpagemanager". As far as I know it's a concat of the adminModule and the adminAction. How do I figure out thebackend_sidebar_entries part?
Thank you for your help