Quote:
Originally Posted by Barakat
what about the attachments ! hope u do it soon
|
Fixed the zip and if you installed already here is the change (thanks for pointing it out)
open showthread.php find
PHP Code:
if($forum['showfirstpost']==1){
$postids = "post.postid IN (0" . ", " . $thread['firstpostid'] . $ids . ")";
}
Delete it, then find
PHP Code:
$postids = "post.postid IN (0" . $ids . ")";
before it add
PHP Code:
if($forum['showfirstpost']==1){ $ids = $ids . ', ' . $thread['firstpostid'];}
Done now attachments work