bbPress

Simple, fast, elegant

bbPress Plugin Browser »

Post Notification (1.4)

Download

Version: 1.4

Other Versions

Last Updated: 2009-2-25

Author Homepage »

Plugin Homepage »

Average Rating

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

Your Rating

Author: Thomas Klaiber


  1. _ck_

    Moderator

    test4 (and others interested) to NOT notify a user about their own post try this (untested):

    around line 16:
    change
    if ( notification_is_activated( $userdata->ID ) ) :
    to
    if ($bb_current_user->ID!=$userdata->ID && notification_is_activated( $userdata->ID ) ) :

    This could also be accomplished via the function notification_select_all_users during the mysql query by excluding the current user.

    This (should) work because the person making the post is the one triggering all the emails.

    Posted: 1 year ago #
  2. Great plugin! I am trying to reverse the default activation for all users. That is make the notification feature active on default for all users. The function starts by declaring '$checked = "";' if I set that equal to 'checked' it works, but users can not deactivate it. I started playing around with the notification_is_activated function, but I just don't know what I'm doing, and got lost. Any help?

    Posted: 1 year ago #
  3. Is there a way to add all new topics to the user who started it AND the ADMINS?

    Posted: 1 year ago #
  4. Ok it seems I am kind of silly but how can I add the check box that users need to check to activate the option "subscribe by email to favorite topics"?
    Because I cannot find it and my theme is a customized version.

    I would gladly appreciate any help.

    Does it help if I say : _ck_ you rock! (lol!!!!)

    Posted: 1 year ago #
  5. _ck_

    Moderator

    If the checkbox is not appearing and you have a custom theme, you may be missing some of the needed actions in the template to trigger it.

    Also if you are using 1.0 alpha this has not been tested with it yet so it might be that as well.

    You can try temporarily switching back to kakumei theme and see if the box appears.

    Note the checkbox is in the EDIT PROFILE section and not on the topic page.

    Posted: 1 year ago #
  6. jennygold

    Member

    I've adapted this plugin to work when a new topic is submitted by using add_action('bb_new_topic', 'notification_new_topic') instead of bb_new_post with a function I've named notification_new_topic. The problem is I tried to use the existing variables to get the title, link and author passed into the email, but they don't seem to be available when I use bb_new_topic. What variables are available and how would I get these fields to be automatically filled in on the email?

    Thanks!

    Posted: 1 year ago #
  7. Works perfectly. Only mod I could think of is to have it go to the permalink generating the email instead of the post (and thats preference more than anything) but A+!

    Posted: 1 year ago #
  8. danbbpress

    Member

    Even if you manage to make all posts favorites for their posters, they still need to check the Notification radio button to get notifications. And this radio button is difficult to locate in my opinion. I think this notification button should be turned on by default because most people expect to get notified when a new reply was added to a thread they initiated/participated in.

    Posted: 1 year ago #
  9. Lemonade Joe

    Member

    Hi, I am trying to use this plugin on a site running in Slovak language, that means, I need to use special characters. I am not good with php, so forgive me, if am not technical enough :)

    The system e-mails (like registration) are working fine. However, when sending mail through Post Notification, the special characters are messed up.

    When I was checking the source code of the mails, I have discovered, that the registration mails contain the line "Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8"".
    The Post Notification mails (also the Report Post plugin mails) do not contain any charset specification (the source code contains this: X-Amavis-Alert: BAD HEADER SECTION, Non-encoded 8-bit data (char C3 hex).
    Can that be the source of my problem, if yes, how can I solve it?

    Posted: 8 months ago #
  10. Skip Savage

    Member

    For some unknown reason I cannot get anything to appear on my Favorites page. I activate. Refresh. Try stock theme. Revert to custom theme. Choose favorite topics. Uncheck favorite topics. Deactivate. Reactivate.

    I would like this to work for me. Seems essential.

    Posted: 3 months ago #
  11. Skip Savage

    Member

    I found the checkbox. My mistake thinking it would be on the Favorites pages. Found it on the Edit Profile form. Perhaps others will learn from my false assumption.

    Posted: 3 months ago #
  12. Hi,
    Is it possible to send notification of any post, topic or forum created in the forum? I need only one global level 'tick', so the user receive email notification of forum activities.
    Thanks.
    Etchbee

    Posted: 2 months ago #
  13. Hi,

    I just commented following line 17, it worked for me. So all users who activate favorite post will receive email notification whenever new post/topic/forum created.

    //if ( is_user_favorite( $userdata->ID, $topic_id ) ) :

    Thanks me and Thomas. Ha ha.

    Etchbee

    Posted: 2 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.