View previous topic :: View next topic |
Author |
Message |
salenjak
Joined: 02 Mar 2004 Posts: 11
|
Posted: Fri Oct 29, 2004 3:50 pm Post subject: Search box! |
|
|
is it possible (and how), to put up a search box, similar to the one I have in my admin? search box that would look for specific word(s) in all the news posting in my blog since day #1....
thanx for your help,
saL |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 262
|
|
Back to top |
|
 |
salenjak
Joined: 02 Mar 2004 Posts: 11
|
Posted: Fri Oct 29, 2004 11:26 pm Post subject: |
|
|
hmmmm.. can't find any searc code in my temple.. could be I deleted it!?!? ... so, couse you PLEASE copy/paste me the search part of the template?!
thanx a LOT!
saL |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 262
|
Posted: Fri Oct 29, 2004 11:41 pm Post subject: |
|
|
The code in the default template goes in the menu sidebar.
Code: | <h4>search:</h4>
<form name="searchform" method="get" action="<?php echo $PHP_SELF; /*$siteurl."/".$blogfilename*/ ?>">
<p>
<input type="text" name="s" size="15" /><br />
<input type="submit" name="submit" value="search" />
</p>
</form> |
Don't forget that if you haven't kept the orginal files you can get them at Sigg3's b2 Cafelog Resource Center |
|
Back to top |
|
 |
salenjak
Joined: 02 Mar 2004 Posts: 11
|
Posted: Sat Oct 30, 2004 12:16 am Post subject: |
|
|
that's exactly what I needed! .. thanx!
saL |
|
Back to top |
|
 |
|