I've kind of rethought this and I think the url parameter idea might cause problems with search engines. If the resulting link creates a url like ...?offset=15 I'm not sure search engines will ever find this content. Anyway, I'm reevaluation your advice. Is Paginate what John used for Extension Registry? That looks really sharp but the resulting url is the same. Is there any way around that or does it even matter?
Steven Steven Southard http://www.stevensouthard.com On Jan 5, 2010, at 3:29 PM, Steven Southard wrote: > I've never understood the purpose of that extension, that's what it > does? The offset with parameters was easy and didn't require any > additional pages or anything. Thank you both for your help. > > Steven > > > On Jan 5, 2010, at 3:07 PM, john muhl wrote: > >> i've never used it personally (though i've had good results with >> other >> extensions from aissac) but you might try the paginate extension: >> http://github.com/Aissac/radiant-paginate-extension >> >> On Tue, Jan 5, 2010 at 2:59 PM, Steven Southard >> <[email protected]> wrote: >>> Okay great, very smart. Maybe just use parameters in the url to >>> determine the offset? >>> >>> >>> On Jan 5, 2010, at 2:53 PM, Sean Cribbs wrote: >>> >>>> Steven, >>>> >>>> You should be able to add an "offset" attribute to the >>>> <r:children:each> >>>> tag. But yes, you'll likely need to create another page, or a >>>> virtual >>>> page that can deal with pagination of those aggregated children. >>>> >>>> Sean >>>> >>>> On 1/5/10 3:41 PM, Steven Southard wrote: >>>>> When using a tag like<r:aggregate urls="/articles/; / >>>>> other_articles/;"><r:children:each limit="15" order="desc"> is >>>>> there >>>>> a way to ask for the next 15? Do I need to make another archive >>>>> page >>>>> to link to for that? >>>>> >>>>> Steven >>>>> _______________________________________________ >>>>> Radiant mailing list >>>>> Post: [email protected] >>>>> Search: http://radiantcms.org/mailing-list/search/ >>>>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> Radiant mailing list >>>> Post: [email protected] >>>> Search: http://radiantcms.org/mailing-list/search/ >>>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant >>> >>> _______________________________________________ >>> Radiant mailing list >>> Post: [email protected] >>> Search: http://radiantcms.org/mailing-list/search/ >>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant >>> >> _______________________________________________ >> Radiant mailing list >> Post: [email protected] >> Search: http://radiantcms.org/mailing-list/search/ >> Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant _______________________________________________ Radiant mailing list Post: [email protected] 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
