Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to print (or read/save) a multipage thread?

For saving you’d have to do something server-side, probably easiest would be just to jack up the post-per-page or uncap it entirely, as it won’t save what’s already been loaded into the browser and edited.

For printing and reading however, you could use AJAX to stitch all the pages together on the fly so it appears as one.

Skip to toolbar