Opened 3 years ago
Closed 3 years ago
#2048 closed Defect (worksforme)
RSS items for members was limited to ten
| Reported by: | OnlyBlue | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | RSS |
| Cc: | brettp | Difficulty: |
Description
When browser the following URL,
only ten items was displayed.
In fact, the registered users are more than ten people.
Change History (1)
comment:1 Changed 3 years ago by brettp
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Can pass in limit and offset as get params. We can't display all data at once or PHP would run out of memory on large sites.