View Full Version : Minor Bug fix for Thread Moderation Queue
amykhar
11-29-2001, 10:00 PM
Currently, if you moderate threads in a forum, there is an annoying glitch. When the thread is approved by the moderator, it retains the original posting date and time. Thus, it might not make the new posts list after it becomes visible, and won't be at the top of the forum.
This mod fixes that.
Scott MacVicar
11-30-2001, 05:45 PM
if this is a bug fix shouldn't this kinda be posted in the vBulletin.com and bring it to the attention of a developer instead of this Full Releases of a hack forum?
Scott
amykhar
11-30-2001, 07:26 PM
I did already :). Just not step by step how to fix it. Figured they don't need that.
Amy
amykhar
12-02-2001, 03:33 AM
Bug fix for the bug fix. :(
FWC caught this. I don't moderate new posts on my board, just new threads; so I never used the query for moderating posts:
If you already installed the hack, find:
$DB_site->query("UPDATE thread set lastpost = '".time()." WHERE threadid=$thread['threadid']");
replace with:
$DB_site->query("UPDATE thread set lastpost = '".time()." WHERE threadid='$thread[threadid]'");
I updated the text file; so if you have not installed it, you are good to go.
Amy
diettalk
04-12-2002, 10:09 PM
I noticed that this wasn't fixed in v2.2.5.
fyi... have I missed something... is there an option where an email can be emailed to the moderator of the forum?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.