#2475 closed defect (bug) (fixed)
Remove the ability to subscribe to 'Forum Categories`
Reported by: | netweb | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | API - Subscriptions | Keywords: | has-patch |
Cc: |
Description
If you subscribe to a forum category you will not receive new topic notifications for any child forums of that category.
Eg. Subscribe to 'Forum Category' you will not recieve new topic notifications from the 'First Child Forum' or 'Second Child Forum' forums.
- Forum Category
- First Child Forum
- Second Child Forum
Further down the track this could be implemented so that you could subscribe to categories/parent forums and receive new topic notifications for all child forums.
For now add a bbp_is_forum_category
check to bbp_forum_subscription_link
in content-single-forum.php
template to hide the 'subscribe' link on forum categories.
In 5164: