Support Forums

Make featured listings display first all the time

This is a discussion on Make featured listings display first all the time within the Modules / Plugins / Modifications forums, part of the Developer Forums category; This modification is for version 4.0 and up. You need the developer edition to do this modification. Open includes/classes/kernel/Listings.php and ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

Reply
 
Thread Tools Display Modes
Old 05-08-2008, 11:51 PM   #1
Senior Member
 
cwp's Avatar
 
Join Date: Jun 2007
Posts: 296
Rep Power: 24
cwp is a jewel in the rough
Default Make featured listings display first all the time

This modification is for version 4.0 and up. You need the developer edition to do this modification.

Open includes/classes/kernel/Listings.php and go to line 360:

Code:
Find This:
$listingSQL=$sSQL .' '. $where .' ORDER BY '. $sqlsort .' '. $sortorder;
Change to this:
$listingSQL=$sSQL .' '. $where .' ORDER BY featured DESC, '. $sqlsort .' '. $sortorder;
Now you can sort all of your other non-featured listings however you want in the admin search settings.

Credit goes to Suzkaw
__________________
Version 4.0.3 Developer
cwp is offline   Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 10:42 AM.


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