Page 1 of 1

[Products] Custom pager..

Posted: Mon Dec 21, 2009 11:25 pm
by hhm
Hi,

I'm implementing a webshop with hundreds of products.

Currently the pager is of the "standard" CMSMS format:

{$firstlink} {$prevlink}  {$pagetext} {$curpage} {$oftext} {$pagecount}  {$nextlink} {$lastlink}

But I want the pager to be somewhat like this style:

[First] [1] [2] [3] [4] [5] [Last]

How and where can I customize the pagination output?

Re: [Products] Custom pager..

Posted: Sun Jan 03, 2010 9:44 pm
by hhm
hmmm - nobody have a clue on this one?

Re: [Products] Custom pager..

Posted: Sun Jan 03, 2010 11:13 pm
by hhm
hhm wrote: hmmm - nobody have a clue on this one?
Basically what I'm seeking is the pager from this CMSMS page:
http://dev.cmsmadesimple.org/project/li ... tml&page=3

Since it's used here it MUST exist in some way or form, but where???

Re: [Products] Custom pager..

Posted: Mon Jan 04, 2010 9:55 am
by Peciura

Re: [Products] Custom pager..

Posted: Mon Jan 04, 2010 10:38 am
by hhm
Peciura wrote: Look here for similar task
http://forum.cmsmadesimple.org/index.ph ... #msg189874
I'll try it