
tinyMCE.init({
   mode :              "exact",
   elements :   "forumpost",

	//use premier_forum theme
   theme :             "premier_forum",

	//enable emotions by default, inlinepopups allow floating divs
 	plugins :           "premier_emotions,premier_inlinepopups",

	//configuration for inlinepopups
	dialog_type:        "modal",

	//specify buttons and order
	theme_premier_forum_buttons1 : "bold,italic,|,emotions,|,bullist,numlist,|,link,unlink",

	//only these elements are allowed
   valid_elements :    "+a[href],-q,strong/b,em/i,-strong,-em,-p,-ol,-ul,-li,br,-blockquote,-pre,img[id|dir|lang|longdesc|usemap|style|class|src|onmouseover|onmouseout|border|alt=|title|hspace|vspace|width|height|align]",

	//don't convert urls
	convert_urls : false
});


