The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
i'm glad firefly fix it. can you share with us what you did? i'm curious. thanks.
|
|
#2
|
||||
|
||||
|
In editpost.php:
Code:
if (trim($attachmentaction)=="new") {
// sort attachement
if (trim($attachment)!="none" and trim($attachment)!="" and trim($attachment_name)!="") {
$attachmentid=acceptupload($foruminfo[moderateattach]);
$attachmentsql=",attachmentid='$attachmentid'";
$downloadcount = $DB_site->query_first("SELECT counter FROM attachment WHERE attachmentid=$postinfo[attachmentid]");
$DB_site->query("UPDATE attachment SET counter=$downloadcount[counter] WHERE attachmentid=$attachmentid");
$DB_site->query("DELETE FROM attachment WHERE attachmentid=$postinfo[attachmentid]");
}
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|