+ Reply to Thread
Results 1 to 6 of 6

Thread: [Auto Classified] Create page/content box to display new vehicles in specific make

Hybrid View

  1. #1
    Junior Member
    Join Date
    May 2016
    Posts
    24

    Question [Auto Classified] Create page/content box to display new vehicles in specific make

    I want to create a page or content box to display new listings belong to specific make. For example, all new Ford vehicles. Who knows how to do it, please help me out. Thanks so much!

  2. #2
    Hello Son Vu,

    I think we can create it like a small customization. Would you please create a ticket with your request.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Junior Member
    Join Date
    Jul 2016
    Posts
    4
    Quote Originally Posted by Viktor View Post
    Hello Son Vu,

    I think we can create it like a small customization. Would you please create a ticket with your request.

    Please post it here too, I want to know it too, and I hope more are looking for this mod

    Thanks

  4. #4
    Hello All,

    Who want this customization want to try my code:

    go to ftp://includes>>classes>>rlListings.class.php

    and add new method:

    PHP Code:
    Only registered members can view the code
    then go to ftp://templates>>tpl>>your_template>>tpl>>blocks and create new file with name: custom_listings.tpl

    and add code in:

    Code:
    Only registered members can view the code.
    and then create new box in Admin Panel >> Content Boxes with type 'PHP' and insert code:
    PHP Code:
    Only registered members can view the code
    where 'apartment_complex' it is category key (please be careful because you should set category key in 2 places in the code)
    Date - field for ordering
    DESC - type for ordering
    10 - number listings
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Junior Member
    Join Date
    Jul 2016
    Posts
    4
    Thank you very much Viktor

  6. #6
    Junior Member
    Join Date
    May 2016
    Posts
    24
    I love you, Viktor. I'll test it out tonight

+ Reply to Thread