PDA

View Full Version : List of links navigation problem/suggestion


imagis
02-05-2007, 07:27 AM
Hello,

« Previous : First : Page 1 Page 2 : Last : Next »

This is navigation of list of links page.

Now, there is one i would say big usability problem. On Esynd is the first time i ever seen those navigation links on top. That's because once user it scrolls to bottom, he can have an option to go to other page... That's logical... That's the way used into many contexts: even ads are good to be put where page content is finished so user can have a "next" when it finishes reading.

So, i am proposing for future esynd versions to put those navigation links on bottom.

And now my question is how i can update my 2.0.2 to have those links on bottom ?

Dave Baker
02-05-2007, 04:40 PM
Hello imagis,
***Open templates/yourTemplate/index.tpl and find code***

<!-- START VISITOR SORTING CODE -->
{if $config.visitor_sorting}
<div class="link-sorting">{$lang.sort_links_by}
{foreach from=$sortings item=order}

***Before this code add***

{navigation aTotal=$total_links aTemplate=$url aItemsPerPage=$config.num_index_links aLinksPerPage=$config.num_navig_pages aType=4}

***Save file***