Quote:
Originally Posted by rh2004
Hi it works but when you receive a PM its just blank...
The emails send ok, and the forum posts fine too :squareeyed: :nervous: :nervous:
|
I see the problem - it happens when you switch OFF threads but turn ON PMs.
To fix this,
1.In report.php find:
PHP Code:
eval(fetch_email_phrases('reportbadpost'));
$message = convert_url_to_bbcode($message);
CUT it out and MOVE it to ABOVE this:
PHP Code:
if ($vboptions['vbreportthread'] == '1') {
2. Then find:
PHP Code:
$today = vbdate('m-d-Y', TIMENOW, false, false);
Also, CUT it out and MOVE it to ABOVE this:
PHP Code:
if ($vboptions['vbreportthread'] == '1') {
That will fix it. You will also get the DATE in the title of your PMs even if you switch Threads off.
I've updated the ZIP file.