Closed (fixed)
Project:
Paging
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2007 at 12:19 UTC
Updated:
6 Feb 2009 at 21:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
Gurpartap Singh commentedVisit: http://www.example.com/?q=node/123/full
There you can see your full node content. :)
Comment #2
(not verified) commentedComment #3
ant71 commentedThis does not work for clean URLs.
Comment #4
Gurpartap Singh commentedThere's no dependency on Clean URLs. Can you elaborate your report?
Comment #5
ant71 commentedUsing 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.
Comment #6
ant71 commentedOK, 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
Comment #7
sunNothing 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
Comment #8
Gurpartap Singh commentedWhat about full view on ?q=node/123&page=0,2 maybe &show=full
Comment #9
Gurpartap Singh commentedWe cannot play with "page" query. Since it could possibly be used by other pager implementations like comments pager, etc.
Comment #10
Gurpartap Singh commentedhttp://drupal.org/cvs?commit=166654
Thanks!