Im trying to embed a view within a page node, as discussed here
http://drupal.org/node/85769

However, its just not working it simply renders the tag text instead.

Comments

choster’s picture

Are you sure the Insert View filter has been added to an input format, and that the body of the node is being submitted using that input format?

Also, as a general tip, it is best to request support/report bugs with individual modules with the module itself (e.g. http://drupal.org/project/issues/insert_view ), as it has a much higher chance of being seen by people who use/develop/support the module.

bitshift’s picture

Yes, Im sure the filter was enabled for the input format i was trying to use. However, for some reason, the fix seemed to be setting the default input format for the content type, not just setting the input type for the particular node. Regardless, its working now. Maybe its just that i havent used this module in a while.