integra99
08-18-2004, 01:23 PM
How can one do this? I've got a large text field for user input, and I would like to allow BBCode parsing. I tried editing member.php with
require_once('./includes/functions_bbcodeparse.php');
$profilefield['value'] == parse_bbcode($profilefield['value'], $post['allowsmilie']);
but that didn't seem to work. Any ideas?
require_once('./includes/functions_bbcodeparse.php');
$profilefield['value'] == parse_bbcode($profilefield['value'], $post['allowsmilie']);
but that didn't seem to work. Any ideas?