MyBB Community Forums

Full Version: Question on tiny MCE integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've installed tiny MCE on a testing domain, but am having problems with default text size and line height.

I don't think I've got the CSS path correct, and am at a loss for what values I need to use for template plugin.

Can anybody tell me what the values should be for the coding listed below, or if I'm maybe doing something wrong?

// Example content CSS (should be your site CSS)
content_css : "css/content.css",

// Drop lists for link/image/media/template dialogs
template_external_list_url : "lists/template_list.js",
external_link_list_url : "lists/link_list.js",
external_image_list_url : "lists/image_list.js",
media_external_list_url : "lists/media_list.js",

// Replace values for the template plugin
template_replace_values : {
	template_replace_values : {
	username : \"Some User\",
	staffid : \"991234\"
}