No Input Format options for Content Type 'Listing'

joshua.howell - March 4, 2008 - 22:48
Project:
Version:5.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

My client has asked to have a WYSIWYG editor configured for the description field on listings (content type) but the input type options do not show on listing content type so i can't change this to full html which is required for tinyMCE formating to work. Is there a way to display the input type options on the listing content type or set the default input type to full html for ONLY listings content type?

#1

joshua.howell - March 5, 2008 - 01:27
Title:No Input Type options for Listing Content Type» No Input Format options for Content Type 'Listing'
Status:active» closed

To enable the Input Format options on the listings Content Type, add this code to the listing_form.php file


$form['filter'] = filter_form($node->format);

 
 

Drupal is a registered trademark of Dries Buytaert.