Great mod. I found that this version of it caused an error in my quick replies and posts, though. Specifically the hook variable in class_dm_threadpost begins with an extra }. I guess it is a conflict with some other things I have installed: passiveVid, MiserableUser, IPInfo, Members Who Have Visited, and randomImages (passiveVid being the most recent).
After posting, here is the error displayed briefly by vB:
Parse error: syntax error, unexpected '}' in /home/abc/public_html/forums/includes/class_dm_threadpost.php(829) : eval()'d code on line 1
The line dealt with $hoof, so I printed it out right before the error and this is what was printed:
}if ($this->info['thread']['killed'] == TRUE) { $this->post_save_each_post($doquery); $thread->set('lastpost', $this->info['thread']['lastpost']); $thread->save();
I hope this is of some value.
Cheers!
|