TheInsaneManiac
06-19-2008, 10:00 PM
Instead of pointing new people to google, how about putting it right in front of them?
Title: Google
Tag: google
Replacement: <form method="get" action="http://www.google.com/search">
<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text" name="q" size="25"
maxlength="255" value="{param}" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox" name="sitesearch"
value="http://yourwebsite.com" /> Only search Website Title<br />
</td></tr></table>
</div>
</form>
Example: VBulletin
Description: Point members in the correct direction
Use option: No
Button image (Optional): images/google.gif
Remove Tag If Empty: Yes
Disable BB Code Within This BB Code: Yes
Disable Smilies Within This BB Code: Yes
Disable Word Wrapping Within This BB Code: No
Additional: If you wish for "Only search" to be checked first then:
Replace:<input type="checkbox" name="sitesearch"
value="http://yourwebsite.com" /> Only search Website Title<br />
With:<input type="checkbox" name="sitesearch"
value="http://yourwebsite.com" checked /> Only search Website Title<br />
Final Step
Now just find this in the replacement code:
<input type="checkbox" name="sitesearch"
value="http://yourwebsite.com" /> Only search Website Title<br />
Put your website link in the "Value" field and the website title in the "Only search" area.
NOTE: If you are going to use an image, download the Google BBCode Image and extract the google.gif. Upload it to your forum's images folder and you are set.
Title: Google
Tag: google
Replacement: <form method="get" action="http://www.google.com/search">
<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text" name="q" size="25"
maxlength="255" value="{param}" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox" name="sitesearch"
value="http://yourwebsite.com" /> Only search Website Title<br />
</td></tr></table>
</div>
</form>
Example: VBulletin
Description: Point members in the correct direction
Use option: No
Button image (Optional): images/google.gif
Remove Tag If Empty: Yes
Disable BB Code Within This BB Code: Yes
Disable Smilies Within This BB Code: Yes
Disable Word Wrapping Within This BB Code: No
Additional: If you wish for "Only search" to be checked first then:
Replace:<input type="checkbox" name="sitesearch"
value="http://yourwebsite.com" /> Only search Website Title<br />
With:<input type="checkbox" name="sitesearch"
value="http://yourwebsite.com" checked /> Only search Website Title<br />
Final Step
Now just find this in the replacement code:
<input type="checkbox" name="sitesearch"
value="http://yourwebsite.com" /> Only search Website Title<br />
Put your website link in the "Value" field and the website title in the "Only search" area.
NOTE: If you are going to use an image, download the Google BBCode Image and extract the google.gif. Upload it to your forum's images folder and you are set.