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.

How can I replace the search fuction on my page to my own adsense search box?

4 posters

Go down

How can I replace the search fuction on my page to my own adsense search box? Empty How can I replace the search fuction on my page to my own adsense search box?

Post by uafgrad 04.05.11 5:19

I would like to replace the search box that came standard on my Phbb3 website to a google adsense search box. How do I do that?

How can I replace the search fuction on my page to my own adsense search box? Search10
avatar
uafgrad
Forumember

Posts : 88
Reputation : 0
Language : English

Back to top Go down

How can I replace the search fuction on my page to my own adsense search box? Empty Re: How can I replace the search fuction on my page to my own adsense search box?

Post by kirk 04.05.11 7:02

I dont think you can?

Whats a google adsense search,, you mean the standard Google search box?


Not sure have you tried asking goggle if they provide a coding or scripts to have this on free forum/web host?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

How can I replace the search fuction on my page to my own adsense search box? Empty Re: How can I replace the search fuction on my page to my own adsense search box?

Post by uafgrad 04.05.11 7:08

Yes, there is a script. I am just not sure how to remove the search box that is already there and then how to replace it with the google one.
avatar
uafgrad
Forumember

Posts : 88
Reputation : 0
Language : English

Back to top Go down

How can I replace the search fuction on my page to my own adsense search box? Empty Re: How can I replace the search fuction on my page to my own adsense search box?

Post by Nera. 04.05.11 7:15

It should be this one for google.
Code:
<form method="get" action="http://www.google.com/custom">
 <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0">
 <tr>
 <td><a href="http://www.google.com/custom/"><img  src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google"  align="absmiddle"></a></td>
 <td>
 <input type="text" name="q" size="25" maxlength="255" value="">
 <input type="submit" name="btnG" value="Google Search">
 <input type="hidden" name="cof" value="GL:0;">
 </td>
 </tr>
 </table>
</form>
Did you put that one or it was already on the lay? Can I see a link of your forum.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

How can I replace the search fuction on my page to my own adsense search box? Empty Re: How can I replace the search fuction on my page to my own adsense search box?

Post by uafgrad 04.05.11 14:02

The one on my site was already on there. I just need to know how to remove that one, and then how to replace it with the google one.
avatar
uafgrad
Forumember

Posts : 88
Reputation : 0
Language : English

Back to top Go down

How can I replace the search fuction on my page to my own adsense search box? Empty Re: How can I replace the search fuction on my page to my own adsense search box?

Post by Sanket 08.05.11 11:02

Code:
.navbar #search-box {
display : none;
}
Add this to your css.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum