Forum Replies Created
-
AuthorPosts
-
22/03/2019 at 13:23 in reply to: Plugin access addon editing doesn't take effect immediately on new users. #5609armelParticipant
I tried to install the beta version but it didnt fix the issue.
I have created a custom plugin with the filter you sent me but this doesn’t work either. The code I have added in the plugin are below. Is this exactly what you requested to do?
<?php
add_filter(‘ure_addons_to_copy_for_new_blog’, ‘ure_addons_to_copy_for_new_blog’, 10, 1);
function ure_addons_to_copy_for_new_blog($addons) {
$addons[‘admin_menu’]->copy = true;
$addons[‘widgets_admin’]->copy = true;
$addons[‘widgets_show’]->copy = true;
$addons[‘meta_boxes’]->copy = true;
$addons[‘other_roles’]->copy = true;
$addons[‘plugins’]->copy = true;
return $addons;
}20/03/2019 at 10:46 in reply to: Plugin access addon editing doesn't take effect immediately on new users. #5600armelParticipantOk,
I will be waiting for your update.
Thanks
armelParticipantOk, thanks.
armelParticipantOk thanks
armelParticipantYes it’s working after clearing browser cache.
When do you intend to make it live update?
armelParticipantHello Vladimir,
Still redirecting like in previous beta version
https://www.useloom.com/share/de5a43ba239a404889047f18ab00bb4c
armelParticipantHello Vladimir,
This new version is working fine with few improvements required.
When you make changes, the plugin redirect you to the main sites after update but the changes don’t go into effect. You have to go back to the network admin dashboard and upgrade network from there.
See below video for illustration.
https://www.useloom.com/share/59141b3309fe408ca0fd888be5ce6108armelParticipantcan I safely use this plugin on my live network?
armelParticipantAre you saying that it is not possible to remove plugins from the plugin list for all specific users of the network? Instead this should be done manually at each subsite.
If that’s the case this is not good for my project as I will be handling thousands of sites and i need this process to be done automatically from the main site with super admin privilege.
I think this option is pretty pointless if it cannot be applied to the whole network like other features.
armelParticipantHello, Vladimir
It looks like this issue has been fixed.
However the plugin addon doesnt work at all.
See video below
https://www.useloom.com/share/16d2a397c85346ae922880daa8f69958
armelParticipantHello Vladimir,
I have done many trials already and even when the dialog box come up for network upgrade, the changes don’t go into effect.
Pmpro level ‘Lite’ and user role ‘lite’. I don’t think this is causing issue.
I sent you the correct login link privately.
I hope you will be able to troubleshoot it effectively now.
Kindly waiting for your update.
Thanks
armelParticipantI just sent you the link in a private email.
armelParticipantHello Vladimir,
I have deactivated Ithemes Security but it has not solved the issue.
armelParticipantok thanks! any update now?
armelParticipantOk thanks Vladimir. Any update so far?
-
AuthorPosts