How can I replace the search fuction on my page to my own adsense search box? 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.
4 posters

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

    avatar
    uafgrad
    Forumember


    Posts : 88
    Reputation : 0
    Language : English

    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 May 4th 2011, 6:19 am

    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
    kirk
    kirk
    Forumaster


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

    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 May 4th 2011, 8:02 am

    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?
    avatar
    uafgrad
    Forumember


    Posts : 88
    Reputation : 0
    Language : English

    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 May 4th 2011, 8:08 am

    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.
    Nera.
    Nera.
    Energetic


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

    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. May 4th 2011, 8:15 am

    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.
    avatar
    uafgrad
    Forumember


    Posts : 88
    Reputation : 0
    Language : English

    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 May 4th 2011, 3:02 pm

    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.
    Sanket
    Sanket
    ForumGuru


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

    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 May 8th 2011, 12:02 pm

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