Thread: Quick Search
View Single Post
  #1  
Old 10-01-2009, 10:21 AM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 28,683
Bloodrun
Send a message via Yahoo to Bloodrun
Default Quick Search

It's been awhile so I made this one to say hello again.

This Quick Search allows your users to search your adoptables sites for quick access links.

It's very simple to install, simple add this to your Sidebar Function:

PHP Code:
<b><u>Quick Search:</b></u><br/>
<
form>
<
input type='text' id='txt1' size='30' onkeyup='showResult(this.value)' />
<
div id='livesearch'></div>
</
form
add this within the <head> tags of your sites template.html file:

PHP Code:
<script type="text/javascript" src="livesearch.js"></script>
<style type="text/css">
#livesearch
  {
  margin:0px;
  width:194px;
  }
#txt1
  {
  margin:0px;
  }
</style> 
Then put the attached files in your main folder.

The file that is named links.xml, holds the links, and has the common links for the adoptables site, you may add links to the page if you would like.

http://www.4shared.com/file/136786047/dcd7f288/_2__Quick_Search.html
(The download link is safe, it is my own personal account.)
Reply With Quote