Loading...
 
Features / Usability

Features / Usability


Re: Navigation in structures above and below the page

posts: 3665 United States

You'll need to edit the tiki-show_page.tpl Smarty template. Look at approximately line 195 and copy this entire section...

Copy to clipboard
{if $structure eq 'y'} <div class="tocnav"> <table> ... </table> </div> {/if}


If you want it to appear at the very bottom of the page (just before the page bar, copy it into this section (approximately line 336):

Copy to clipboard
{if $print_page ne 'y'} ..PASTE IT HERE.. {include file=tiki-page_bar.tpl} {/if}


You can see that I did a similar customization in Smarties. Notice that the Next/Previous/Top buttons appear at the top and bottom of each page:

HTH,

-Rick
Need more help? Try TikiWiki for Dummies Smarties or read my Tiki Blog or visit my UserPage

There are no comments at this time.