Halfagain IM Forums
May 23, 2012, 22:21 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Due to increasing spam we are forced to make this forum "Read Only". If you have an issue, most likely was discussed here. Use the Search function and try to find related discussions. If you can't find any helpful information, just email support at halfagain dot com"
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Page numbers on the bottom of Category Pages  (Read 983 times)
0 Members and 1 Guest are viewing this topic.
JTW
Newbie
*

Karma: 10
Offline Offline

Posts: 8


« on: August 13, 2008, 15:25 »

When a customer gets to the bottom of a storestacker page he/she should be able to click and go the next page instead of having to scroll back to the top in order to go from page 1 to page 2 for example. He should be able to go the next page at the bottom as well as the top of the page.

Thanks.
Logged
Omar
Here to help.
Administrator
Hero Member
*****

Karma: 10001
Offline Offline

Posts: 2687


« Reply #1 on: August 14, 2008, 08:26 »

You can change that in the template.
Logged
JTW
Newbie
*

Karma: 10
Offline Offline

Posts: 8


« Reply #2 on: August 25, 2008, 20:35 »

I did.  Thought it should be a feature.
Logged
Omar
Here to help.
Administrator
Hero Member
*****

Karma: 10001
Offline Offline

Posts: 2687


« Reply #3 on: August 26, 2008, 07:54 »

It will complicate the templates pretty much to move that code. Whole pagination codes will have to be placed both on top and bottom, with some {if} condition, and enable based on some option you select in admin menu.. I will think about it though.
Logged
successtrax
Newbie
*

Karma: 10
Offline Offline

Posts: 60


« Reply #4 on: August 26, 2008, 13:54 »

Omar:

I thing the changes of pages at the bottom of site is an awesome idea.  You mention it can be changed in the templates and for all us non-techies out there how do you do that?

Thanks,

Rick:confused:
Logged
Omar
Here to help.
Administrator
Hero Member
*****

Karma: 10001
Offline Offline

Posts: 2687


« Reply #5 on: August 26, 2008, 19:12 »

well.. it very much depend on the template you are using. Pagination code exist only in category.tpl and home.tpl (and sometime in search.tpl). That is usually a code like below, which needs to be used from where it is now to another location where you want it, closer to page bottom.

Pages:
   
   {foreach from=$pages item=p}
     {$p.title} 
   {/foreach}


You should know what you do though (regarding html/css), or placig that in a wrong spot may break layout.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!