[themes] displaying a 'View' of a specific content type node?

Justin Gruenberg justin.gruenberg at gmail.com
Fri Apr 10 20:50:22 UTC 2009


On Fri, Apr 10, 2009 at 2:12 PM, sebastian <inforazor at 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.


More information about the themes mailing list