By fulat2k on
Hi folks,
I've been getting requests from my users where they'd like to add a content/node item which spans for more than a page. Good examples of this are review articles posted in Anandtech and other hardware review sites. Are there any built-in tag in Drupal which can achieve this feature?
Any help is greatly appreciated.
Thanks!
Comments
books....
I think that what Books was designed for.
But I do know what you mean, and I would love to have that functionality, too.
silverwing
www.landofmidnight.com
www.projectpby.com
Darn, I'm not using the Book
Darn, I'm not using the Book module to post my content. Oh well, guess I'll have to make do with the current functionality then.
Thanks.
That's fine.
That's fine. Turn on the book module and you'll get an outline tab on each post that lets you add it to a book. So you'd write a book page to sit at the top level and add posts as pages.
Check out the Drupal handbook to see a good (well, archtypical) example of exactly what you're looking to do.
not yet
this has been a long standing fature request. not yet implemented ... this request doesn't have much to do with book IMO.
what about series.module
does the series module accomplish this? I think you just create a tax term for the "series" or multi-page article and use some syntax to show the list of all pages on one page. But maybe it doesn't cleanly accomplish this. Multi-page node type would be good, or the ability to do it with any node type. IMO
I think the series.modules
I think the series.modules is the closest thing available apart from the book.module. Will give it a go.
Thanks!