The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
report_send_complete hook isn't working
Nothing happens when I make a plugin for that hook. I looked into plugins from addons that I've installed and they're not firing on the hook either.
For example, with Digital Point Spy there should be an entry in the log for post reports, but every time I make a report there's no new entry in the log. Looking at my class_reportitem.php I do see the hook code in the correct place: Code:
($hook = vBulletinHook::fetch_hook('report_send_complete')) ? eval($hook) : false; Code:
standard_error(fetch_error('noguests_error', $vbulletin->userinfo['username'])); I've been trying to simplify everything to identify the source of the problem, but I can't figure it out. Any suggestions? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|