GetSimple Support Forum
Password Protect Plugin for GS - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: Password Protect Plugin for GS (/showthread.php?tid=8144)

Pages: 1 2


RE: Password Protect Plugin for GS - shawn_a - 2016-04-21

gs requires php 5.2, supporting it will be more user friendly.


RE: Password Protect Plugin for GS - HelgeSverre - 2016-05-27

PHP 5.2 is now supported, redownload the plugin and it should be all good to go.


RE: Password Protect Plugin for GS - gs-gary - 2019-12-07

Multilingual pages (i18n) did not work for me.
I changed the core hook from:
Code:
add_action('index-post-dataindex', "password_protect");
to:
Code:
add_action('index-pretemplate', "password_protect");

So it works for me