How do I remove "Search Google" from "Advanced Search"?
3 posters
Page 1 of 1
How do I remove "Search Google" from "Advanced Search"?
The forum is locked, so this button is just taking up space.
phpBB3
Thanks.
phpBB3
Thanks.
Re: How do I remove "Search Google" from "Advanced Search"?
Good afternoon!
You can hide the button via CSS
Or you can delete the button in the template:
AP - Display - Templates - General - search_body
Find and delete:
Save. Publish.
I recommend deleting in the template.
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:
<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.
Razor12345- Support Moderator
- Posts : 1586
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
sivastar and Friendly Toucan like this post
Re: How do I remove "Search Google" from "Advanced Search"?
Razor12345 wrote:I recommend deleting in the template.
Worked very well, thanks for helping.
Marking this as "solved".
Re: How do I remove "Search Google" from "Advanced Search"?
Problem solved & topic archived.
|
Similar topics
» How to remove "free forum" from the google search and change the description google gives
» google search
» My site suddenly disappeared from google index
» Google search !?
» Google/Bing Search
» google search
» My site suddenly disappeared from google index
» Google search !?
» Google/Bing Search
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum