Allow user to choose "limit" parameter in number of nodes to display
terraces - December 9, 2005 - 15:21
| Project: | SIOC |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | terraces |
| Status: | closed |
Jump to:
Description
At the moment, the SIOC module use a default value of 15 to limit nodes to display, which cannot be changed online.
It would be nice if a user can specify this value by adding a parameter to the URL of the SIOC export (eg: http://mydrupal/sioc/site/15 to see last 20 sioc:posts of the website)

#1
(eg: http://mydrupal/sioc/site/15 to see last 20 sioc:posts of the website)
Well, as the 1st parameter of site export is the 1st node to display, I should have wrote http://mydrupal/sioc/site/15/10 to see 20 sioc:posts of the website starting at post 15
#2
Added in CVS