bbPress Plugin Browser »

xili New Post Notification (0.9.5)

Download

Version: 0.9.5

Other Versions

Last Updated: 2010-12-16

Requires bbPress Version: 1.0.1 or higher

Compatible up to: 1.0.2

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(1)

Your Rating

Author: dev.xiligroup.com

Simple plugin to send short notification to a choosen email address when a new post is created. Useful for simple forum with only one moderator.

In addition of rss favorite topics, users can receive emails if his profile tab 'new post notification' is set. Before allowing that the administrator must check the plugin settings ONLY if the server (ISP) is able to sent a series of emails. Please note that some ISP don't permit to use smtp call by php to sent a lot of emails in few seconds.


  1. Made a quick change, so it sends the user post content as well:

    Change function admin_notification_new_post()

    to

    function admin_notification_new_post($post_id=0)

    Then change

    $msg = __('Hello,','xnpn')."\n".get_user_name($bb_current_user->ID).__(' has posted here:','xnpn')."\n\n".get_topic_link($topic_id).";

    to

    $msg = __('Hello,','xnpn')."\n".get_user_name($bb_current_user->ID).__(' has posted here:','xnpn')."\n\n".get_topic_link($topic_id)."\n\n"."Content:"."\n\n".strip_tags(get_post_text($post_id));

    Done! Your plugin works unlike the other ones of this nature. Thanks

    Posted: 2 years ago #
  2. Works really fine, and netweblogic's change works nice too!
    Thank you!

    Posted: 2 years ago #
  3. Excellent stuff (both the plugin and the update)! Thank you, folks.

    Posted: 2 years ago #
  4. Will this use the SMTP method provided by Sam's Plugin I have installed?

    Posted: 2 years ago #
  5. Thanks for the plugin

    Posted: 2 years ago #
  6. I like the idea of this plugin, useful idea!

    Posted: 1 year ago #
  7. Does this only notify the admin, or will it also notify users? My small forum may only receive an email a few times every other week. I was looking for something to send an email notification whenever a post is made to anyone who has opted in for that.

    Posted: 1 year ago #
  8. Hello dear Users,
    I am back again. I found a way to comment (my original account was unable to comment ???)
    As BBP seems to be again well used, the roadmap will (as expected by beer) : adding a way to decide if users can check if he want to receive email when his topic is updated... Just need the time to find the right hook and to add form inside settings..
    Be patient...
    dev.xiligroup.com

    Posted: 1 year ago #
  9. As expected by beer, now - since 0.9.4 downloadable in other versions - it is possible to receive email notification. Test it and tell me what you think of this beta.
    A demo is running in this forum forum2.dev.xiligroup.com

    Posted: 1 year ago #
  10. Thanks for the Demo

    Posted: 1 year ago #
  11. How to manual place it in template?

    Posted: 1 year ago #
  12. Not sure to understand well your question ? Do you mean a link to tab in user profil ?

    Don't hesitate to open a topic in forum

    http://forum2.dev.xiligroup.com/forum.php?id=4

    Posted: 1 year ago #
  13. Do you have a code to manual insert this to a template?

    Thanks

    Posted: 1 year ago #
  14. not yet

    Posted: 1 year ago #
  15. retteketet

    Member

    What do i need to change (and where) when i want to send the notification by default?

    Posted: 1 year ago #
  16. in your profile tab

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment

You must log in to post.