Info
- 6 posts
- 3 voices
- Started 2 years ago by starship trooper
- Latest reply from chrishajer
- This topic is not resolved
How to print (or read/save) a multipage thread?
-
- Posted 2 years ago #
Say you have a thread like the one here:
http://bbpress.org/forums/topic/phpbb3-gt-bbpress-converter-beta-release
What would be a recommended approach to print or save ALL pages at once - or read them on one page, when online?
(There are reasons to work with something offline still ...)
-
- Posted 2 years ago #
Do you mean what would be the best way client-wise (i.e. with no control over the server) or server-side?
-
- Posted 2 years ago #
Because your (a clients) browser proposes always the same "file name" within it's save dialog I'm looking into avoiding to add the respective page number manually each & every time. So it'sbetter to save everything under one file name - how could that be accomplished by bbPress?
For printing & reading it's likeweise.
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
Thx! Shall give it a try.
OT: Nice Avatar. Especially with tagline "Being active since ..." ;-))
-
- Posted 2 years ago #
Maybe you could create a custom view for the topic, call it something like "Printer Friendly Page" or "view topic as one page" and put it on each page of a topic?
http://justintadlock.com/archives/2009/07/15/how-to-create-custom-views-in-bbpress
-
You must log in to post.