dsjohnson
Forum Replies Created
-
Thank You for adding the feature to allow defined roles to send. most appreciated!
Thanks for the response. I was expecting to have to make my own app link to Google Drive. Cleaver the way it has been worked out. I was caught off guard that I should need to allow something I had never heard of access.
Granting roles other than admin the ability to send emails is a feature I would like to see as well.
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] set_user_roleIt looks like I can do what I need to do with the ‘profile_update’ hook.
Note: other multiple role plugins have the same effect.
Forum: Plugins
In reply to: [LH User Taxonomies] REST access to user TaxonomyI though it might be a stretch. In my plugin I’ve over-used roles and thought user taxonomy would help. And if it was integrated into to WordPress like it is for posts/pages it would be great. I did some tests with my own REST endpoint and although it works, it is nothing like being able to use
` $users = get_users([‘role__in’ => [‘subscriber’]] );
For now I’ll just use your plugin to assign a sub-set to my ‘subscriber’ role to help our treasurer out. User taxonomy is an interesting idea, maybe once I got this project working, i’ll look at it again.
thanks.
Forum: Reviews
In reply to: [BulletProof Security] ReWrites your .htaccess with out warning.I spent several days last winter trying to configure JWT for REST access. Including changes to the htaccess file. Had your plugin given warning that it was about to undo all that I would have politely declined until I gathered my test cases and had time to verify your file would work. But instead your plugin blindly replaced my file without warning. I was not prepared to re-do the necessary testing so I had to go fishing to find my file and restore it and delete your plugin. Had I had a warning I would have tried it another day.
I do not recall the ‘Custom addition htaccess…’ message. All I could think of is; it deleted all my work!
I stand by my assertion that the htaccess file should not be replaced without a warning before it is done. (Most people would not have a clue, and I’m sure your file will work fine for most people, but I put to much effort in to making it work to take your word for it.)
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Remove 2FAMy apologies for not starting a new thread. I have re-read the ‘before you post’ However I have found the problem. It was with my own custom plugin. It was working fine before your update. But your update caused a bug to raise it’s ugly head.
thank you
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Remove 2FAI’ve had to deactivate WordFence because of two-factor authentication. The extra column in the Users Screen is somehow interfering with another plugin. (One that is needed.)
Is there a setting to remove it from the Users page?
Sorry wrong plugin
Forum: Plugins
In reply to: [Email Users] Custom met filter by roleNever mind I think I got it.
Forum: Plugins
In reply to: [Email Users] Custom met filter by roleI set up a custom meta to flag the users I want and I am trying to use your ‘mailusers_group_custom_meta_filter’ and mailusers_register_group_custom_meta_filter
However they do nothing. I’ve even copied the examples you have posted.
add_action( ‘mailusers_group_custom_meta_filter’, ‘send_to_fire_department’, 5 );
function send_to_fire_department()
{
mailusers_register_group_custom_meta_filter(‘Fire Department’, ‘department’, ‘fire’);
}add_action( ‘mailusers_group_custom_meta_filter’, ‘send_to_police_department’, 5 );
function send_to_police_department()
{
mailusers_register_group_custom_meta_filter(‘Police Department’, ‘department’, ‘police’);
}
They also do nothing. did something break in an update?The mailusers_user_custom_meta_filter works fine but does not allow what I want to do.
Forum: Plugins
In reply to: [Redirection] redirect when the referrer is google, bing, etcNever mind. I found a combination that works. Thanks for the plugin!
Forum: Plugins
In reply to: [Email Users] delegate to non AdminThank you, I missed that.
Forum: Plugins
In reply to: [AM Events] Not print end if same as start dategot it
Forum: Plugins
In reply to: [AM Events] Not print end if same as start dateHuh? this would go where?