+ Reply to Thread
Results 1 to 4 of 4

Thread: Remove Featured Listing from Top

  1. #1
    Senior Member
    Join Date
    Oct 2014
    Posts
    169

    Remove Featured Listing from Top

    How do i Remove Featured listing from the top in listing pages?

    They should still be in listing but not at not dominant at top
    Attached Images Attached Images

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    By default a featured listing will list above standard listings in date order, most if not all classified sites that have a featured listings option are placed above standard listing by default. If you did not want to do that you might be able to get flynax to mod the script to sort by date only or just have all listings as standard and add the monetize plugin which all allows for highlighted listing but these would not be at the top but in date order.

  3. #3
    Hi,

    You can make it the following:

    1. open file /includes/classes/rlListings.class.php in method getListings() in row ~653
    and find code:

    PHP Code:
    Only registered members can view the code
    2. and replace 'Featured" to "Date" for example.
    3. make same changes for rlSearch.class.php file, search() method in row ~442
    Thank you, Curtis.
    @Flynax Company

  4. #4
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    Ok I am Thanks guys... I am testing a few configurations

+ Reply to Thread