Re: [Radiant] Pagination on 0.9.0RC2...

2010-05-04 Thread Jim Gay
Thanks for reporting this.
There seem to be some issues with the way pagination is handled. I'm
looking into it for my fork of page_attachments, but I'll take a look
at this too.

On Tue, May 4, 2010 at 3:11 PM, Chris Grant  wrote:
> I'm having some issues getting pagination to work properly with the
> latest release candidate.
>
> My code layout code looks like this and the archive is /blog/:
>
> 
>  per_page="2">
> 
> 
> 
> 
> 
> 
> 
> " width="70" height="70"
> alt="" />
> 
> 
>  read
> more...
> 
> 
> 
> 
> 
>
> I have the 'per_page' set low so I can do some testing with the
> pagination.  The pages render properly except for the pagination
> navigation (i.e. previous 1 2 next).
>
> The pagination navigation links are not using the parent URL as the base
> (i.e. http://www.mydomain.com/blog/?2).  Instead, they're outputting
> links to the URL of the last child displayed on the page (i.e.
> http://www.mydomain.com/blog/05/03/2010/blog-post/?2).
>
> In short, I'm getting:
> http://www.mydomain.com/blog/05/03/2010/blog-title/?2
>
> instead of:
> http://www.mydomain.com/blog/?2
>
> Has anyone else encountered this and have a clue how to fix this?
>
> I appreciate the help!
>
> Thanks,
> Chris Grant



-- 
Jim Gay
http://www.saturnflyer.com
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


[Radiant] Pagination on 0.9.0RC2...

2010-05-04 Thread Chris Grant
I'm having some issues getting pagination to work properly with the 
latest release candidate.

My code layout code looks like this and the archive is /blog/:










" width="70" height="70" 
alt="" />


 read 
more...






I have the 'per_page' set low so I can do some testing with the 
pagination.  The pages render properly except for the pagination 
navigation (i.e. previous 1 2 next).

The pagination navigation links are not using the parent URL as the base 
(i.e. http://www.mydomain.com/blog/?2).  Instead, they're outputting 
links to the URL of the last child displayed on the page (i.e. 
http://www.mydomain.com/blog/05/03/2010/blog-post/?2).

In short, I'm getting:
http://www.mydomain.com/blog/05/03/2010/blog-title/?2

instead of:
http://www.mydomain.com/blog/?2

Has anyone else encountered this and have a clue how to fix this?

I appreciate the help!

Thanks,
Chris Grant
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org