Ok I finally was able to see the input for 'full or filtered html' when I changed my admin theme for content to garland... hmmm;
Thanks for all your help on this one. :)
Sebatian.
Justin Gruenberg wrote:
On Fri, Apr 10, 2009 at 2:12 PM, sebastian inforazor@gmail.com wrote:
As a follow up to the wonders of Devel, I've identified a function called: mythemename_text_formatter_plain() in the mythemename/template.php file, nothing happens... [ie it still runs the text.module code's version of the function]
You have to clear the theme cache. Check: http://drupal.org/node/173880#theme-registry -- although it seems like your problem is just with the input format, and you probably do not need to override any theme functions for your problem.
How can I stop the text field from converting the input into 'plain' or 'safe'?
This is a problem with input formats. You're using a WYSIWYG editor, which is going to output HTML to Drupal. You need to set your input format (usually right under the field in your node/add form) to Full HTML. I'm not sure about your specific case. _______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes