mainpage.pl
Forum Replies Created
-
Forum: Plugins
In reply to: [External Login] Active/Inactive UsersThanks ??
Forum: Plugins
In reply to: [External Login] Active/Inactive UsersI’ve checked, and after change below in file /wpconfig_options.php:11 it run.
Changed from:
$decoded_option_data = json_decode($option_data, true);Changed to:
$decoded_option_data = json_decode(base64_decode($option_data), true);Forum: Plugins
In reply to: [External Login] Active/Inactive UsersHi,
I’ve got some questions.
Today i’ve seen, that you release update for your plugin. I update my plugin, but what with changes, that you posted here about 4 months ago?I see, that in new version of plugin there is no some important changes, i.e.
$decoded_option_data = json_decode($option_data, true); // after update to 1.7.1
$decoded_option_data = json_decode(base64_decode($option_data), true); // in code pasted here about 4 months ago
Tell me, is it all right? When i was using plugin 1.6.0 there were an issue with exclude user repeater. After I applied your code you pasted above, then starts running.
Did you solve above issue in latest version of plugin (1.7.1)?Another thing that I saw is non-working repeater in Exclude Users options panel. I’ve checked checkbox “Enable Excluding Users”, after that field name and value. After saving form i see checkbox checked, field name filled, but value is blank. Could you tell me what is wrong?
Third little issue is notice in php logs, maybe you can fix that.
“[11-Jun-2019 09:45:04 UTC] PHP Notice: wp_localize_script was called incorrectly. Scripts and styles should not be registered or enqueued until thewp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_enqueue_scripts
hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /wp-includes/functions.php on line 4773″Forum: Plugins
In reply to: [External Login] Active/Inactive UsersI am currently working with this plugin. Maybe I will have some ideas for development, but for now it meets my requirements.
Forum: Plugins
In reply to: [External Login] Active/Inactive UsersIt works! You save me! Thanks.
I’ve got the same issue. After click in link from mail (link to profile of user waiting for admin approve) i’m redirected to Home page.
I checked twice that i have proper page mapped in plugin setup.
Could u help me?