GetSimple Support Forum
Edit icon on frontend - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7)
+--- Thread: Edit icon on frontend (/showthread.php?tid=4568)



Edit icon on frontend - lukoie - 2013-03-29

I would like to have a small "edit" icon right next to the every page title.
Could anyone direct me what code snippet should i paste into my template, please?
Thanx in advance.


RE: Edit icon on frontend - shawn_a - 2013-03-30

you could use my admin toolbar plugin instead.


RE: Edit icon on frontend - yojoe - 2013-03-30

Have you tried out edit this page plugin: http://get-simple.info/extend/plugin/edit-this-page-plugin/26/ ?
It might be obsolete, but still worth a try.


RE: Edit icon on frontend - Carlos - 2013-03-30

@yojoe I think that plugin in Extend doesn't work since GS 3.1 (see here)

@lukoie You could use:

- My old EditThisPage plugin:
http://www.cyberiada.org/cnb/getsimple-plugin-editthispage/

- A snippet I posted, for use in template or component:
http://get-simple.info/forums/showthread.php?tid=2982

- Or, of course, shawn_a's excellent GS Admin Toolbar plugin, which is what I'm currently using to have the "EditThis" functionality.


RE: Edit icon on frontend - yojoe - 2013-03-30

(2013-03-30, 17:28:04)Carlos Wrote: @yojoe I think that plugin in Extend doesn't work since GS 3.1 (see here)

Well ... not a big loss, as you created own plugin.
Does it work with GS3.2 ?

Anyway, Shawn's GSAT plugin is a real harvester Wink


RE: Edit icon on frontend - lukoie - 2013-03-31

(2013-03-30, 05:53:49)yojoe Wrote: Have you tried out edit this page plugin: http://get-simple.info/extend/plugin/edit-this-page-plugin/26/ ?
It might be obsolete, but still worth a try.
ah, yeah, i've tried that, but couldntfind what "Enable GSCOOKIEISSITEWIDE in gsconfig file" mean. I didnt find anything like that in the config file.


RE: Edit icon on frontend - shawn_a - 2013-03-31

It is default after 3.1 definetly an old plugin


RE: Edit icon on frontend - lukoie - 2013-03-31

(2013-03-30, 01:03:48)shawn_a Wrote: you could use my admin toolbar plugin instead.
Well, thats one of the solutions, yes. Thanx a lot, i thing i will stick to it for now.
I just thought that the less server connections/includes the better, so a small snippet for the template should be better than the plugin.