PDA

View Full Version : Page Navigation Blocks


z2s
08-06-2002, 05:45 PM
hi....This is giving me problems...
there says "To make this work
you need to change the current coding in each template, to the below coding:"

and then some "~ pagenav: <!--Pages ($totalpages): --><b>$firstlink $prevlink $pagenav $nextlink $lastlink</b>"
what this mean?? where do i put this?? which template?? and which line?? it gets me confuse.

mashby
08-07-2002, 06:28 PM
"~ pagenav:" is the name of the template and the line beneath it is the new code. All the templates are under the Page Navigation Templates section.

So, "pagenav" is the first template to edit and you replace the code that's in there:

Pages ($totalpages): <b> $firstlink $prevlink $pagenav $nextlink $lastlink </b>

with the following:

<!--Pages ($totalpages): --><b>$firstlink $prevlink $pagenav $nextlink $lastlink</b>

Make sense?