Pagination - firstPageLink

4 posts by 2 authors in: Forums > CMS Builder
Last Post: April 26, 2011   (RSS)

By Perchpole - April 26, 2011

Hello, All

A minor issue concerning metadata:

[prevPageLink] => /index.php?cat=4&page=
[nextPageLink] => /index.php?cat=4&page=2
[firstPageLink] => /index.php
[lastPageLink] => /index.php?cat=4&page=4


Why does firstPageLink omit the cat= data - unlike the other 3 links?

To maintain continuity, shouldn't the firstPageLink read:

[firstPageLink] => /index.php?cat=4


:0/

Perch

Re: [Perchpole] Pagination - firstPageLink

By Jason - April 26, 2011

Hi Perch,

Is this meta data the result of a search page? Does your link still work properly without the cat=4 variable?

Let me know.
Thanks
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Pagination - firstPageLink

By Perchpole - April 26, 2011

Hi, Jason -

No the page is not a result of a search.

Also, as things stand, [firstPageLink] would not return the correct page. It should return: /index.php?cat=4.

The fact the other 3 links do return the correct cat= assignment seems a little odd!

:o/

Perchpole