+ Reply to Thread
Results 1 to 6 of 6

Thread: How to put the search table sticky on header on all pages

  1. #1

    How to put the search table sticky on header on all pages

    Hi,
    I'm using auto script, I want to show the search table that is placed on the header on all pages not just the home page, like the classified script

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

    You can use a custom search form, see this thread about how to create it:

    https://forum.flynax.com/showthread....6924#post26924

  3. #3
    Thanks Rudi,
    I mean like the olx template the search box that is shown on all pages.Capture.PNG the auto nova is only shows the search header table on home page.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    If you need to enable the search form in header for all pages,

    you should go to includes > controllers > common.inc.php > after $reefless->loadClass('MembershipPlan');

    add this code:
    PHP Code:
    Only registered members can view the code
    and in home.inc.php remove the code above


    then go to templates > your_template > tpl > header.tpl

    replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.

  5. #5
    This breaks "Advanced search" and the search boxes in different listing types.
    Classifieds Site: Annonssida
    Other Site: SEO

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Then it will require a customization to adjust the form on pages

+ Reply to Thread