+ Reply to Thread
Results 1 to 7 of 7

Thread: search form in new page

  1. #1

    search form in new page

    Hello
    I create new page from admin dashboard
    i assian Content Boxe "Box type smarty" to this page and i {include file to search form
    The search didn't appear
    Any advice

  2. #2
    @rudi kindly advice

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

    Unfortunately, I don't understand your message

    What does "assian" mean? What "search form" do you include?

  4. #4
    Hello Rudi
    i mean
    i want create new page with search for motors or cars only without listings

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    You also need to create a controller in includes/controllers and templates/.../tpl/controllers

  6. #6
    Thanks
    I did but in this new page show all search tabs for all listings type
    i want search box for 1 category only
    thanks

  7. #7
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    You should create new controllers and write a special php code for your case. You can use the existing logic from includes/classes/rlSearch.inc.php > public function buildSearch

    or it will require a customization

+ Reply to Thread