Tagged Questions
0
votes
1answer
103 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 ...
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 ...
2
votes
1answer
202 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 ...
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
513 views
Notify admin on new submit
With WordPress 3.0 its easy to for users to submit custom content from the front end. They don't even need to be logged in anymore.
Is there a functions code (not a plugin) to notify a predefined ...