- Compatible XF 2.x versions
- 2.2
- 2.3
- License
- Single Use License (may be used on one website)
- Updates duration
- 1 year
- Visible branding
- No
Stick important profile posts to user profiles for better visibility!
[H1]API routes[/H1]
[POST] profile-post/{id}/stick
Stick / unstick profile post
Response
Features:
Profile Post Permissions
Allow users to pin posts to their own profile or enable admins/moderators to pin posts in any profile.Sticky Post Limit
Set a limit on the number of posts a user can pin to their profile.Inline Moderation Tool
Integrates with the inline moderation tool for easy management of pinned posts.REST API Support
Provides REST API support for managing pinned posts via external integrations.[H1]API routes[/H1]
[POST] profile-post/{id}/stick
Stick / unstick profile post
Response
Output | Type | Description |
---|---|---|
success | true | |
sticky | str | "true" or "false" based on post made sticky or not |