is there a way we could show the tripped members in the SUBJECT line of each reported post/thread? Thanks!
It messed up my Admin panel when I did this:
on line 71 of product-ae_detection.xml, it says something like:
Code:
$subject = $vbulletin->userinfo['username'] . " tripped the AE detector";
now, I changed it to:
Code:
$subject = $vbulletin->userinfo['username'] . , $andids " tripped the AE detector";
hoping that it will show all the tripped members on the subject line instead of opening all the threads.
what happened instead, my admin panel site is not working anymore.
its says:
Parse error: syntax error, unexpected ',' in /home/fas/public_html/forum/includes/functions_login.php(185) : eval()'d code on line 56
Unable to add cookies, header already sent.
File: /home/fas/public_html/forum/includes/functions_login.php(185) : eval()'d code
Line: 56
I disabled it using this:
http://www.vbulletin.com/forum/showthread.php?t=196688
Thanks so much for your help.