You have to put it into you template-file.
For example create a file for a node type.
The module content templates should help you there.
After this, you can put your view-code into that node-types field and it will be printed into your content correctly.
If you only want your view to appear in one node, just create a new file "node-33.tpl.php" (for example) in your themes-directory and paste it into the code copied from node.tpl.php on the place you want the view to be displayed.
Main Topics
Browse All Topics





by: tbsgadiPosted on 2009-06-09 at 02:43:47ID: 24579473
Have a look at implementing custom sql query for views / filters 808
http://drupal.org/node/409
Good Luck!
Gary