- Xenforo.com resource URL
- https://xenforo.com/community/resources/xb-content-watch-extended.8193/
- Compatibile XF2 versions
- 2.2
- 2.3
Enhance user engagement by displaying thread watchers details with customizable privacy options.
Features:
Watchers Count: Display how many users are watching specific content.
Public or Anonymous Watchers List: Show watchers publicly or anonymously based on privacy settings and permissions.
Watch Start Date Tracking: Record and display when a user started watching content.
Start Conversations with Watchers: Start conversations directly with users watching the content.
Notification Type Display: View which notification types users selected for watched content.
Watched Actions Display: Show selected watch actions and preferences.
Anonymous Watcher Support: Users with permission to view anonymous watchers can also include them in conversations.
Watchers Count Rebuild: Recalculate watcher counts using a rebuild tool. Automatically runs after installation.
REST API Support: Includes REST API endpoints for integrations and automation.
Useful for:
Engagement Insights: See which content attracts the most followers.
Community Interaction: Contact interested users directly.
Privacy Flexibility: Balance visibility and anonymity.
Automation & Integrations: Extend functionality through the REST API.
Supported content types:
Threads
Forums
Xenforo Resource Manager: resources and categories
Xenforo Media Gallery: items, albums and categories
[XB] Lessons: Categories, Classrooms
XenAddons AMS: Category, Article
XenAddons UBS: Blog, Blog item, Series, Category
XenAddons Classified Ads System: Category, Ad, Item
REST API endpoints:
API route:
[GET] forums/{id}/watchers
[GET] threads/{id}/watchers
[GET] resources/{id}/watchers
[GET] resources/categories/{id}/watchers
[GET] media/{id}/watchers
[GET] media/albums/{id}/watchers
[GET] media/categories/{id}/watchers
Parameters:
Response:
[GET] forums/{id}/watchers
[GET] threads/{id}/watchers
[GET] resources/{id}/watchers
[GET] resources/categories/{id}/watchers
[GET] media/{id}/watchers
[GET] media/albums/{id}/watchers
[GET] media/categories/{id}/watchers
Parameters:
| Input | Type | Description |
|---|---|---|
| page | int |
| Output | Type | Description |
|---|---|---|
| total | int | |
| watchers | Entity[] | |
| pagination | pagination |