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 <cgr...@interhive.net> 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/:
>
> <r:find url="/blog/">
> <r:children:each order="desc" by="published_at" paginated="true"
> per_page="2">
> <div class="post<r:if_first> top-post</r:if_first>">
> <div class="title">
> <span class="date"><r:date format="%m.%d.%y" /></span>
> <h2><a href="<r:url />"><r:title /></a></h2>
> </div>
> <div class="holder">
> <div class="img">
> <img src="<r:content part="icon" />" width="70" height="70"
> alt="<r:content part="icon_alt_text" />" />
> </div>
> <div class="text">
> <r:content part="summary" /> <p class="more"><a href="<r:url />">read
> more...</a></p>
> </div>
> </div>
> </div>
> </r:children:each>
> </r:find>
>
> 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

Reply via email to