Quote:
Originally posted by NTLDR
I've just tested it and it works fine for me, is the content of the post correct, ie when editing the post the code is [color=blue ]Text[ /color] (without the spaces)?
|
you tested it with the exact same code as i posted? that's bizarre, cause it still isn't working, and i've tried several other things, and nothing seems to work. no vbcode works (including smilies) for users other than myself (user 1). i assumed it was because of this chunk of change here...
PHP Code:
if ($news[postuserid]==1) {
$newstext=bbcodeparse2($news[pagetext],1,1,1,1);
} else {
$newstext=bbcodeparse($news[pagetext],0,1);
}
any help (as always) is greatly appreciated.
thanks.