I try to use this module in a themed node-type to save time to integrate a other slidegallery in my node.tpl. I tried to call the formatter form node.tpl with <?php print content_format(). But I could not figure out how to get the formatted contend printed. Is there any way to use this function with this module? Any help would be great. Thank You in advance

Comments

manuel garcia’s picture

I'm not sure I understand what you are trying to do, but if all you are trying to do is print the field within that node, in your node-nodetype.tpl.php manualy, all you have to do is

print $fieldname_rendered;

Just like with any other field.

semanthis’s picture

Ups sorry - looks like I havn't arrived at Drupal 6. Thank You - this will help a lot in future.

semanthis’s picture

Status: Active » Closed (fixed)