The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
This is not for split topics or for merging different threads together.
This is to auto-merge a double/triple post...
For example, I'm the last poster in a thread. I post again and now I have two posts in a row (double posts). Instead of that, this mod would immediately edit my first post and add the content of my second post to it, thereby preventing a double post.
It seems pretty easy to make since the only thing necessary is a check to see if you're the last poster in the thread. If so, your posts are merged together. If not, the post proceeds as normal.
Obviously, your post count would not increase as a result of these auto-merged posts.
Anyhow, a search for this type of feature came out dry, and my knowledge of coding is just as dry. Does anyone have a mod they've designed for this or can someone design it?
Again, it seems simple provided you're familiar with snitz...<
This is to auto-merge a double/triple post...
For example, I'm the last poster in a thread. I post again and now I have two posts in a row (double posts). Instead of that, this mod would immediately edit my first post and add the content of my second post to it, thereby preventing a double post.
It seems pretty easy to make since the only thing necessary is a check to see if you're the last poster in the thread. If so, your posts are merged together. If not, the post proceeds as normal.
Obviously, your post count would not increase as a result of these auto-merged posts.
Anyhow, a search for this type of feature came out dry, and my knowledge of coding is just as dry. Does anyone have a mod they've designed for this or can someone design it?
Again, it seems simple provided you're familiar with snitz...<