GetSimple Plugins
This is a list of my GetSimple 2.01+ plugins. Since I am the main developer of GetSimple, you can be assured that these plugins will always work with the latest version.
Installation Instructions
To install, you just place all the plugin’s files and folders directly into the /plugins/ folder of your GetSimple 2.01+ installation. Any plugin you add will automatically get activated.
My Plugins
-
Admin Header & Footer Download 1.0
This plugin allows you to add any code to the <head> and footer sections of your GetSimple control panel. Both take javascript and PHP code while the header also takes anything else usually reserved for the <head> section. -
Author vCard Download 1.1
This plugin allows you to add your contact information into a screen that then feeds a vCard generator for visitors of your site. -
Branded Login Download 1.1
With this plugin you can re-brand the login page to your GetSimple control panel with a logo. -
Plugin Insight Download 1.1
This plugin will mostly be used by developers. It shows all plugin “hooks” being called by the installed plugins and also all the information of those installed plugins. -
Salt Regeneration Download 1.0
GetSimple uses a unique string to “salt” the login security and also the file upload security functions. This plugin allows you to regenerate that “salt” on demand. -
Custom Admin CSS Download 1.1
Want your GetSimple control panel to have a different style? This plugin is for you. -
GS-Socialize Download 1.1
This plugin adds some of the more popular social media links to the bottom of all your posts & pages. -
Exec-PHP Download 1.0
This plugin allows you to execute PHP code within your posts & pages.
February 1st, 2010 @ 10:48 pm
Thanks! These are great, as is v2.0… I plan on using it for our new site.
Any chance you are going to be implementing the creation of additional user accounts with roles (limited areas/tabs) in the future?
February 1st, 2010 @ 11:15 pm
Hate to spam… but I love the new improvements in 2.0 from the switch to CKEditor to the little jQuery functions. Thanks again!
February 2nd, 2010 @ 8:51 am
@Dan – I don’t think multiple roles/users would be anytime soon, but you could always use the Custom CSS plugin above to hide certain menu options if you don’t want your site-owners to mess with anything in those particular pages.
February 2nd, 2010 @ 12:54 pm
You kept these well hidden !! 8)
You beat me to the “plugin insight” one…
Mike….
February 2nd, 2010 @ 3:12 pm
I am new to GS and am trying to integrate the “branded-login” plugin (to use as a learning tool) but after copying the php file to the admin/plugins directory what do I do to use it?
Also, it there an architect / design overview of how the system pieces come together at runtime?
Thanks,
Joe
February 2nd, 2010 @ 10:17 pm
@Mike – I didn’t mean to keep anything hidden – It was just the way I test the plugin system (by creating plugins). I got a ton of ideas just browsing thru http://wordpress.org/extend/plugins/
@Joe – http://get-simple.info/plugin-codex is all we have right now. Mike and I will be able to help you if you post any questions in our forum.
I think branded-login or plugin-insight are the two simplest to try and learn off of. Mike and I based a lot of how the plugin system works off of the way WordPress does things…
February 3rd, 2010 @ 2:26 am
Meant hard to find…. Never noticed on you sig 8)
you should link on the main site to them, great for learning.
February 4th, 2010 @ 9:15 am
Dear,
I’am new in using the plugin ‘ header / footer’ inside the GetSimple area.
I’ve download an dinstalled the plugin in the admin panel.
In de mail template page I’ve used the code:
Filled something in .. in the footer page .. but nothing is seen on main webpage.
What code will I use to see the information right from the plugin ?
Regards,
Eric
February 4th, 2010 @ 9:19 am
Sorry the code was:
<?php get_footer(); ?>February 23rd, 2010 @ 7:12 pm
Would love to see a changelog for these :)
February 23rd, 2010 @ 11:13 pm
You are asking for way too much now Kel. haha.
February 24th, 2010 @ 7:15 pm
Would just be nice to know which ones are updated. Maybe just a date next to the download link?
You’d think I was asking for whole new rewrite of GS to have the plugins do a check and report back to the app that a newer version was available :)
(ahem – wp)
March 8th, 2010 @ 10:45 am
Hi all,
i am very new at GetSimple but i really love it!
My question is simple: I download “Admin Header & Footer” plug-ins and upload it to plug-ins folder.
At the theme panel in admin, i have put Google Analytic jscript code to Admin Header & Footer’s footer section, and save it.
But when i refresh home page, i couldn’t seen that jscripts codes.
Is it normal? (i mean maybe 1-2 hours later will be ok?) or i have to change something? (plug-ins file permission etc.? but i have installed GetSimple very easily)
Please let me now as soon as possible…
Thanks for your effort and support :)
Ozgur
March 9th, 2010 @ 7:37 am
@Ozgur – The added code will display on every admin page. Can you give me an example of what you are trying to add?