The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
This won't be hard at all.
In newreply.php Find: Code:
$DB_site->query("UPDATE forum SET replycount=replycount+1,lastpost='".time()."',lastposter='".addslashes($postusername)."' WHERE forumid IN ($foruminfo[parentlist])"); Code:
$threadstarttime=$DB_site->query_first("SELECT dateline FROM thread WHERE threadid='$threadid'"); $DB_site->query("UPDATE forum SET replycount=replycount+1,lastpost=$threadstarttime,lastposter='".addslashes($postusername)."' WHERE forumid IN ($foruminfo[parentlist])"); |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|