Hello good men and women!
I’m new to safecracker. What I’m doing is turning it into a forum posting tool. I have a few fields and can actually submit data to my channel. It’s pretty cool actually. The one problem I’m having is getting those formatting buttons to show up. The documentation for Safecracker is VERY limited and doesn’t show you much. Is there anyone that can tell me why my formatting buttons aren’t showing up?
Thanks!
embed="includes/.header"}
{exp:safecracker channel="forumz" return="contact/thanks" include_jquery="yes" rte_selector=".my-custom-class"}
<link href="{path=css/_ee_saef_css}" type="text/css" rel="stylesheet" media="screen" />
<label for="categories">Categories</label>
<select name="category[]">
<option value="">Select one…</option>
{exp:channel:categories
style="linear"
channel="forumz"
}
<option value="{category_id}"{selected}>
{category_name}
</option>
{/exp:channel:categories}
</select>
<input name="title" type="text" size="100">
{custom_fields}
{formatting_buttons}
<textarea name="thread"></textarea>
{/custom_fields}
<input type="submit" value="Submit">
{/exp:safecracker}