MyBB Community Forums

Full Version: Post HTML in threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,

I am new to myBB and I am wondering how to allow users to post html in the forums? I am currently using version 1.6 with this plugin <a href="http://mods.mybb.com/view/users-can-post-html-v1.0.0">http://mods.mybb.com/view/users-can-post-html-v1.0.0</a>, but it does not seem to work. I've even modifed the code so all users can post html, like below:
//if($post['canposthtml'] == 'yes'){
  		$parser_options['allow_html'] = 'yes';
	//}
	
	$post['message'] = $parser->parse_message($post['message'], $parser_options);
[/code]


Am I doing something wrong or is there another plugin?
That plugin is pretty old, try this instead - http://community.mybb.com/thread-76547.html Smile