ZenphotoCMS Forum
show/Hide image in printAdminToolbox - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: show/Hide image in printAdminToolbox (/thread-4011.html)



show/Hide image in printAdminToolbox - devbro - 02-11-2008

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.




show/Hide image in printAdminToolbox - sbillard - 02-11-2008

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.




show/Hide image in printAdminToolbox - devbro - 03-11-2008

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.




show/Hide image in printAdminToolbox - sbillard - 03-11-2008

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.




show/Hide image in printAdminToolbox - alexis - 01-04-2010

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




show/Hide image in printAdminToolbox - sbillard - 01-04-2010

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.




show/Hide image in printAdminToolbox - alexis - 04-04-2010

Thanks for your answer, I'll check that later and try to make it work the way I want...