+ Reply to Thread
Results 1 to 3 of 3

Thread: How to add Advanced Search to the main menu?

  1. #1

    How to add Advanced Search to the main menu?

    Hi there,

    I'm trying to figure out how to add advanced-search to the main menu? I can't seem to figure out how to do it from the control panel.

    Thank you,

    AMartinez

  2. #2
    Hello Angel,

    at first go to your advanced search page and copy url without domain and without .html (for me it's listings/advanced-search)
    then go to Admin panel >> pages click 'Add a page' button

    fill the fields
    when you come to: 'Page URL (SEO)' insert your url to adv search 'listings/advanced-search'
    '*Show in Menu' select 'Main menu' or where do you want to see it.
    '*Page type' select 'System'
    '*Page controller' write 'search'
    and click Add button.

    But system replace your inserted url from 'listings/advanced-search' to 'listings-advanced-search' it's not correct that's why we should go to our database through phpMyAdmin or may be other sql manager
    find table with name 'pages' find our new created page and click edit and find field 'Path' (it will be listings-advanced-search) and change to correct path: 'listings/advanced-search' and save. Then you can check it.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Great, it worked.

    I have another question though, how or where can I change the url? I need advanced-search to be in a different language.

    I couldn't find advanced-search page in the database.

    Thank you,

    Angel
    Last edited by Angel Martinez; February 8, 2013 at 04:37 PM.

+ Reply to Thread