2013-02-23, 10:01:14
Lol
SA GS Admin Toolbar
|
2013-02-23, 10:01:14
Lol
2013-02-23, 22:32:38
Is there an easy way to remove the first tab in the toolbar? ("GS")
2013-02-24, 00:30:05
No but you can probably empty $logo in the code before its used.
2013-03-03, 05:51:20
The other day I created a plugin that integrates SA GS Admin Toolbar with News Manager.
I've just uploaded it to Extend.
2013-03-03, 07:46:38
Is it smart? Does it know if the page is a news page and change the edit link accordingly?
2013-03-03, 08:09:05
If it's a post page it removes the Edit (page) link and adds an Edit post link.
2013-03-03, 08:43:20
Neat, I use gsblog, new manager wasn't working when I was looking at it.
I'll try it again.
2013-03-03, 09:29:04
It shouldn't be difficult to make a similar plugin that integrates the toolbar with GS Blog (or Items Manager or any other plugin that uses its own data files instead of GS pages)
2013-03-04, 04:21:31
(2013-02-24, 00:30:05)shawn_a Wrote: No but you can probably empty $logo in the code before its used. Looks like you cannot do that, as $logo is not global. It seems you can only remove that by patching the plugin. Another way could be hiding it, like: PHP Code: <?php
2013-03-04, 05:14:21
Thats what I meant when I said no, but. lol You have to edit it.
2013-03-05, 04:12:51
A small issue: with debug mode enabled, if I'm logged out I get this in the frontend (footer):
Notice: Trying to get property of non-object in [...]\plugins\sa_toolbar.php on line 151 If I close (x) the toolbar, that does not appear.
2013-03-05, 05:02:44
2013-03-05, 05:15:19
Tested, works ok. Thanks.
2013-03-15, 05:21:20
(Replying to http://get-simple.info/forums/showthread...6#pid34306 )
(2013-03-15, 05:13:52)shawn_a Wrote: hah I am surprised it even works with js disabled. I did good. I can confirm that the toolbar works perfect without javascript. You did it right. ;-)
2013-03-15, 05:27:10
The only thing I know that for sure might be an issue is footer styles might be inherited, since the js moved it from footer to body. JS also adds the margins to push the content down.
Code: $('body').append($('#sa_toolbar')); // prevents inheriting styles from #footer It has its own reset css, but it cannot cover every possibly thing a theme might have styled.
2013-03-15, 06:11:00
I see.
I hadn't almost noticed the overlapping when I broswse with no js. Well it's not a important issue, it is perfectly usable. I really like this plugin, it should be very popular (it's similar to the toolbar that Wordpress has for the frontend, isn't it). I intended to make a new version of an old EditThisPage plugin I did ages ago, but I no longer need it - I much prefer using your toolbar instead.
2013-03-15, 06:42:12
I would like to add a front end lightbox for adding pages and stuff without navigating away.
I think it would be great for blog posts. And a drag and drop for a single upload or thumbnail or something. I also want to add more hooks for modules like a new comments icon and stuff.
2013-04-13, 03:08:24
what can I edit to get this work with i18n ? :/ with get_i18n_header it doesn't include CSS
2013-04-13, 03:45:20
No clue, uses standard hooks, not sure why it wouldn't work, or what that function even does.
2013-04-18, 15:10:36
Personally I think this plugin should be core as well as the features reference in port #42 in this thread.
2013-05-10, 19:05:24
for some reason there are no links plugin "Special pages"
2013-05-10, 22:39:40
I see
pages View All Special Pages Create new special page have any more info? versions? more specific issue report?
2013-05-11, 19:12:55
Works fine for me too.
I see those 2 links in Pages, and also "Configure I18N Special Pages" in Plugins.
2013-05-11, 21:45:29
in FRONT-END no links plugin "Special pages"
2013-05-11, 23:29:10
Ah yes, same for me.
|
« Next Oldest | Next Newest »
|