Code:
<![CDATA[
$report_foruminfo = fetch_foruminfo($vbulletin->options['reportforum']);
$newpost = array(
'emailupdate' => 9999,
'userid' => $vbulletin->userinfo['userid'],
'username' => $vbulletin->userinfo['username'],
'title' => 'Reported post in : ' . $threadinfo['title']
);
eval('$newpost[message] = "' . fetch_template('Report_post') . '";');
require_once(DIR . '/includes/functions_newpost.php');
build_new_post('thread', $report_foruminfo, array(), array(), $newpost, $errors);
]]>
ive found this and changed this;
Code:
'userid' => $vbulletin->userinfo['userid'],
to
Code:
'userid' => $vbulletin->userinfo['137'],
and it dosn't work.. i know this is probally miles out but like i said im not a coder :|