Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

Frontend Edit Button Plugin not working

Solved by Ron Wardenier View solution

Started by Ron Wardenier 6 years ago · 2 replies · 662 views
6 years ago

Is anyone using the [Frontend Edit Button Plugin]() on a recent Grav version? It's not working for me using Grav v1.6.26 and Admin v1.9.15.

The plugin checks the presence of a cookie with the suffix "-admin" to determine whether the current user is logged in into the Admin panel backend. When I'm logged in there's a Grav cookie set ("grav-site-xxxxxxx") but without the suffix. When I replace the suffix in the plugin code with '' (an empty string) then the plugin works fine.

I'm not sure what the problem is. Is my install an exception and is anyone else seeing a Grav cookie with "-admin" at the end? Has the Admin plugin cookie naming changed? If so it's interesting to know at which version that happened. I couldn't find anything about cookies in the Changelog.

Another possibility is that the plugin isn't used anymore. It hasn't been updated recently and has a couple of open issues about the Edit button not showing.

6 years ago

@bleutzinn,

When I’m logged in there’s a Grav cookie set (“grav-site-xxxxxxx”) but without the suffix

Are you logged-in into Admin or into the front-end?

When I login into Admin, there are two cookie created. One without and one with the '-admin' postfix: grav-site-xxxxxxx-admin

last edited 08/13/20 by pamtbaau
6 years ago Solution

Aha, thanks. It appears that when the back- and frontend session are split, which is default in Grav, then there are two cookies set. I mostly use session.split: false but wasn't thinking of that. That is until you reported two cookies being present.

So the plugin assumes split sessions. I'll submit an issue and see what happens.

Thanks for helping!

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Vladimir Novak, 2 weeks ago
3 293 2 weeks ago
Plugins · by Mathieu Lecouturier, 3 weeks ago
3 277 3 weeks ago
Plugins · by Slebeig, 2 months ago
1 403 2 months ago
Plugins · by Rene, 2 months ago
2 574 2 months ago
Plugins · by Xavier, 3 months ago
2 490 3 months ago