Download Now
Screenshots
pages1.jpg (66.1 KB, 0 views) pages2.jpg (65.2 KB, 0 views) fpoap.png (30.8 KB, 0 views)
Supporters / CoAuthors
Show Your Support
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]; } }}