Quote:
Originally Posted by merk
Not when people are replying to specific posts.
I still believe that you should be able to reply to specific posts, not forcing you to "automerge" 2 posts.
|
I agree with Merk.
I really dislike the "automerge" function. What is the logic behind it? Is it suppose to save space? When was this hack implemented?
----------------------------------------------------------------
New post starts here
Quote:
Originally Posted by KirbyDE
Great that I labeled it untested
Hookname: threaddata_presave
PHP Code:
if ($this->thread['title'])
{
$this->thread['title'] = ucfirst($this->thread['title']);
}
|
Great work Kirby, looks like that did the trick. No problems over the past hour of testing.
Thanks again for your time.