Search

bbPress Showcase » Plugins by _ck_

Subscribe To Topic

RSS

  1. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 884

    offline

    I am not sure which version is on bbpress.org

    Make certain your copy does NOT have around line 213, ending with

    ,"-odb");

    If the line has two slashes in front, then that's fine (//)

    There should be a bb_mail line following.

    If the bb_mail is there and your server is still not sending email, well there could be a dozen things wrong with your server setup.

    Posted 1 year ago #
  2. maelm
    User has not uploaded an avatar

    junior member
    Joined: Jun '10
    Posts: 6

    offline

    This line is allready commented !


    foreach ($emails as $email){
    // mail($email->user_email,$subject,sprintf($message,$topic->topic_title,$user_name,$topic_link,$unsubscribe),$from_email,"-odb"); // odq = queue only
    bb_mail($email->user_email, $subject, sprintf($message,$topic->topic_title,$user_name,$topic_link,$unsubscribe));

    $ids[$email->user_id]=$email->user_id;
    // print "$email->user_email
    \n";
    }

    my version of bb_press is "Version 1.0.2"

    Posted 1 year ago #
  3. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 884

    offline

    Does bbPress send mail to you otherwise?

    What happens when you register or use the "reset password" method to get a new email?

    Posted 1 year ago #
  4. maelm
    User has not uploaded an avatar

    junior member
    Joined: Jun '10
    Posts: 6

    offline

    i receive well every post on another adress mail

    Posted 1 year ago #
  5. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 884

    offline

    Make sure you are subscribing with "instant email notification".

    Also note you can't just reply to yourself to test it, it won't email you about your own posts.

    If you are posting as another user to a topic you are subscribed and it's not working, well then there must be some kind of subtle bug I will have to look at eventually. Many other people seem to be using it okay.

    Posted 1 year ago #
  6. maelm
    User has not uploaded an avatar

    junior member
    Joined: Jun '10
    Posts: 6

    offline

    I'm subscribing with "instant email notification" (type 2 in data base),
    and i'm using two different account to do my tests !

    what do you mean by "subtle bug" ?

    Posted 1 year ago #
  7. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 884

    offline

    There must be a bug in my code that is preventing the email from being sent.

    If you know what you are doing you could try to capture what's being sent, ie. before bb_mail but I wouldn't do this on a live, active site:

    echo "$email->user_email, $subject, $message,$topic->topic_title,$user_name,$topic_link,$unsubscribe";
    exit;

    And see if everything is formatted correctly.
    Or if it's even attempting to send at all.

    I can't remember if this plugin is okay or not with 1.0 but in theory it should be okay.

    Posted 1 year ago #

RSS feed for this topic

Post a reply to “Subscribe To Topic”

You must log in to post.

keep _ck_ coding >> donate $5 <<     Theme Switcher:
25 users online from in the past 30 minutes. 14 bots 10 guests 1 members: mccawphoto
7,197 views today 8,665 yesterday 14,010 peak. Most at once 63 today 48 yesterday 131 peak. Visited today: Dickinsonjohn9, shairah27, xiaotian, _ck_, engin1984, Augustine01, MichaelGomez, mccawphoto
2,240 posts in 380 topics over 63 months by 425 of 1,992 members. Latest: shairah27, Augustine01, MichaelGomez