2016-07-16, 01:35 PM
Hi,
Just a quick bug report.
If you have permissions set for Guest users, activating this plugin disables them.
To work around this issue, assuming your Guest users group id is 1, change the line in inc/functions.php from:
LP,
Jure
Just a quick bug report.
If you have permissions set for Guest users, activating this plugin disables them.
To work around this issue, assuming your Guest users group id is 1, change the line in inc/functions.php from:
/* + PL:kaps_farb + */ if($fid != 0)
...to.../* + PL:kaps_farb + */ if($gid != 1 && $fid != 0)
LP,
Jure