The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
10 views

How to add notification alert in the admin bar when someone comments on a post

I am using Buddypress 1.6.7 What I want is that when a user comments on some blog post then the post author should receive a notification in the buddybar/admin bar (round blue bubble), saying that ...
0
votes
0answers
25 views

Wordpress email notification using address with plus sign

So I've managed to change mail_from used by WP to send e.g. new comment notifications by adding filters like that: add_filter('wp_mail_from_name', 'get_name'); add_filter('wp_mail_from', ...
0
votes
2answers
2k views

General Setting Allow Multiple Email Notification

WordPress Version: WordPress 3.2.1 Settings -> General http://www.hopekl.org/wp-admin/options-general.php I would like to have multiple email address in the Email Address textbox. I tried ...
0
votes
1answer
82 views

wp-query Shortcode in Gravity Forms Notification

I have the following code that runs two wp-query loops upon form submission to display specific posts depending on the users choices in the form (The form fields are radio buttons with values that ...
-2
votes
0answers
13 views

I need a plugin to notify a mailing list about new comments or new articles added to the site [closed]

I've made a site for a cultural association, when there's a private page where news about the association are posted. I need a plugin to send a notification to a specific mailing list when a new ...
3
votes
1answer
1k views

Disable update notification for individual plugins

Is there a way to disable update notifications for specific plugins? As a plugin developer, I have some plugins installed on my personal site using the svn trunk version for testing, but the same ...
3
votes
1answer
3k views

Customizing the Subject Field in WordPress' Notification Emails?

Can I customize and edit the subject field in the "Password Reset" notification mails sent from our multisite blogs? I have tried some plugins like My brand login and white label CMS etc. But I can't ...
7
votes
3answers
996 views

Alert Email when any Post or Page is Changed

Is there a way to have Wordpress email me whenever a Page or Post is Published?
0
votes
1answer
68 views

How to send a BuddyPress user a notification on a plugin event?

Done a bit of searching and cant really find the answer. Looking for idea on how I send a user an admin bar notification in BuddyPress after a certain event is actioned in a plugin I'm building? BP ...
2
votes
4answers
804 views

Overriding the default WP Multisite notification e-mail

Is it possible to hook in and override the default notification message for WP MS? I know the message being sent out is in /wp-admin/user-new.php if ( is_multisite() ) { function ...
2
votes
1answer
199 views

How to add admin bar and admin menu or submenu notification bubbles?

What would you recommend to use as far as manipulating the admin bar goes? I was thinking to just add a new admin bar node, and with CSS set a background image for the icon. Then in the node, just ...
0
votes
1answer
53 views

Notice: Trying to get property of non-object in options.php

I am generating the following notice in my options.php when testing my theme in wp_debug mode. I can see where the problem is but do not know how to fix this issue? It seems the non object is being ...
1
vote
1answer
128 views

Notify comment author upon reply

To improve communication between guest commenters and authors, I am fiddling with a script that sends an email to the author of a comment when it receives a reply. Here is how the code looks so far: ...
0
votes
0answers
87 views

Buddypress notification on post comment reply

I have one question. Is it possible to make when, someone reply to comment, the author of parent comment to recieve notification in buddypress. For example, if I reply to user comment in notifications ...
0
votes
2answers
1k views

How to split out BuddyPress notifications drop down items to their own top level?

I am wondering if it's possible to split out notifications in the top bar (the ones that pop up in wp-top bar) to their own individual menu items: 'notifications' 'messages' and 'friend requests', ...
-1
votes
1answer
71 views

Notifications Bar on home page only

Is it possible to create an "Alert" button that can be turned on and off thru wp-admin. Of course the "Alert" button im asking for is to be published at the main page, but can only be turned on when ...
0
votes
1answer
101 views

How to show a custom notification to a specific user?

I am new here, I found this spot interesting and very special. I've already found useful information through your discussions. My first question is about user management. As Admin, I would need to ...
0
votes
1answer
69 views

Subscribe to a post's comments without posting a comment yourself

I've seen a few plugins (subscribe2, subscribe to comments) that allow people that have commented to receive emails containing follow up comments. What I want to do is slightly different. I want to ...
1
vote
1answer
36 views

PAGE Specific Email Notifications

Is there a plugin, or a way that I can set a PAGE that has comments enabled to send an email notification to my subscribers? I don't want to enable email notification for all my pages that allow ...
3
votes
2answers
56 views

How to count number of functions attached to an action hook?

I have some actions like this function simple_notification() { echo '<div>This is a notification</div>'; } add_action( 'site_notices', 'simple_notification' ); ...
1
vote
1answer
73 views

What are the pros and cons to a WordPress run newsletter v. third party newsletter?

I am currently building a site that will use newsletters, email notifications for new posts and email notifications for new comments on posts. I keep going back and forth between running this through ...
2
votes
1answer
78 views

Show admin help message across custom post type parent and child posts

In my custom plugin, I am using the following code to display an info / help box. This is working great for the main admin edit screen that lists the custom posts, but how can I extend this to show ...
1
vote
1answer
117 views

Notice bar at frontpage for multisite

Running a multisite install I would like to distribute messages to all sites as a top notice bar on frontpage. All sites are read and posted from frontpage so admin area message plugins won't work. ...
1
vote
2answers
384 views

If new comment posted in custom post - send notification to custom email from custom field

I have custom post type "Art masters". Each post is master's profile. In their profiles isset custom fiels name "master_email". I need to send for master email notification every time if new ...
5
votes
2answers
126 views

Does Wordpress have a built in message function for presenting notifications to users?

Does Wordpress have something similar to Drupal's drupal_set_message function? I want to notify the user of something and was hoping there was a built in API call to do this.
1
vote
2answers
644 views

Notify admin when page is edited?

I found this previous post to automatically notify the admin when a post or page is published: Alert Email when any Post or Page is Changed Works like a charm, thanks! However, it looks like the page ...
1
vote
1answer
1k views

Disable new user notification to admin email

I get an email notifying me of every new user registration on my site and now that it gets hundreds or thousands of new users a day, it's getting a little out of hand. It seems like it'd be a ...
0
votes
1answer
37 views

WordPress independent plugin upgrade notification system [duplicate]

Possible Duplicate: Update plugin from personal API I have seen wordpress sending alerts for the plugins those have upgrades available in the dashboard. this is done to the plugin hosted on ...
-1
votes
1answer
129 views

Can't publish posts, Jetpack won't connect, empty notification emails to my inbox

I own a self-hosted Wordpress blog and I am experiencing a lot of issues: Jetpack stopped working and it won't connect: verify_secrets_missing : The Jetpack server encountered the following client ...
0
votes
2answers
2k views

Send email when a new post is published

I'm looking for a method, or plugin, that will allow me to do the following: User can signup to a 'notifications' email list When a new post is published on the site, users on this list are ...
6
votes
1answer
162 views

New post notification in wp_nav_menu

By blog has a header menu that consists of different links to pages like "About Us", "Help", "Contact Us" and "Blog". The "Blog" link is actually a page with a custom template that displays all the ...
2
votes
1answer
152 views

Is email post notify visitor on new media upload possible?

Is there a plugin or snippet that would: Add an email input form to each post Send a predefined message when new media (or attachments) has been uploaded for that post only The requested ...
0
votes
1answer
307 views

Alternative to email notification system?

Instead of having an email on every comment on a blog post I've wrote, I'm looking for a visual notification on wordpress itself, an "inbox" if you get what I mean. Does that exist? Thanks, Dennis
1
vote
1answer
277 views

Send email only upon draft

I'm trying to send an email only upon saving a post as a draft, this doesn't seem to work with the current code: add_action( 'save_post', 'er_send_email_on_post_draft_save' ); function ...
0
votes
1answer
39 views

Get moderation notifications on one post only

I'm running a web based community using wordpress multi-site and buddypress. All users are invited by existing users so no spam accounts exist on site. Therefore we feel no need to moderate logged ...
7
votes
1answer
1k views

Add update notification bubble to admin menu item?

I have re-worded this to make more sense. Ok, I have a plugin that uses a remote service that check for updates, much like default WordPress plugins, in this case it just checks an XML file. I want ...
1
vote
2answers
206 views

Email user on wordpress upgrade

I'm pretty new to WordPress and i'm trying to customise my theme to send an email to myself when a upgrade is required. I'd rather not use a plugin as this means I have to install it for each ...
0
votes
1answer
159 views

Is it possible to not receive email notifications for comments?

I created several blogs. Two are sites I maintain but others are sites I created for other people and I retain administration access to them just in case they need me to go and fix some page, but I ...
0
votes
2answers
105 views

Mechanism to send to users of secured WordPress install new notifications by SMS or email?

I have a family website, private, requires a WordPress account, in WordPress. Some of my family members would like to get the option for notifications of new posts by email or text message. Email ...
1
vote
1answer
287 views

email wordpress users using BCC

I am currently using the below code to email users when a new post is published, but I need it to BCC all users and not TO all users. Any ideas? function email_members($post_ID) { global $wpdb; ...
0
votes
1answer
44 views

I am not getting Backlink/interlinks notifications! [closed]

When I link my old post in the new one and click publish, I don't get the pingback alert/notification on the dashboard (neither in comments section). Does it got disabled? How can I enable it?
0
votes
1answer
240 views

Simple plugins to post info about new blog entries?

I am looking for some plugins that would automatically post information about new blog entries (posts) to my facebook/google+ pages. But - simple search through plugins listing shows that such ...
0
votes
1answer
399 views

Getting admin notices working for plugin errors

I'm beginning with creating plugins and I don't quite understand the process of displaying error messages. e.g. I use the php readfile function to download a file from a hidden location. If something ...
0
votes
1answer
59 views

Send a Notification to a Wordpress Theme

I'm basically looking for something or at least a base line to create a piece of code that allow me to send notifications to my clients via the Wordpress CMS. The Study case is basically like, I'm ...
2
votes
1answer
238 views

How to get a nofication when post submitted

I was wondering is there a way to send the admin a notification (email or otherwise) whenever a user submits a post. Currently, I have to log into the admin section to see if there was anything ...
1
vote
1answer
384 views

Follow-up Comments Notification Without a Plug-in

I'm trying to find the code to insert in my Comments.php to add the functionality of "Follow-up Comments Notification" but I can't find it. I can't use a plug-in because it's for a theme that I'm ...
0
votes
1answer
242 views

Conditional wp_mail statement on post

I am currently posting from the front end using a similar model as http://voodoopress.com/2011/03/review-of-posting-from-front-end-form/. I want to send an email to certain addresses based on the ...
1
vote
1answer
173 views

3 different mail notifications

I'm building a small tracker and need to send mail notifications on specific actions. Thought-out notifications: Administrator gets a notification email when a new ticket is published Author gets a ...
0
votes
1answer
150 views

Don't send notification if author comments his own post plugin help?

is there any way to set an IF statement, that If the author of the post commented or replied on his own post that the wp notification is not sent to him, only if a different user comments he would ...
0
votes
1answer
383 views

admin_notices not displaying in plugin

I know I'm probably doing something dumb here but I just can't get this to run. I'm trying to set up a little API for my plugin and to create a class to display admin notices a little easier. Here's ...

1 2