- 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
Provides enhanced control over the order of posts within a thread
Essential tool for maintaining clarity and organization in discussions, allowing for the repositioning of posts to better reflect the discussion flow.
[POST] posts/{id}/change-position/
Parameters:
Essential tool for maintaining clarity and organization in discussions, allowing for the repositioning of posts to better reflect the discussion flow.
Features:
- Quick Move Buttons:
- Instantly move a post up or down within a thread using intuitive buttons.
- Set Specific Position:
- Use the menu to assign a precise position for a post within the thread. Posts can be placed exactly where they belong, regardless of their original position.
- Drag & Drop Reordering:
- Utilize a separate page equipped with a drag-and-drop interface to control over the entire thread’s post order.
- REST API Endpoint:
- Integrate with other tools and automate the post repositioning process using the provided REST API endpoint with third-party applications and custom workflows.
Important Note
When a post is repositioned using this add-on, the date of the post is also adjusted to reflect its new position.[POST] posts/{id}/change-position/
Parameters:
Input | Type | Description |
---|---|---|
direction | string | Moving direction - up or down (optional) |
position | integer | Post position in thread (optional) |