Help - Search - Members - Calendar
Full Version: Adding Links Under the Search Header
MonsterSmallBusiness Forums > MonsterCommerce > How do I?
Chris
Hi

Does anyone know if it is possible to add links under the Advanced Search link?

For example I want to set some "Favourite Search Phrases" and have them pre-defined in the link for example

UV Claw linked to http://www.body-jewelry-body-piercing.com/...h.asp?7=UV+claw

And so on?

Cheers

Chris
Ewestforth
I think the only way to do it would be to get rid of the search box in the Column Layout section. Then place the search box code into the Navigation Bar Editor along with your links. Then set it to "Use both default and custom(custom first)".

Either that or go with a completely custom menu.
Chris
Ideally I'd like to keep the search box, it draws the eye to where the searches are....

Custom might be the way to go but I'd rather not tamper with the side bar

Cheers

Chris
Cwazydawg
If you want to continue to load the search bar in the left column in your Site Html in your admin panel to Navigation bar editor. Make sure the drop down bar says Custom Load custom first.

Then put this code for your search box:
<form action="search.asp" method="get" id="frmSearch" name="frmSearch">
<TD COLSPAN=5 background="images/products/assets/index_07.gif"><table width="173" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" align="center"><img src="images/products/assets/spacer.gif" width="201" height="1"></td>
</tr>
<tr>
<td width="70" valign="top"><a href="search-advanced.asp"><font color="#333333" size="2" face="Arial, Helvetica, sans-serif"><strong><img src="images/products/assets/spacer.gif" width="15" height="1" border="0">Search</strong></font></a>
<br>
</td>
<td width="124" align="center"><input class="inputtext" name="7" size="10">
<input class="inputtext" type="submit" value="Go" name="12">
</td>
<td width="7" align="center"> <img src="images/products/assets/spacer.gif" width="1" height="22"></td>
</tr>
</table>
</TD>
</form>

Make sure to change the path's of the spacers to the directory have them in.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.