jeezy
Forum Replies Created
-
Forum: Plugins
In reply to: [Register Plus Redux] Send Admin Email after User Email VerificationThanks that would be great. With the amount of registrations I get it would be more efficient to know when they are verified rather than when they registered.
Forum: Plugins
In reply to: [Email Users] User GroupsIt’s on the way. Take it as a proof of concept plugin, not too much extra flare or validation built into it.
Forum: Plugins
In reply to: [Email Users] User GroupsI created a plugin with a separate form with a drop down list of UAM groups along with a subject/message. I then passed that collected data through a function that generates an array of emails from that selected group to the Email Users plugin function called mailusers_send_mail().
Everything seems to be working.
Forum: Plugins
In reply to: [Email Users] User GroupsThanks Mike, I think I will go this route with using my functions.php file. Your filter is using user meta data but the group plugin has it’s own separate table. I don’t see how this will work using meta data as a user can have multiple group relationships.
If I was to write my own functions that return an array of email address from a desired group, how would I push that array into the email_users plugin for email distribution?
Forum: Plugins
In reply to: [Advanced Search by My Solr Server] Another suggestion – Add filter@dothedrew, I added the same field in my schema and updating the index using the partial documents update feature solr provides. However I’m stuck with your solution. Does it work or is it a suggestion?
Forum: Plugins
In reply to: [Email Users] User GroupsUAM creates two tables, one to hold the group info and then a relational table for the user id and group id. I don’t think it would be to hard to implement a solution to query user email addresses using this data. But I’m not sure about the email-users plugin and how to go about incorporating that.
I would give this a shot at implementing but I don’t want to not miss out on future updates.
Forum: Plugins
In reply to: [Email Users] User GroupsIt is not the same plugin. User Groups doesn’t provide any security or access restriction capabilities. The plugin I am using is http://wordpress.org/plugins/user-access-manager/
Forum: Plugins
In reply to: [Email Users] User Groups@mike – very good sir. I look forward to the patch. Excellent plugin btw.
Forum: Plugins
In reply to: [Advanced Search by My Solr Server] Another suggestion – Add filterI think something like this would be useful as well. I am using the User Access Management plugin to restrict pages/posts/files. The solr search does a great job indexing everything but it also outputs restricted ‘content’ I wanted to keep secure.
Looking for a work around.
Forum: Plugins
In reply to: [bbPress Moderation] Hide Pending Postsbbpress moderation version 1.7
In bbpressmoderation.php, line 183, I commented “add_filter(‘posts_where’, array($this, ‘posts_where’));” and this worked for me.
When the plugin upgrades, will have to remember to add this hack back in unfortunately.
This is an awesome plugin. However I need it to restrict files by user groups. I’m using another wordpress plugin to handle user groups.
Forum: Plugins
In reply to: [Solr for WordPress] Unknown commit parameter 'waitFlush'Getting the same error here.
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo Albums Link in User ToolbarExcellent, thanks. That worked.
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo Albums Link in User ToolbarI’ve located the html/css – The plugin is adding a new li element with an id of “wp-admin-bar-wppa-admin-bar”. I tried setting the css to display:none for that element but that didn’t work.
Is this a bug?
I am looking for this as well. I have a parent album with several child albums. Would be nice to have a default cover image just to avoid the blank empty space next to the album title.