We have moved to Github. Please open tickets there.

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,

http://localhost/elgg/mod/members/index.php?view=rss

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

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.

Note: See TracTickets for help on using tickets.