vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Minor Bug fix for Thread Moderation Queue (https://vborg.vbsupport.ru/showthread.php?t=32833)

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:

PHP Code:

$DB_site->query("UPDATE thread set lastpost = '".time()." WHERE threadid=$thread['threadid']"); 

replace with:

PHP Code:

$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?


All times are GMT. The time now is 12:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01125 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete