Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 2,491 total)
  • Author
    Posts
  • in reply to: Reset the plugin #406
    Vladimir
    Keymaster

    Hi Aparna,

    If those plugins re-activation (deactivate/activate) do not help, then read this post
    https://role-editor.com/how-to-restore-deleted-wordpress-user-roles/
    I hope it will help.

    Regards,
    Vladimir.

    in reply to: Unalbe to Network Activate licencekey #403
    Vladimir
    Keymaster

    Hi,

    Please let me know if role “Administrator” with id=”administrator” exists at the main blog of your network. You should see it as “Administrator (administrator)” at the URE drop down menu.

    Regards,
    Vladimir.

    in reply to: user role "none"? #391
    Vladimir
    Keymaster

    Thank you, Christine. It is a very good addition to the existing shortcode functionality. I will add this feature.

    Regards,
    Vladimir.

    in reply to: Blank Sections? #373
    Vladimir
    Keymaster

    It’s 1st time I see such screenshot. Try to export roles. In case of success, please, send the file to support [at-sign] role-editor.com
    May be it will contain information to help resolve this issue.
    The list of active plugins could be helpful also.

    in reply to: Cannot change the plugins view #343
    Vladimir
    Keymaster

    Quick turnaround how to provide ability to use “Mingle Forum” menu items to other WP users, not “administrator” only. Mingle Forum menu is created at the mingle-forum/wpf.class.php file with this code starting from line #181.

    add_menu_page(__("Mingle Forum - Options", "mingleforum"), "Mingle Forum", "mingle-admin", "mingle-forum", array(&$wpfa, "options"), WPFURL."images/logo.png");
    add_submenu_page("mingle-forum", __("Mingle Forum - Options", "mingleforum"), __("Options", "mingleforum"), "mingle-admin", 'mingle-forum', array(&$wpfa, "options"));
    add_submenu_page('mingle-forum', __('Ads', 'mingleforum'), __('Ads', 'mingleforum'), "mingle-admin", 'mfads', array(&$wpfa, "ads"));
    add_submenu_page("mingle-forum", __("Skins", "mingleforum"), __("Skins", "mingleforum"), "mingle-admin", 'mfskins', array(&$wpfa, "skins"));
    add_submenu_page("mingle-forum", __("Forum Structure - Categories & Forums", "mingleforum"), __("Forum Structure", "mingleforum"), "mingle-admin", 'mfstructure', array(&$wpfa, "structure"));
    add_submenu_page("mingle-forum", __("Moderators", "mingleforum"), __("Moderators", "mingleforum"), "mingle-admin", 'mfmods', array(&$wpfa, "moderators"));
    add_submenu_page("mingle-forum", __("User Groups", "mingleforum"), __("User Groups", "mingleforum"), "mingle-admin", 'mfgroups', array(&$wpfa, "usergroups"));
    add_submenu_page("mingle-forum", __("About", "mingleforum"), __("About", "mingleforum"), "mingle-admin", 'mfabout', array(&$wpfa, "about"));
    

    Original code has “administrator” string instead of “mingle-admin” inside. I replaced it for your convenience. Replace original code with the code above. Then add new user capability “mingle-admin” with “User Role Editor” and turn it on for selected roles. This way user with “mingle-admin” capability in his role will be capable to use Mingle Forum menu.

    in reply to: Cannot change the plugins view #341
    Vladimir
    Keymaster

    Hello,

    Write please, what plugin do you use for forum?
    If it is bbPress, then User Role Editor will not help you to change its roles. bbPress roles and capabilities are not shown in User Role Editor.
    If you use for forum some other plugin, I may check what roles or capabilities that plugin uses and try to help you to find the decision.

    Regards,
    Vladimir.

    in reply to: Help with resetting admin roles #332
    Vladimir
    Keymaster

    Hi Segun,

    You may go this way
    http://shinephp.com/how-to-change-wordpress-user-role-capabilities/
    to restore roles directly via MyPHPAdmin.

    Regards,
    Vladimir.

    in reply to: Cannot network activate pro version #313
    Vladimir
    Keymaster

    Hi Jonathan,

    The reason of this error message is that you have the free version of User Role Editor active. Please deactivate it 1st, then activate Pro version.

    Regards,
    Vladimir.

    in reply to: import not working #305
    Vladimir
    Keymaster

    OK. I will do. Thanks. That will be more universal decision (wp-content/uploads).

    in reply to: import not working #303
    Vladimir
    Keymaster

    Thanks for your help. I will fix this error with the next update, I hope it will be published this weekend.
    Plugin tries to notify you about problem with file upload. Please check that wp-content/user-role-editor-pro folder is writable for your web server. It should have 775 permissions usually.
    Plugin uploads roles file to this folder, reads data from it and then deletes that file.

    in reply to: import not working #301
    Vladimir
    Keymaster

    Hi,

    At what moment did you meet the error? Did you can select file to import and click “Import” button?
    Try to turn on WordPress debugging to see the PHP error on screen, if you have any. You may do it inserting this string into wp-config.php

    define('WP_DEBUG', 1);
    

    Regards,
    Vladimir.

    in reply to: Cannot change the plugins view #249
    Vladimir
    Keymaster

    Hi Steve,

    This feature is for access restriction to the plugin activation. In case you have some users except administrator with ‘activate_plugins’ capability and wish to allow them access definite plugins only at the plugins list (“Plugins” menu) to activate/deactivate.
    1) Activate this functionality by turning on the “Activate per plugin user access management for plugins activation:” checkbox at the “User Role Editor” Settings page: menu “Settings”=>”User Role Editor”. In case you use WordPress multi-site, use Settings menu at the Network Center.
    2) Check if user has “activate_plugins” capability
    2) Go to that user profile and input plugins to which you wish to allow access
    That’s it.
    Did you look this support video?
    https://role-editor.com/user-role-editor-version-4-5-available/

    Regards,
    Vladimir.

    in reply to: Woocommerce Shop Manager Can’t Read Order Notes #230
    Vladimir
    Keymaster

    Hi Tina,

    I created an order under Administrator at my test site, added 1 customer note and 1 private note. Then I logged in as Shop Manager and opened that order. I see both order notes from admin.
    Please describe me your scenario to reproduce the issue and try to find the solution.

    Regards,
    Vladimir.

    in reply to: Import not working #227
    Vladimir
    Keymaster

    Hi Katharine,

    I issued refund on your payment. I will check the issue your wrote about.

    Regards,
    Vladimir.

    P.S. Dear plugin users please take into account my local time GMT+7. In some cases, like this, I can not send a quick answer due to deep night at my location.

    in reply to: Can’t network activate #206
    Vladimir
    Keymaster

    Hi,

    Please let me know PHP version under which your site works.

    Regards,
    Vladimir.

Viewing 15 posts - 2,476 through 2,490 (of 2,491 total)