Greg Knaddison ha scritto:
On Wed, Mar 3, 2010 at 5:52 AM, Michel Morelli michel@ziobuddalabs.it wrote:
you need to use "input filter" and the function to use is "check_markup".
That is part of the story for simple cases,
Yes. If you need to display only an item content you can use "check_markup". node_load()+check_markup it's more quick than a node_view() (for a single or few node's items). In all other case node_view is the right choice.
M.