Quote:
Originally Posted by hpwilhelm
Yes, the post is in a HTML enabled forum
I'm aware of the dangers of HTML, so the articles in this forum may only be posted by admins, and all comments will be moderated 
|
hmmm.
If only admins can post. try this:
replace (in your modules/featuredgeekarticles.php)
PHP Code:
$geek_feature['message'] = parse_bbcode2($geek_feature['pagetext'], 0, 1, $allowsmilie, 1);
with
PHP Code:
$geek_feature['message'] = parse_bbcode2($geek_feature['pagetext'], 1, 1, $allowsmilie, 1);
I havent tested... but it should work.