Quote:
Originally Posted by Badshah93
vB 4.1.0 - vB 4.1.4 doesn't have one hook which this mod needs.
you will need to do a file edit
open class_reportitem.php inside includes folder
Find:
Code:
$this->set_reportinfo($reportinfo);
$this->set_reportinfo_commonlinks($reportinfo);
Add Below:
Code:
($hook = vBulletinHook::fetch_hook('report_do_report')) ? eval($hook) : false;
|
added as u said but now after clicking on report button it shows
"Parse error: syntax error, unexpected $end in /home/*******/public_html/includes/class_reportitem.php on line 308"