Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Subscribers

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    That’s a great idea !
    So far in standard bbPress, to my knowledge it’s not possible. But I have been working on subscribers, so let me add that to my list. I will get back to you in some days/weeks here.
    Pascal.

    If you want to code it yourself, this is one of the possibilities:

    $users_arr = bbp_get_forum_subscribers($forum_id);
    $subscriber_count = count($users_arr);

    I have just added it to my ‘bbP Toolkit’ plugin, so you can find it in the next version in some days.

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