lOOis
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] Email notificationOK.
It would be great. For clients that we help/coach (as they won’t always remember to check the box). Also, in a multisite install it would be terrific to be able to notify user groups at network level.
Forum: Plugins
In reply to: [Edit Flow] Email notificationHi
Do you plan to add autosubscribe in next updates?
Thank you
Forum: Plugins
In reply to: [Edit Flow] Compatible with wp3.5 ?OK great.
Another question: I’m running a multisite install > could EF possibly affect my backend speed?
If I’m using EF with clients, I may translate it to french yes.
Cheers
Jean-Louis
Forum: Plugins
In reply to: [User Role Editor] How to rename custom roles ?Hi,
Ah ok.
You’re welcome..
Thanks for improving your plugin anyway.
Forum: Plugins
In reply to: [User Role Editor] How to rename custom roles ?Hi,
I’ve noticed that the renamed role does not impact other network subsites (= a user with role “SiteManager” is still displayed under “SiteManager” and not “Gestionnaire” – the renamed role, applied to all sites).
Is it normal?
Thanks
Forum: Plugins
In reply to: [User Role Editor] How to rename custom roles ?So it doesn’t really change the name, only UI name.. OK.
Thank you VladimirForum: Plugins
In reply to: [User Role Editor] How to rename custom roles ?Well it doesn’t seem to work. I’m placing this in functions.php
add_filter( ‘init’, ‘change_role_names’);
function change_role_names() {
global $wp_roles;if ( ! isset( $wp_roles ) )
$wp_roles = new WP_Roles();$wp_roles->roles[‘SiteManager’][‘name’] = ‘Gestionnaire’;
$wp_roles->role_names[‘SiteManager’] = ‘Gestionnaire’;
}Then I get 2 roles: Gestionnaire and SiteManager but when I click on Gestionnaire it redirects to SiteManager. When I click update on SiteManager all options are back and saved but it’s still called SiteManager and Gestionnaire still redirect to it.
And if I delete the lines from functions.php Gestionnaire is removed.Something related to uppercase?
Forum: Plugins
In reply to: [User Role Editor] How to rename custom roles ?Great it seems to work. But what happens when I re-name again my re-named role? I see 2 different roles: the original one and the new one > is it normal ?
Thank youForum: Plugins
In reply to: [User Role Editor] How to prevent users to delete their site (multisite)Yes, I already bought the pro version and it works indeed.
Thank youForum: Plugins
In reply to: [User Role Editor] How to prevent users to delete their site (multisite)OK. Therefore if I’m correct I can’t disable “delete site” without disabling all other options belonging to “manage_options” using wordpress capabilities ?
Thank youForum: Plugins
In reply to: [User Role Editor] multisite install > can't save settings through networkOK ??
Thank you very much
Forum: Plugins
In reply to: [User Role Editor] multisite install > can't save settings through networkOK.
Then I’m wondering: what’s the difference/advantage of using the plugins via /mu-plugins/ folder instead of /plugins/ ?
Thank you
Forum: Plugins
In reply to: [User Role Editor] multisite install > can't save settings through networkI have one more question Vladimir: what happens when I save settings for 1 site of my network different from the network settings (throufg “apply to all sites” button) if I have installed the plugin in the /mu-plugins/ folder? Can I have specific settings for 1 subsite ?
If yes, then what happens when I hit the “apply to all sites” button from another site with different settings > does it erase subsite settings?
Thank you
Forum: Plugins
In reply to: [User Role Editor] multisite install > can't save settings through networkSorry for the empty screenshot but indeed it showed the checked box “apply to all sites” as you mention.
OK I got it. The checkbox is cleared but settings remain saved. I had also a file permission issue due to hosting restriction but it’s soved now. Everything seems to work like a charm!
Congrats for your plugin and thank you very much for your fast reply.
Cheers
Forum: Plugins
In reply to: [User Role Editor] multisite install > can't save settings through network[sorry I’m reposting as I saw the other thread is marked “resolved”]