We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODE] Search Engines; keep em on your site/forum; By Dale
Topic Started: Jan 23 2010, 12:51 AM (89 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: Dale
[CODE
 
Search Engines; keep em on your site/forum]Here's a short script to add SE to your forums, adjust colors as needed,I suggest you stick with 3 per row because of the users different resolutions, if you want to see a preview...

Edit: update Nov16/2005 - boxed to look more like the forums, code at bottom of this thread...same preview link.

Preview?

<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center bgColor=#CCCCCC border=0>
<TBODY>
<TR>
<TD>
<TABLE class=solidborder cellSpacing=0 cellPadding=2 width="100%" align=center bgColor=white>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center bgColor=#aabbcc border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=1 cellPadding=4 width="100%" border=0>
<TBODY>
<TR>
<TD class=maintitle1 colSpan=1></TD></TR>

<TABLE cellSpacing=1 cellPadding=4 width="100%" border=0>
<TBODY>
<TR>
<TD class=maintitle1 colSpan=1>
</TD></TR>





<table align="center"><tr>


<td><FORM method=GET action="http://www.AllTheWeb.com/search" target="_blank"><font size=+1>AllTheWeb
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnG VALUE="Search" style="font-size:10px"></font></form></td>
<td><FORM method=GET action="http://www.google.com/search" target="_blank"><font size=+1>Google
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnH VALUE="Search" style="font-size:10px"></font></form></td>
<td><FORM method=GET action="http://www.yahoo.com/search" target="_blank"><font size=+1>Yahoo
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnI VALUE="Search" style="font-size:10px"></font></form></td>
</tr></table></center><br>

--------------------------------------------------------

Boxed, on the test forum this is placed under the

<% BOARD %>

<!-- Boxed SE's:Montroze for InvisionFree forums 2005,
//-->

<table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="639ACE" >
<tr>
<td colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="29%"><b><img src="http://i1.ifrm.com/style_images/1/nav_m.gif"alt="NAV">
<font color="FFFFFF" size="2">&nbsp;Search the Web</font></b></td>


</tr>
</table>
</td>
</tr>
<tr bgcolor="FFFFFF" valign="top">
<td colspan="2">
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="5" bgcolor="639ACE">

<tr bgcolor="EFF3FF">
<td height="24"><font color="3A4F6C"></FONT><FORM method=GET action="http://www.AllTheWeb.com/search" target="_blank"><font color="blue">AllTheWeb</font>
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnG VALUE="Search" style="font-size:10px"></form></td>
<td><FORM method=GET action="http://www.google.com/search" target="_blank">Google
<INPUT TYPE=text name=q size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnH VALUE="Search" style="font-size:10px"></form></td>
<td><form method="GET" action="http://search.yahoo.com/search" target="_blank"><font color="red">Yahoo</font>
<INPUT TYPE="text" name="p" size=20 maxlength=255 value="" style="font-size:10px">
<INPUT type=submit name=btnI VALUE="Search" style="font-size:10px"></form></td>
</tr>

</table>
</td>

</tr>
</table>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply