GetSimple Support Forum
SA GS Admin Toolbar - 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: SA GS Admin Toolbar (/showthread.php?tid=3298)

Pages: 1 2 3 4


SA GS Admin Toolbar - shawn_a - 2012-06-23

SA Toolbar Plugin
Admin Toolbar for Getsimple CMS

About
Version: 0.1.6.1
Compatibility: 3.0+
Plugin Type: Frontend

Description: A Front-End Administrative toolbar

Features
  • Full i18n Support built in via core language files
  • All tabs and sidemenus are automatically present**
  • Active on front and back end
  • Customization hooks
  • Persistant Front End login

[Image: sa_toolbar_screen.png]

** see my website for specific details related to plugin and theme support and modifying the menu, new and edit buttons.

Plugin Website

Download from extend


SA GS Admin Toolbar - mikeh - 2012-06-23

Awesome man!

It would be great to combine my front end editor plugin into this Smile
I do suppose they can probably work independent of each other.

Are you going to offer some sort of api so plugins can add to it?


SA GS Admin Toolbar - shawn_a - 2012-06-23

Yes, but definitely not on initial release.

But, it would be real easy to bind something else to the menu to launch a custom editor instead of opening the pages editor when I do.


SA GS Admin Toolbar - shawn_a - 2012-06-29

OOPS do not download yet, It looks like paths are broken, fixing now.

EDIT:
Ok its fixed now, version 0.1.1


SA GS Admin Toolbar - shawn_a - 2012-06-29

ugh another bug i just found.
go figure, signature is missing if debug mode is off.
Fixing...

EDIT:
Fixed v0.1.2


SA GS Admin Toolbar - polyfragmented - 2012-06-29

Just a quick note to people working on their template and not having the get_footer() hook in there (yet): it needs to be there for the admin bar to appear.

Nice work, Shawn. I was just getting used to the WP admin bar so this comes in handy.


SA GS Admin Toolbar - shawn_a - 2012-06-29

Thanks, Yes, all detail of getting themes and plugin to work with it are on my website.


SA GS Admin Toolbar - n00dles101 - 2012-06-29

Hey, works and looks great, good work..again...

CSS is a little bit off, but uncommenting display:inline; in the sa_admin CSS file fixes everything for me....


SA GS Admin Toolbar - shawn_a - 2012-06-29

n00dles101 Wrote:Hey, works and looks great, good work..again...

CSS is a little bit off, but uncommenting display:inline; in the sa_admin CSS file fixes everything for me....

Can you explain a bit ? and what theme ?

oh and you can use github to post issues if you want.


SA GS Admin Toolbar - n00dles101 - 2012-06-29

Theme is for the matrix page , without 'display' set i get a menu like so...

[img=sa_adminmenu]http://www.digimute.com/wikiimages/sa_adminmenu.png[/img]

When I set it all is OK.


SA GS Admin Toolbar - shawn_a - 2012-06-29

Thanks, looks like i have some more styles to reset. Normally theme footers arent output inside an element or block element.

I see some border radius and display issues on lists in that screenie.


SA GS Admin Toolbar - shawn_a - 2012-07-11

Anyone using this ?

I'd like to make some style changes to fix the style issues mentioned and see if they break anything.

Also I will take feature suggestions before I start adding in hooks and icon modules if anyone is interested.

Things that probably will happen in a few versions.

Persistant front end bar ( set cookie based when logged out, with login capability )

Add back end bar, why not, I am spoiled by it now.

Icon widgets, first will be a plugin updates thingy. And maybe some kind of comments one that will have to work with various commenting systems. Failed logins, etc. These might be simply supported by hooks to let plugin do them their selves.

Some fixes for the targets of links, i thought opening them all in the same named tab would be kewl, but then I realized I am always opening 8 different things and they are opening in windows I am using.


SA GS Admin Toolbar - shawn_a - 2012-07-15

UPDATE

Version 0.1.5

Active on front and back ends
fix for hovers popping up on load, chrome bug
fix for "debug_mode" i18n text
changed targets to new on front , self on back
remove pill bar on backend
added to css reset - display overrides ,list types , border radius
moved some links around to better match sidemenu orders.
changed link targets , frontend = open in new window, backend = open in same window
added some pure css icons, experimental
rudimentry hook and custom menu support, see my webpage


SA GS Admin Toolbar - shawn_a - 2012-07-15

mikeh Wrote:Awesome man!

It would be great to combine my front end editor plugin into this Smile
I do suppose they can probably work independent of each other.

Are you going to offer some sort of api so plugins can add to it?

You can modify the menu now through a hook.
I even included an example on my website to change the edit button to a new url or even javascript call.

So I imagine you can make your front end editor work with it.


SA GS Admin Toolbar - revonet - 2012-07-17

cool plugins, it works great!


SA GS Admin Toolbar - shawn_a - 2012-08-09

UPDATE

Version 0.1.6
Added persistant front end login, set by cookie on a successful login, with a button to remove bar and cookie.

Version 0.1.6.1
oops fix, bad path for login, bad colors for inputs.


SA GS Admin Toolbar - giggty - 2012-08-09

Most promising !!! Smile good work


SA GS Admin Toolbar - shawn_a - 2012-08-23

Oops I think I set the front end login toolbar cookie to expire in 1 day.

will try to get that fixed.


SA GS Admin Toolbar - jay_m - 2012-09-01

I just installed this today and had an issue with the styling. I had to copy the css stylesheet into my theme directory and put <link rel=..... into my template to get it to work.

Is this necessary? If yes we need some instructions that specify this. If no, then why didn't work for me.

It is installed at this http://www.trugrindtools.com


SA GS Admin Toolbar - shawn_a - 2012-09-01

What problem were you having?
What theme are you using?


SA GS Admin Toolbar - jay_m - 2012-09-01

The issue is that the SA Menu bar was not being styled at all. The links were showing up as a default list would down the page. I add a <link> to the css included in the plugin directory and that fixed the issue. The question is whether I should have had to add the link to the template file?

I added another template to my site, one with the css link and one with out. I pm'd you a user and password combo. The theme that I am using is from a default that I have modded to work with GS. It contains barebones code to work with GS, so that may be the issue.


SA GS Admin Toolbar - shawn_a - 2012-09-01

Does your theme call get_header() and get_footer() ?


SA GS Admin Toolbar - jay_m - 2012-09-02

shawn_a Wrote:Does your theme call get_header() and get_footer() ?

<~~~Dumbass

No it did not. I added get_header() to the theme and it works. I knew I was something I did (or didn't do in this case). Thanks.


SA GS Admin Toolbar - shawn_a - 2012-09-15

UPDATE
0.1.6.3
Main menu now editable via hook and global

Fix for cookie timeout
Some more style resets


RE: SA GS Admin Toolbar - Carlos - 2013-02-23

How did I miss this plugin?

Great work!