Quote:
Yesterday at 11:45 AM Xenon said this in Post #121
nope, currently not, and i don't have much time these days for releasing new versions.
it's on my plan of the vb3 version, but for now you have to update threadcounters if you want to change the dateline of a thread
|
This seems to work fine:
Add:
PHP Code:
updatethreadcount($threadinfo[threadid]);
updateforumcount($threadinfo[forumid]);
Right above:
PHP Code:
eval("standardredirect(\"".gettemplate("redirect_editthanks")."\",\"showthread.php?s=$session[sessionhash]&postid=$postid#post$postid\");");
My question is, will this add any extra queries or server load?