Title: mainpage.pl's Replies | WordPress.org

---

# mainpage.pl

  [  ](https://wordpress.org/support/users/mainpagepl/)

 *   [Profile](https://wordpress.org/support/users/mainpagepl/)
 *   [Topics Started](https://wordpress.org/support/users/mainpagepl/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mainpagepl/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mainpagepl/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mainpagepl/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mainpagepl/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mainpagepl/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Login] Active/Inactive Users](https://wordpress.org/support/topic/active-inactive-users/)
 *  [mainpage.pl](https://wordpress.org/support/users/mainpagepl/)
 * (@mainpagepl)
 * [7 years ago](https://wordpress.org/support/topic/active-inactive-users/page/4/#post-11640295)
 * Thanks 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Login] Active/Inactive Users](https://wordpress.org/support/topic/active-inactive-users/)
 *  [mainpage.pl](https://wordpress.org/support/users/mainpagepl/)
 * (@mainpagepl)
 * [7 years ago](https://wordpress.org/support/topic/active-inactive-users/page/4/#post-11627035)
 * I’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Login] Active/Inactive Users](https://wordpress.org/support/topic/active-inactive-users/)
 *  [mainpage.pl](https://wordpress.org/support/users/mainpagepl/)
 * (@mainpagepl)
 * [7 years ago](https://wordpress.org/support/topic/active-inactive-users/page/4/#post-11626076)
 * Hi,
 * 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 the `wp_enqueue_scripts`,`
   admin_enqueue_scripts`, or `login_enqueue_scripts` hooks. Please see [Debugging in WordPress](https://codex.wordpress.org/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Login] Active/Inactive Users](https://wordpress.org/support/topic/active-inactive-users/)
 *  [mainpage.pl](https://wordpress.org/support/users/mainpagepl/)
 * (@mainpagepl)
 * [7 years ago](https://wordpress.org/support/topic/active-inactive-users/page/3/#post-11611434)
 * I am currently working with this plugin. Maybe I will have some ideas for development,
   but for now it meets my requirements.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Login] Active/Inactive Users](https://wordpress.org/support/topic/active-inactive-users/)
 *  [mainpage.pl](https://wordpress.org/support/users/mainpagepl/)
 * (@mainpagepl)
 * [7 years ago](https://wordpress.org/support/topic/active-inactive-users/page/3/#post-11592762)
 * It works! You save me! Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] How to have a custom link / url redirect to every user’s own profile](https://wordpress.org/support/topic/how-to-have-a-custom-link-url-redirect-to-every-users-own-profile/)
 *  [mainpage.pl](https://wordpress.org/support/users/mainpagepl/)
 * (@mainpagepl)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/how-to-have-a-custom-link-url-redirect-to-every-users-own-profile/#post-10159368)
 * 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?

Viewing 6 replies - 1 through 6 (of 6 total)