Forum Replies Created
-
AuthorPosts
-
VladimirKeymaster
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.VladimirKeymasterHi,
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.VladimirKeymasterThank you, Christine. It is a very good addition to the existing shortcode functionality. I will add this feature.
Regards,
Vladimir.VladimirKeymasterIt’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.VladimirKeymasterQuick 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.
VladimirKeymasterHello,
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.VladimirKeymasterHi Segun,
You may go this way
http://shinephp.com/how-to-change-wordpress-user-role-capabilities/
to restore roles directly via MyPHPAdmin.Regards,
Vladimir.VladimirKeymasterHi 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.VladimirKeymasterOK. I will do. Thanks. That will be more universal decision (wp-content/uploads).
VladimirKeymasterThanks 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.VladimirKeymasterHi,
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.phpdefine('WP_DEBUG', 1);
Regards,
Vladimir.VladimirKeymasterHi 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.VladimirKeymasterHi 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.VladimirKeymasterHi 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.
VladimirKeymasterHi,
Please let me know PHP version under which your site works.
Regards,
Vladimir. -
AuthorPosts