Quote:
Originally Posted by wonderfulwat
Attached images don't show up for guests. It just shows a link.
How can you fix this?
|
I have edited the module RV060 - Firstpost on all page 1
New module code:
PHP Code:
if($vbulletin->options['fpoap_active']){
if(!in_array($foruminfo['forumid'], explode(',', $vbulletin->options['fpoap_excluded_forums']))){
$ids[] = $threadinfo[firstpostid];
$getfirstpost = $db->query_first("SELECT post.attach FROM " . TABLE_PREFIX . "post AS post WHERE post.postid = $threadinfo[firstpostid] LIMIT 1");
if ($getfirstpost['attach'])
{
$attachids[] = $threadinfo[firstpostid];
}
}
}
VB 4.2.2 all ok.