Skip to:
Content
Pages
Categories
Search
Top
Bottom

User Subscription gets lost

  • @wpturk

    Participant

    When a user subscribes a topic the notification works. But if Admin modifies the post (due ro spelling errors), after saving post the subscription filed shows (in backend) “No users have subscribed to this topic” and notification does not work anymore.

    How can I correct this issue?
    Is it possible to insert topic subscription to a user afterwards?

Viewing 12 replies - 1 through 12 (of 12 total)
  • @wpturk

    Participant

    I have bbpress 2.6 RC5

    @wpturk

    Participant

    Hi @robin-w ,

    do you have any idea regarding this issue? Post updates (in backend) on topics delete all subscriptions.

    Is this a normal behaviour? When yes, how can I keep subscriptions after a topic update in admin area?

    @robin-w

    Moderator

    have you tried this with 2.5.14?

    @wpturk

    Participant

    @robin-w , No, I realised this as my forum was already 2.6. I was wondering why users don’t answer the topics. After testing I saw that all subscriptions are gone, since I update tags of all topics.

    @robin-w

    Moderator

    ok, I’d suggest you go to RC7 and see if that fixes

    Download

    @wpturk

    Participant

    @robin-w , thanks for your advise. RC7 partially solved the problem.

    This is before updating topic (post_id:54878) in admin area:

    mysql> select * from forum_postmeta where meta_key="_bbp_subscription" ; 
    +---------+---------+-------------------+------------+
    | meta_id | post_id | meta_key          | meta_value |
    +---------+---------+-------------------+------------+
    .....
    .....
    |   35265 |   54878 | _bbp_subscription | 11743      |
    +---------+---------+-------------------+------------+

    This is after updating the topic (post_id:54878) in admin area:

    mysql> select * from forum_postmeta where meta_key="_bbp_subscription" ; 
    +---------+---------+-------------------+------------+
    | meta_id | post_id | meta_key          | meta_value |
    +---------+---------+-------------------+------------+
    .....
    .....
    |   35265 |   54878 | _bbp_subscription | 11743      |
    |   35280 |   54879 | _bbp_subscription | 1          |
    +---------+---------+-------------------+------------+

    So, the user subscription is there but there is a new unnecessary row, the admin user is subscribed to a non-existing topic. post_id=54879 does not exist.

    Who can we report bugs?

    @wpturk

    Participant

    admin save puts a subscription on a revision post (54879). I think this should be corrected.

    @robin-w

    Moderator

    @wpturk

    Participant

    thank you, @robin-w

    @wpturk

    Participant

    @robin-w

    Moderator

    has been set to 2.6 defect by the bbpress authors

    @wpturk

    Participant

    thanks for the info, Robin.

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.
Skip to toolbar