scottkoz20
02-02-2018, 02:57 PM
I am trying to add a couple of ad slots onto my forum home page after a couple of groupings and I'm not sure on the correct syntax to use for a plug-in
global $ids;
$excluded = array(88,115);
if (!is_member_of($vbulletin->userinfo, $excluded) AND THIS IS WHAT I AM NOT SURE OF)
{
ad code
}
I am using $post['postid'] == $ids[x] for posting of ads after certain posts...
Also, am I overlooking something obvious in implementing this?
thanks in advance
Scott
global $ids;
$excluded = array(88,115);
if (!is_member_of($vbulletin->userinfo, $excluded) AND THIS IS WHAT I AM NOT SURE OF)
{
ad code
}
I am using $post['postid'] == $ids[x] for posting of ads after certain posts...
Also, am I overlooking something obvious in implementing this?
thanks in advance
Scott