Jump to content

Search Box Mod - For IPB 1.3


Jaruff

Recommended Posts

I have developed a Search Box Mod for IPB 1.3. Feel free to use this on your site. It takes just a few minutes to install this and requires you to edit one link.

  
<form action="http://yoursite.com/index.php?act=Search&CODE=01" method="post">
  <input type="hidden" name='namesearch' value="">
  <input type="hidden" name='exactname' value="1">
  <input type="hidden" name='joinname' value="1">
  <input type="hidden" name='cat_forum' value="cat">
  <input type="hidden" name='cats' value="all">
  <input type="hidden" name='cat_forum' value='forum'>
  <input type="hidden" name='forums' value='all'>
  <input type="hidden" name='searchsubs' value="1">  
  <input type="hidden" name='search_in' value='posts'>
  <input type="hidden" name='result_type' value='topics'>
  <input type="hidden" name='prune' value='0'>
  <input type="hidden" name='prune_type' value='older'>
  <input type="hidden" name='sort_key' value='last_post'>
  <input type="hidden" name='sort_order' value='desc'>
  <input type='text' maxlength='100' size='20' name='keywords' class='forminput'>
  <input type='submit' value='Search' class='forminput'>
</form>   

You can add this to board wrappers or HTML Templates. If you need help adding this to your forums, feel free to tell me. This mod will even work with InvisionFree.

Regards,

Jaruff

Link to comment
Share on other sites

  • 2 weeks later...

Yep, that is what it does. I mainly made it so InvisionFree owners can say they have something neat and cool on their forums.

It is easy to install making it a good mod for those that can't make install those bigger mods.

It is basic HTML but works like a charm.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...