redknite
Forum Replies Created
-
no i was thinking that when a new event is posted, it notifies all the users. Just so people on my site know that somethign is going on and they don’t have to keep checking with the site to see.
Forum: Plugins
In reply to: [Mass Messaging in BuddyPress] Not working on my site.this is the same thing i did to solve the issue of not showing the menu choice.
The problem is now that even when the admin can see the option to send, and load the page to send, if they choose “all members” no email gets sent.
normal users are able to but not the admins.
Forum: Plugins
In reply to: [New User Approve] Approval Email doesn't contain Password.can you post a sample of this with a message? I’m not sure if i’m supposed to change the content in this?
add_filter( 'new_user_approve_approve_user_message', 'my_custom_message', 10, 2 );
as in
add_filter( 'new_user_approve_approve_user_message', 'I want my message to say this. I approve you.', 10, 2 );
or just the information on this line:
$message = 'Custom message here';
is there a work around possible for now?
Is there a way that the user can choose the gallery to upload the image to? I want one form so the user can upload to any year (my images are arranged in year galleries) that they want.
Forum: Plugins
In reply to: [Simple Like Page Plugin] If it is "not showing up". Solution here.It’s easy to try to see the problem. Load the page in firefox and be logged into facebook. no load your page in explorer but make sure that you are not logged into facebook. You’ll see the difference.
Forum: Plugins
In reply to: [Simple Like Page Plugin] If it is "not showing up". Solution here.While this isn’t actually a solution because most clients will be logged in, it is definitely true. Too bad because it’s otherwise a good plugin.
Forum: Plugins
In reply to: [BuddyPress Security Check] intstalled but it didn't worknevermind…figured it out…it was a cache issue.
Forum: Fixing WordPress
In reply to: error 500 and slow siteThanks both of you!!! I truly appreciate the help!
Forum: Themes and Templates
In reply to: Twenty Eleven LogoThank you! Adding the margin: 0em auto; worked!!!
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] display as widgetKapara,
Can you let me know what file you changed to do this?
I was hoping that my widget would display:January 27, 2012 6:30 pm – 9:00 pm
Special Budget MeetingInstead of
January 27, 2012 6:30 pm – January 27, 2012 9:00 pm
Special Budget MeetingThanks!