Ticket #1076 (closed defect: fixed)
User List by Role won't paginate
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | Administration | Version: | 1.0-rc-1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
/bb-admin/users.php shows me the first set of users, but /bb-admin/users.php/page/2 doesn't change anything. And if from THERE I click on Page 3 or the next button, I get this /users.php/page/2/page/3
Running bb 1.0-a6-trunk r2059 (I think? I wish there was an easy way to see what trunk build I was on so I could tell you something better than 'I pulled the build at 10am on the 21st of April' :/ )
Change History
comment:1
nightgunner5 — 3 years ago
- Status changed from new to closed
- Resolution set to worksforme
- Milestone set to 1.0
Actually, this was an issue when pretty permalinks was turned on. Fixed now though.
- Status changed from closed to reopened
- Version changed from 1.0-rc-2 (trunk) to 1.0-rc-1
- Resolution worksforme deleted
Re-opening this because it's back.
I have pretty permalinks on, I've just upgraded to rc1, and I can't paginate through my users.
The links give me the URL of
/bb-admin/users.php?page=2
HOWEVER if I manually put in this, it works:
/bb-admin/users.php?userspage=2
Still can't paginate from that page, though. Then ALL the links become the userspage=2 (yes, the 2, if I change it to 3, the links are 3, etc etc).
I reset my .htaccess (just in case) but no help there.
At the bottom of /bb-admin/users.php, there are links to the other pages, for example, /bb-admin/users.php?userspage=2&usersearch
They work just fine.