GetSimple Support Forum
BSG Admin Header Background - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: BSG Admin Header Background (/showthread.php?tid=2934)



BSG Admin Header Background - Bertrand - 2012-03-17

Hello,

something like this might already exist, but I didn't see it prior to write it.
I use GetSimple on several installation, and sometimes need to identify quickly on which website I'm working.
Using a custom background in the header of the page makes this easy, so I hacked this plugin.

It might be useful to some people too so here it is. There are no security checks yet since if someone can access your admin page, this plugin would be the least of your concern.

I will probably add an option to change the admin header gradient (or plain color) but right now it seems to do its job for me.

By the way : you can achieve quite the same thing using the excellent Admin Header-Footer plugin but this one is more straightforward for this specific purpose.

http://get-simple.info/extend/plugin/bsg-admin-header-background/388/
edit : attached file removed and replaced by extend link
Bertrand


BSG Admin Header Background - hameau - 2012-03-26

Hello,

I like this.

I have also set a custom favicon for the admin pages of some sites – very useful for making the right browser tab selection. Would you consider extending your plugin to be able to do this, too ?

By the way, it seems to be impossible to load your plugin using the Extend downloader. I don't know which plugin has the problem. Trying to install (yours) fails with a message to download manually.


BSG Admin Header Background - Zegnåt - 2012-03-26

I haven’t looked into the extend downloaded, neither have I had any hand in the extend API. I would like to point at the Wiki page on how plugins interact with extend, especially the section on the package structure:
Code:
yourplugin.zip
  /yourplugin.php [this should be a unique across all plugins]
  /yourplugin/ [any folder(s) that your plugin may utilize]
Not that this plugin has the following structure:
Code:
bsg-admin-header-background.zip
  /bsg-adminbg.php
The names are not equal. This might well be the problem. Could you please rename either the ZIP archive or the main PHP file, Bertrand?


BSG Admin Header Background - Bertrand - 2012-03-26

Hello,

@hameau : I will see if I can make it, sounds like a nice feature.
@Zegnåt : thanks for the information, I didn't look into the extend manager neither but this is certainly the explanation.

Bertrand