victorjonsson / Arlima

Article List Manager - Wordpress plugin suitable for online newspapers that's in need of a fully customizable front page
28 stars 16 forks source link

Adding hooks to get into the admin view with custom panels #94

Closed ekandreas closed 9 years ago

ekandreas commented 9 years ago

Making it possible to add custom admin panels into the main page at Arlima. Need to put some specific panels, eg create a Mailchimp campaign out of an Arlima list.

ekandreas commented 9 years ago

Perhaps my hook-names wont fit to your standards, should I change them into something better, perhaps?

ekandreas commented 9 years ago

Also I would like to add some controls to manage the selected list. Perhaps add a hook in the "article-controls"?

victorjonsson commented 9 years ago

Yes, I was about to comment on that :) Something like arlima_admin_xyz. Add all the hooks you feel necessary.

ekandreas commented 9 years ago

I have now changed the hook name to old name conventions. Sorry, but I'm following the ACF-idea of slash-separated hook names :-)

victorjonsson commented 9 years ago

No worries... Maybe you will like the configureable article form (issue #67). When it's implemented you'll be able to change the article form completely.

ekandreas commented 9 years ago

Thanks! Yes, looking forward to it!