New bing search bar for forums

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
Locked
dragoth
BBCoder III
BBCoder III
Posts: 81
Joined: 05 Mar 2010, 02:57

New bing search bar for forums

Post by dragoth »

bbcode:

Code: Select all

[BingSB2][/BingSB2]
Html:

Code: Select all

<!-- Web search from Bing-->
<form method="get" action="http://www.bing.com/search">
<input type="hidden" name="cp" value="" />
<input type="hidden" name="FORM" value="FREEWS" />
  <table bgcolor="transparent">
    <tr>
      <td>
        <a href="http://www.bing.com/">
          <img src="http://www.bing.com/siteowner/s/siteowner/Logo_51x19_Dark.png" border="0" ALT="bing" />
        </a>
      </td>
      <td>
        <input type="text" name="q" size="20" />
        <input type="submit" value="Search" />
      </td>
    </tr>
  </table>
</form>
<!-- Web Search from Bing -->

Code: Select all

Bing search bar: [BingSB2][/BingSB2]
example:

Code: Select all

[BingSB2][/BingSB2]
demo:
http://wpromo.co.cc/page.php?p=custom-b ... 2fbc8785c2

well this code i got from Bing with a few modifications to the code so it didn't look strange on different style forums
Last edited by dragoth on 20 Apr 2010, 16:42, edited 1 time in total.
Locked