+ Reply to Thread
Results 1 to 7 of 7

Thread: Is there any set up at admin panel for category pages start without featured listing?

  1. #1
    Senior Member
    Join Date
    Nov 2016
    Posts
    109

    Is there any set up at admin panel for category pages start without featured listing?

    As you know, Listing type pages or category pages start with featured listings. If site has a lot of featured listing, it is hard to reached the other listing. We have to past couple pages. Because first pages show just featured listings. I want to put featured listings box at top of the pages than I want see new listings. Is there any set up at admin panel for start without featured listings. Or can we put any option to edit category pages like "start with featured lisitngs" YES or NO

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Hello,

    By default, there is no such option,

    but you can disable featured listings in grid through the code and display them only in featured box
    you should go to ftp > includes > classes > rlListings.class.php > find 'function getListings'

    changea a row:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code

  3. #3
    Senior Member
    Join Date
    Nov 2016
    Posts
    109
    Thank you Rudi

  4. #4
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    Very Good. I always think of this. I will try

  5. #5
    Senior Member
    Join Date
    Nov 2016
    Posts
    109
    Hi Rudi
    This code is not showing new listing if the listing featured listing.
    $sql .= "WHERE `T1`.`Status` = 'active' AND `T1`.`Featured_date` is null ";
    I want to show all new listings Featured or standard listing. Is it possible start with new listings featured or standard? orjinal code starding with just featured listing. Your code is canceled the featured listings even it is new listing.

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    in this case change:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code

  7. #7
    Recently listing page is exactly what you want.
    AP / Pages / Recently Added

+ Reply to Thread