Page Lock Plugin

Page Lock was released about a year ago. While it worked great, it lacked some features and need some styling.

I really thankful for confday (by @gillesvauvarin) support which allowed me time last week to make Page Lock what I always wanted it to be!



The installation proccess has been simplified and now you can also lock login-protected pages on the front-end (yet to be documented).




Check out the docs for installation guide, basic usage and to learn about available options.

If you also want to support the development of Page Lock, you can donate via PayPal.

Try it and let me know what you think :wink:

5 Likes

Hello,

can’t get the plugin to work.

The page polls to a unknown URL: http://myserver.dev/page-lock/lock?page=/kirby/kirby256/panel/pages/home

and this is the 404 response:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /page-lock/lock was not found on this server.</p>
...

The route does not work i think… the pattern ‘pattern’ => ‘page-lock/lock’, also gives just a 404.
works… just the getURL in the JS creates a wrong URL…

Any idea whats wrong?

Svnt