Re: [Radiant] Paginating

2009-09-25 Thread john muhl
http://github.com/Aissac/radiant-paginate-extension looks like it might help.

On Thu, Sep 24, 2009 at 11:48 PM, Mamed Mamedov mamed.mame...@gmail.com wrote:
 Hi all!

 I'am using Radiant 0.7.1 in one of my projects now. And I need to paginate
 my articles stored in the tree under /releases/ slug.
 For example,

   1. /releases/20090921-01
   2. /releases/20090921-02
   3. /releases/20090921-03
   4. /releases/20090920-01

 And so on... Count of this pages may be about 200-300.
 I have some page, called /press-releases/ which is described as:

 r:find url=/releases/
 r:children:each limit=20 order=desc by=published_at
 div class=dater:date for=published_at format=%d.%m.%Y //div
 div class=texta href=r:url /r:translator:title //abr
 /r:translator:short length=450 //div
 table cellpadding=0 cellspacing=0
 class=sep_linetrtd/td/tr/table
 /r:children:each
 /r:find

 This helps me to display only last 20 items of /releases/ tree. But what if
 I need to display other releases, even after this 20?
 I need to draw some page-link, for example:
 Pages: 1 | 2 | 3 | 4 | 5 ...
 On page 2, it will display items from 21 to 40
 On page 3, it will display items from 41 to 60 and so on...

 Is there any stuff in radiant CMS to help me with this task? Can anybody
 help me?

 Thank you all!
 
 Regards,
 Mamed Mamedov

 Sent from Baku, Azerbaijan
 Marie von 
 Ebner-Eschenbachhttp://www.brainyquote.com/quotes/authors/m/marie_von_ebnereschenbac.html
 - Even a stopped clock is right twice a day.
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Paginating

2009-09-24 Thread Mamed Mamedov
Hi all!

I'am using Radiant 0.7.1 in one of my projects now. And I need to paginate
my articles stored in the tree under /releases/ slug.
For example,

   1. /releases/20090921-01
   2. /releases/20090921-02
   3. /releases/20090921-03
   4. /releases/20090920-01

And so on... Count of this pages may be about 200-300.
I have some page, called /press-releases/ which is described as:

r:find url=/releases/
r:children:each limit=20 order=desc by=published_at
div class=dater:date for=published_at format=%d.%m.%Y //div
div class=texta href=r:url /r:translator:title //abr
/r:translator:short length=450 //div
table cellpadding=0 cellspacing=0
class=sep_linetrtd/td/tr/table
/r:children:each
/r:find

This helps me to display only last 20 items of /releases/ tree. But what if
I need to display other releases, even after this 20?
I need to draw some page-link, for example:
Pages: 1 | 2 | 3 | 4 | 5 ...
On page 2, it will display items from 21 to 40
On page 3, it will display items from 41 to 60 and so on...

Is there any stuff in radiant CMS to help me with this task? Can anybody
help me?

Thank you all!

Regards,
Mamed Mamedov

Sent from Baku, Azerbaijan
Marie von 
Ebner-Eschenbachhttp://www.brainyquote.com/quotes/authors/m/marie_von_ebnereschenbac.html
- Even a stopped clock is right twice a day.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant