PDA

View Full Version : stop combining of thread and first reply if user is the same


jaredvolkl
07-06-2005, 05:22 AM
I'm using vB as a backend for my site. We use it for many things, one of which is posting news. Often times my news posters will want to make a thread and then add a reply with additional information immediately after posting. The way vB handles this is to merge the first post with any replys that are posted after by the same user.

This is a bit hard to understand so I'll use an example. I post some information about a band's upcoming tour. I make a reply (the first reply to that thread) with the list of tour dates and vB just adds the reply to the original post. I want it to instead leave the original post as is no matter who replies to it.

If there's a setting for this, please point me in the right direction as I must have missed it while sifting through all the options. I wasn't able to find a hack that did this either.

mholtum
07-06-2005, 05:36 AM
I believe that is a hack that either you or another admin added to your site. It is not default.

jaredvolkl
07-06-2005, 05:56 AM
I believe that is a hack that either you or another admin added to your site. It is not default.

Can someone else confirm this?

Dream
07-06-2005, 06:02 AM
not sure I understood. vBulletin doesnt merge messages. it does show topic messages on the same page though.

Marco van Herwaarden
07-06-2005, 06:39 AM
I can confirm that vB doesn't do it with a standard installation.

It is a hack that prevents double posting and bumping. We also use it here to auto-merge replies.

jaredvolkl
07-06-2005, 07:18 AM
I can confirm that vB doesn't do it with a standard installation.

It is a hack that prevents double posting and bumping. We also use it here to auto-merge replies.

Hmm, any idea how I'd change it back or specifically what hack changes this. I know we use geek articles.

Andreas
07-06-2005, 07:22 AM
It is Xenons Prevent Doubelposting (https://vborg.vbsupport.ru/showthread.php?t=59916) Hack

jaredvolkl
07-06-2005, 04:12 PM
Thank you KirbyDE. That was exactly it. I inherited the project from someone else, so they must've installed this before I got my hands on it.