I was thinking great, it'll be simple now. That proves incorrect though. I did what you said, and I get this error:
Parse error: parse error, unexpected ',' in /home2/wef/public_html/forums/index.php on line 210
Line 210 is the following:
Code:
$staffusers = ", ", $su_r);
Of course this is probably an easy problem to fix for you 'veterans' but I am new to hacking up forums. I tried removing the ','s and of course that failed, lol.
Anyway, if you have an idea of what can be causing this I'd be thankful.
Also, thanks for the reply.