By trantt on
Folks,
What is the best way to handle a long page? I downloaded paging module but I've no idea how to use it (can someone how to use \"page\" tag?
Thanks
Trantt
Folks,
What is the best way to handle a long page? I downloaded paging module but I've no idea how to use it (can someone how to use \"page\" tag?
Thanks
Trantt
Comments
With the paging module you
With the paging module you add < !--pagebreak--> (with no space between < and !) whereever you want the next page to start.
paging automatically
Slayerment,
< !pagebreak--> solve my problem... Just wonder, is there a module that will break a long page to multiple pages automatically (word count maybe)? I implemented this feature in ASP pages but have no idea how to implement it on PHP page module.
secondly, I would like to get rid of the -First Page-, -Last Page-, -Next Page-, -Previous Page- links on the paging module (for multiple languages reason), do you know what source code should I modify?
Thanks
get rid of first page...last page
first be cautious because your doing something that involves the whole view of paging on your site:
open file (and backup first ;) ):
/includes/pager.inc.
take a look at line 104 downwards to customize your pager.
you can try to //outcomment the output of the next.. previous ...etc.
perhaps its a better idea to translate the links with location module...
pagebreak....
I've download a module of webform... but the pagebreak won't work.... can anybody her help me how to solve my problem.... i'm using 6.x vesion of drupal.... thx