Pagination broken in admincp browseusers.php - easy fix

This is a discussion on Pagination broken in admincp browseusers.php - easy fix within the v3.1 Questions & Support forums, part of the v3.1 Legacy Help & Support category; Say I'm looking for a member whose username starts with 'J' - I click 'Browse Members' then the letter 'J' ...


Go Back   68 Classifieds Forums > v3.1 Legacy Help & Support > v3.1 Questions & Support

 
LinkBack Thread Tools Display Modes
  #1  
Old 07-27-2006, 01:06 AM
civ's Avatar
civ civ is offline
Senior Member
 
Join Date: Mar 2006
Location: Greer, SC
Posts: 664
Rep Power: 25
Default Pagination broken in admincp browseusers.php - easy fix

Say I'm looking for a member whose username starts with 'J' - I click 'Browse Members' then the letter 'J' up top. If he's not on the first page and I have to go to 'Last' or '2' to find him, that 2nd page turns up no results even though the first page said 'Page 1 of 2'.

The problem is that the URL string being built uses a '?' for the 2nd parameter instead of an '&'. So, currently it looks like this:

http://www.68classifieds.com/adminis...eusers.php?q=j?page=2

...when it should look like this:

http://www.68classifieds.com/adminis...eusers.php?q=j&page=2

This is 3.1.4 btw. Don't you wish all bugs were this easy Eric?

Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 02:58 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22