Hello, i using this module for some time and found it VERY useful, but...
I Have site that maintained by several authors and some peoples, i think, using pagebreak TO MUCH.
They have intention to split their stories in many small pieces - 10-20 and more when really no more then 4-5 really needed.
I think we cannot command to not use pagebreak, but there is must exist way to see whole "breaked" story in "full" mode. like no pagebreaks is used.
There is too problematic to constantly turn it off and on in Admin Center - we need special link like http://somesite.org/?q=node/XX&page=full

Sorry for terrible English....

CommentFileSizeAuthor
#7 paging-DRUPAL-5.full_.patch947 bytessun

Comments

Gurpartap Singh’s picture

Category: feature » support
Status: Active » Fixed

Visit: http://www.example.com/?q=node/123/full

There you can see your full node content. :)

Anonymous’s picture

Status: Fixed » Closed (fixed)
ant71’s picture

Status: Closed (fixed) » Active

This does not work for clean URLs.

Gurpartap Singh’s picture

Status: Active » Postponed (maintainer needs more info)

There's no dependency on Clean URLs. Can you elaborate your report?

ant71’s picture

Using the following URL works;

http://www.example.com/?q=node/123/full

but using the clean URL does not;

http://www.example.com/node/123/full

URL aliases will also not work e.g. http://www.example.com/taxonomy/term/123/full

If the system is set to use clean URLs, links will be written out by the system as the clean version. This means any link to a full (i.e. 'NoPaging') version needs to be constructed in an irregular way.

ant71’s picture

OK, having just tested further, it should probably be a separate request to get the no paging working with path auto in some way.

The following URL will display a full page;

http://www.example.com/node/1974/full

A path auto link will not work though e.g.

http://www.example.com/taxonomy/term/1234/this-is-a-headline/full

or

http://www.example.com/taxonomy/term/1234/this-is-a-headline?page=full

sun’s picture

Title: Need "NoPaging" showing mode » Add 'page' query argument value 'full' (Pathauto)
Component: Miscellaneous » Code
Category: support » feature
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new947 bytes

Nothing simpler than that.

Attached patch allows to view the full output of (a) node(s) via

http://www.example.com/foo/bar/baz?page=full

Gurpartap Singh’s picture

Status: Needs review » Needs work

What about full view on ?q=node/123&page=0,2 maybe &show=full

Gurpartap Singh’s picture

We cannot play with "page" query. Since it could possibly be used by other pager implementations like comments pager, etc.

Gurpartap Singh’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.