Quote:
Originally Posted by Morrus
It did two things.
1) It rejected my review saying it had 0 characters.
2) Plus it had this at the top of the screen:
|
Well this is just embarrassing... Forgot to actually finish the code.
Code:
if ($vbulletin->GPC['message']) { echo "found on message<br>"; $comments = nl2br($vbulletin->GPC['message'); }
else if($vbulletin->GPC['comments']) { echo "found on comments<br>"; $comments = nl2br($vbulletin->GPC['comments'); }
else { echo "found nothing"; die; }
On the plus side, we got the debug info I needed to keep playing.