vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Search on Forumhome (https://vborg.vbsupport.ru/showthread.php?t=45318)

Sc0rp 11-02-2002 07:07 PM

Search on Forumhome
 
as this board and a lot of boards have.. that sweet search option on forumhome.. now I already got it this far:

PHP Code:

<td align="right" width="50%" bgcolor="#13486D"><normalfont><b>Search $bbtitle !
<
input type="text" class="bginput" name="query" size="35">
<
input type="hidden" name="action" value="simplesearch">
    <
input type="submit" class="bginput" name="Submit" value="Search" accesskey="s">    
    </
b></normalfont></td

but when I click Search nothing happens.. so can someone gimme a hand with this please?:)

thanx:)

Erwin 11-02-2002 07:31 PM

You're missing the <form> tags! :) You are using form commands but not telling the code where to go.

Use this code:

Code:

<form action="search.php" method="post">
<input type="hidden" name="searchuser" value="">
<input type="text" name="query" class="search">
<input type="hidden" name="forumchoice" value="-1">
<input type="hidden" name="searchdate" value="-1">
<input type="hidden" name="sortby" value="lastpost">
<input type="hidden" name="sortorder" value="descending">
<input type="hidden" name="beforeafter" value="after">
<input type="hidden" name="action" value="simplesearch">
<input type="hidden" name="titleonly" value="">
<input type="hidden" name="showposts" value="">
<input type="hidden" name="exactname" value="yes">
<input type="submit" class="bginput" name="Submit" value="Search" accesskey="s">   
</form>


Sc0rp 11-02-2002 09:08 PM

yeah worked fine :D thanks mate.. but for some reason there's a < br > at the end of it.. at least something that has the same effect as a br :(

Sc0rp 11-02-2002 09:15 PM

1 Attachment(s)
well as I said for some reason it adds some kind of space at the end.. and now it looks fecked..

here's the code:

PHP Code:

<!-- text -->
<
table cellpadding="4" cellspacing="0" border="1" bordercolor="{tablebordercolor}" width="{contenttablewidth}" {tableinvisibleextraalign="center" bgcolor="{tableheadbgcolor}"><td><normalfont><font color="#FFFFFF"><b>Welcome to $bbtitle !!</b></font></normalfont></td>
<
tr valign="top">
    <
td width="50%" bgcolor="{firstaltcolor}"><a href="javascript:window.location=window.location" oncontextmenu="return false;"><img src="{imagesfolder}/vb_bullet.gif" border="0" align="middle" alt="$bbtitle : Powered by vBulletin version $templateversion"></a>
    <
normalfont><b>$bbtitle</b></normalfont></td>
    <
td align="right" width="50%" bgcolor="{secondaltcolor}"><smallfont>$welcometext<br><b>$newposts</b></smallfont></font></td>
</
tr>

$unregwelcomemessage
<tr valign="bottom">
    <
td width="50%" bgcolor="{secondaltcolor}"><smallfont>
    
Members$numbermembersThreads$totalthreadsPosts$totalposts<br>
    
Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>
    </
smallfont></td>
    <
td width="50%" bgcolor="{firstaltcolor}"><smallfont><form action="search.php" method="post">
<
input type="hidden" name="searchuser" value="">
<
input type="text" name="query" class="search">
<
input type="hidden" name="forumchoice" value="-1">
<
input type="hidden" name="searchdate" value="-1">
<
input type="hidden" name="sortby" value="lastpost">
<
input type="hidden" name="sortorder" value="descending">
<
input type="hidden" name="beforeafter" value="after">
<
input type="hidden" name="action" value="simplesearch">
<
input type="hidden" name="titleonly" value="">
<
input type="hidden" name="showposts" value="">
<
input type="hidden" name="exactname" value="yes">
<
input type="submit" class="bginput" name="Submit" value="Search" accesskey="s">    
</
form></smallfont>
</
td></tr>
</
table>
<
table cellpadding="4" cellspacing="0" border="1" bordercolor="{tablebordercolor}" width="{contenttablewidth}" {tableinvisibleextraalign="center" bgcolor="white"><tr>
<
td>
<!-- /
text --><br>
$header
<br></td></tr></table>
<!-- /
icons -->

$footer
</body>
</
html></body>
</
html

and this is the pic for when you dont understand..

please help :(

Erwin 11-03-2002 04:48 AM

In your code above, find:

Code:

<td width="50%" bgcolor="#F1F1F1"><smallfont><form action="search.php" method="post">
Change it to:

Code:

<form action="search.php" method="post"><td width="50%" bgcolor="#F1F1F1"><smallfont>
Then find:

Code:

</form></smallfont>
</td>

Change it to:

Code:

</smallfont>
</td></form>

This will get rid of the extra line. It happens with the <form> tags. I suspect you are not familiar with HTML. :)

Sc0rp 11-03-2002 11:57 AM

like a glooooove!:D thanks a lot mate.. worked great :)

Erwin 11-03-2002 06:16 PM

No problems! Glad to help. :)


All times are GMT. The time now is 10:29 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01040 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete