Quote:
Originally Posted by coloradok5
|
Again, that is because the "Automatically Quote Post" option is set to yes. After you turn it off, this will no longer happen on new posts. Since the Re: last title actually is a title for the post, the in reply to hack uses it, since its preference is to display the post title, then the start of the post if the post has no title. If you delete the title from one of these posts, you will see that replies to it appear with the beginning of the post. The problem is the enabled feature. If you want to try to retroactively remove the old re: titles, you can try backing up your DB then running the query
UPDATE post SET title="" WHERE title LIKE "Re: %"
This will remove all titles starting with Re: and allow the in reply hack to use the starting lines.