We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#1947 closed Defect (fixed)

pagination problem on blog, file, bookmarks, version 1.7

Reported by: lord55 Owned by:
Priority: normal Milestone: Elgg 1.7.1
Component: Core Version: 1.7
Severity: minor Keywords:
Cc: brettp Difficulty:

Description


if i click on other pages, i remain on first one

eg: it goes on page http://www.sitename.com/mod/blog/everyone.php?offset=50 but continues to show first page.

it works with members and last discussions.

Change History (5)

comment:1 Changed 3 years ago by cash

  • Milestone changed from Elgg 1.8 to Elgg 1.7.1
  • Type changed from unconfirmed defect to confirmed defect

This is caused by the conversion to the new elgg_get* functions in [svn:5225]. The old get functions grabbed the offset using get_input(). The new functions expect it passed in from the page handlers.

comment:2 Changed 3 years ago by cash

Revisions so far: [svn:5313], [svn:5323], [svn:5340]

comment:3 Changed 3 years ago by cash

[svn:5289] fixes pagination for the groups world listing page

comment:4 Changed 3 years ago by cash

  • Resolution set to fixed
  • Status changed from new to closed

[svn:5362] fixes pages and [svn:5363] fixes thewire

comment:5 Changed 3 years ago by nickw

(In [svn:5624]) Refs #1947: Do not require views to explicitly pass in the offset.

Note: See TracTickets for help on using tickets.