How do I remove "Search Google" from "Advanced Search"? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    How do I remove "Search Google" from "Advanced Search"?

    Friendly Toucan
    Friendly Toucan
    Forumember


    Posts : 243
    Reputation : 4
    Language : English

    Solved How do I remove "Search Google" from "Advanced Search"?

    Post by Friendly Toucan April 14th 2023, 6:23 am

    The forum is locked, so this button is just taking up space.

    phpBB3

    Thanks.
    Razor12345
    Razor12345
    Support Moderator
    Support Moderator


    Male Posts : 1539
    Reputation : 266
    Language : Ukr, Rus, Eng
    Location : Ukraine

    Solved Re: How do I remove "Search Google" from "Advanced Search"?

    Post by Razor12345 April 14th 2023, 10:05 am

    Good afternoon!

    You can hide the button via CSS

    Code:
    form[action="/search?mode=results"] div.panel fieldset dl dd input.button2 {
      display: none;
    }

    Or you can delete the button in the template:

    AP - Display - Templates - General - search_body

    Find and delete:

    Code:
    &nbsp;<input class="button2" type="button" value="{L_SEARCH} Google" onclick="document.searchform.action='{U_GOOGLERESULTS}';document.searchform.q.value=document.searchform.search_keywords.value;document.searchform.submit()" />

    Save. Publish.

    I recommend deleting in the template.

    sivastar and Friendly Toucan like this post

    Friendly Toucan
    Friendly Toucan
    Forumember


    Posts : 243
    Reputation : 4
    Language : English

    Solved Re: How do I remove "Search Google" from "Advanced Search"?

    Post by Friendly Toucan April 14th 2023, 10:44 am

    Razor12345 wrote:I recommend deleting in the template.

    Worked very well, thanks for helping.

    Marking this as "solved". Smile
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15269
    Reputation : 1701
    Language : English,Greek
    Location : Greece

    Solved Re: How do I remove "Search Google" from "Advanced Search"?

    Post by skouliki April 14th 2023, 12:08 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules