Add-on Author Posting Inside Own Threads Doesn't Bump Thread

Wesker

Well-known member
Licensed customer
Trying to see if there is a mod out there that when the author posts it doesn't bump their own thread.
 
Did you search the Resource Manager?

Seems like there could be some that might do this:
Search Results for Query: bump | XenForo Community

Bump Limit

Indeed and the Bump Limit is the closest thing but all it does something a bit different being that you can't post at all until someone replies. A mod setup where they can reply but it doesn't bump the thread is what I'm sure many would be seeking as this would completely eliminate people bumping their own threads.
 
A mod setup where they can reply but it doesn't bump the thread is what I'm sure many would be seeking as this would completely eliminate people bumping their own threads.
The problem is a mod doing such a task would have to manipulate default functionality. It'd have to find a way to bypass the mysql query behavior of ordering by last_post_date OR it'd have to lie about the last_post_date (example being making the post date/time of the "bump" the same as the post before it so it doesn't change it's order, that could be very false data -- albeit easily coded).
 
  • Like
Reactions: Xon
Back
Top Bottom