Quote:
Originally posted by Redmak
There's an easy way to have vbcode and linebreaks and stuff interpreted by vbulletin so it shows up on your main news page.
Make sure the following line is added to the news script
PHP Code:
require("./global.php");
To have the message parsed by vbulletin add the following:
PHP Code:
$bericht=bbcodeparse2($pagetext,"1","1","1","1");
$bericht is now the formatted message
The 1's stand for "dohtml,dobbimagecode,dosmilies,dobbcode"
Enjoy
|
I have tried your said.but no way.