The WorksForWeb Community Forums
Welcome to the WorksForWeb community forums. Here you can discuss WorksForWeb products with others and contribute to the rapidly growing WorksForWeb community. Please note that while WorksForWeb staff try to maintain presence on the forums, this is not the most reliable way to contact WorksForWeb staff. In case you require a timely response from WorksForWeb on an issue, please open a support ticket here. For pre-sales questions, please open a sales ticket here.

Welcome, Guest. Please login or register.
May 21, 2012, 10:10:40 PM

Login with username, password and session length
Search:     Advanced search
Added the iLister-related Boards

Rate My Site Boards Added

Merged iAuto and iRealty Support Forums together

Several new tips in the Tips and Tricks section
1,604 Posts in 625 Topics by 1,179 Members
Latest Member: bobsteam
* Home Help Search Login Register
+  The iAuto/iRealty/iLister Support Forum
|-+  iAuto, iRealty and iLister v.4.x
| |-+  General iAuto Discussions
| | |-+  browse by body style issue: help please!
« previous next »
Pages: [1] Print
Author Topic: browse by body style issue: help please!  (Read 1165 times)
uojorgensen
Newbie
*

Karma: 0
Posts: 15


View Profile
« on: January 26, 2008, 05:43:28 AM »

When you click on one of the "body styles" on my front page like "sedans" if there are 30 seadans you will get like 3 pages of results. But... when you click on "goto page  2 of results" you get the same page as page 1. all pages are the same 10 results.

any ideas where this malfunction would be?


Thanks,
Ken
Logged
Smart Girl
Administrator
Full Member
*****

Karma: 5
Posts: 224


View Profile
« Reply #1 on: January 30, 2008, 05:24:41 PM »

Ken,

Please try to do the following:
- open the /system/user-scripts/classifieds/browse.php file
- insert the following code:

$reqest_data['listings_per_page'] = isset($_REQUEST['listings_per_page']) ? $_REQUEST['listings_per_page'] : null; 
$reqest_data['page'] = isset($_REQUEST['page']) ? $_REQUEST['page'] : null; 


after the line (approx. #44):

$reqest_data['sorting_order'] = isset($_REQUEST['sorting_order']) ? $_REQUEST['sorting_order'] : null;

Please let me know if it helped you.
Logged

Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Classified Software by Worksforweb Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!