- Compatible XF 2.x versions
- 2.2
- Additional requirements
- XFRM 2.2+
- License
- Single Use License (may be used on one website)
- Updates duration
- Lifetime for Xenforo versions listed above
- Visible branding
- No
Requirements:
XenForo Resource Manager 2.2+
Description:
Adds the ability to pin resources in the overview and category listing,
Features:
Pinning resources
Easily highlight valuable resources by pinning it to the overview and category lists on the first page, ensuring important resources are prominently displayed and easily accessible.
Flexible permissions
Define which users and moderators have access to pin resources. Permissions can be set globally or on a per-category basis.
The addon also provides permission to limit a sticky resources by user.
Inline moderation tool support
Simplifying resource management for moderators and administrators
Styling options
Sticky resources highlighting can be customized in style properties (background, text and freeform CSS)
REST API support
This addon includes REST API support for advanced integration and automation.
API route:
[POST] resources/{id}/stick
Stick / unstick resource
Response:
XenForo Resource Manager 2.2+
Description:
Adds the ability to pin resources in the overview and category listing,
Features:
Pinning resources
Easily highlight valuable resources by pinning it to the overview and category lists on the first page, ensuring important resources are prominently displayed and easily accessible.
Flexible permissions
Define which users and moderators have access to pin resources. Permissions can be set globally or on a per-category basis.
The addon also provides permission to limit a sticky resources by user.
Inline moderation tool support
Simplifying resource management for moderators and administrators
Styling options
Sticky resources highlighting can be customized in style properties (background, text and freeform CSS)
REST API support
This addon includes REST API support for advanced integration and automation.
API route:
[POST] resources/{id}/stick
Stick / unstick resource
Response:
Output | Type | Description |
---|---|---|
success | true | |
sticky | str | "true" or "false" based on resource made sticky or not |