show/Hide image in printAdminToolbox

I have already coded a quick and easy hide/show button into the admin menu inside the printAdminToolbox.

if plugin interface can allow changing the admin menu then i can package my code into a proper plugin for everyone's use ;)

let me know what you think.

Comments

  • Not sure what you are asking. You can add functionality to the back end by using the `utilities` style 'plugin' but this is a new feature in the development stream (nightly builds.) There are a couple of examples--backup_restore and schedule_content.

    This mechanism places a button on the overview page of admin.

    To modify other admin menus takes making changes to the admin scripts.
  • what i mean is that instead of being inside the admin section to do stuff, doing simple management stuff while browsing the gallery directly like how there is a link to delete an email while gallery section.
  • The admin toolbox is not an interface we built to be extended. It could be replaced with a plugin. Then you could just create a different version of that plugin with the interface extensions you want.

    This seems to be a good idea, so you will likely find it implemented in a nightly build soon.
  • Digging this thread to know if it's possible to add tabs in the admin section?

    I want to add a feature to upload pictures in my gallery. And I want to add it as a plugin (maybe others will be interested)
    So I'd like to know if from a plugin, can I add tabs in the admin?

    If no, can I add feature in a existing tab from a plugin?

    Thanks
  • Yes, it can. Please see the `user_groups` plugin for an example of the `admin_tabs` filter.

    It might also be a good idea to review the article on the zenphoto plugin architecture in the user guide.
  • Thanks for your answer, I'll check that later and try to make it work the way I want...
Sign In or Register to comment.