Is there any way to add a view to a book outline?

Comments

hsfdrupal’s picture

I'd love to be able to do this too - anyone??

merlinofchaos’s picture

Status: Active » Fixed

Create a regular book node, and do one of three things:

1) use PHP filter and theme('view')
2) use PHP filter and view_build_view
3) install and configure insert_view and use the [view] syntax it provides.

Anonymous’s picture

Status: Fixed » Closed (fixed)