Hello,
I need some help with the plug in. I’ve added it, but i can’t seem to redirect to another page once the user hits submit, OR the other option would be to let them see the rest of the content on the page. How do I block the content until they submit the form?
Hi,
I’m looking at using this simple (but effective) plugin, but there was a deprecated PHP4 constructor (which will be removed in future versions of PHP).
Removing this debug-only notice is very easy, and the process is outlined in this blogpost.
It’s a really simple change – from this (on line #127 of content-protector.php):
function contentProtectorPlugin()
To this:
public function contentProtectorPlugin()
{
self::__construct();
}
public function __construct()
{
This makes this plugin compatible for PHP7 (and future versions of PHP).
-
This reply was modified 5 years, 11 months ago by
vj-woody.
What a fucker:-) Thanks for building this plug in.
I understand you have a life and other things and thats the way it goes, but I loved this plug-in and when I find something I like Im happy to contribute to keep the hard work of the developer going.
Theres nothing else like it out there that I can find.
What a fucker 🙂
Below is my thread from this morning before I saw this, ‘end of life’ thread.
Hi there.
I love this plugin and it’s so handy for me and so simple, and until this point it has worked great.
Im wondering, I’d be happy to donate if you could get this running on the latest version of wordpress. I have tested this plugin on an older version of wordpress and it runs works like it should, but I cant select any cookie options on this wordpress 4.8.1
here is a image showing how I can select a cookie: wordpress version: 4.7.5
https://www.dropbox.com/s/lu1nd8w5c78mjd6/cookie_selectable.png?dl=0
here is a image showing how I ‘can not’ select a cookie option on the latest version wordpress 4.8.1
https://www.dropbox.com/s/2kiumtldyylg608/cookies_unselectable.png?dl=0
please help with this. Id be very happy, thank you !!
Matt.