
01-30-2007, 02:05 AM
|
 |
|
|
Join Date: Jun 2006
Location: Baton Rouge, LA
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by thincom2000
Basically you need to find:
PHP Code:
attach.dateline AS attachdate, attach.thumbnail_dateline, attach.filename, attach.filesize, attach.visible
and change:
to:
PHP Code:
attach.visible AS attachvisible
That should fix your "all attachments are moderated" woes.
Not having this resulted in $attachment['visible'] being false, which class_postbit.php interpreted as the attachment requiring moderation to become visible.
|
Trying it again...
|