View Single Post
  #816  
Old 10-03-2002, 06:18 AM
LeeCHeSSS's Avatar
LeeCHeSSS LeeCHeSSS is offline
 
Join Date: Dec 2001
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I spoke with TECK on MSN (only briefly) and he said I should post how to place a search box on your vbHome page. So here goes:

Open vbHome's index.php and search for:
Code:
$templatesused.= 'home_userloggedin,home_userloggedout,home_advertisementbit,';
replace that with:
Code:
$templatesused.= 'home_userloggedin,home_userloggedout,home_advertisementbit,home_search';
Next, search for (still in index.php):
Code:
eval("\$homefooter .= \"".gettemplate('home_footer')."\";");
and immediatly after it add:
Code:
// custom templates
eval("\$home_search .= \"".gettemplate('home_search')."\";");
Save and reupload index.php (as always, be sure you have a backup of the original).

Now goto your admin cp and create a new template called "home_search" and paste the following code into it:
Code:
<table border="0" cellspacing="0" cellpadding="0" width="150">
<tr>
<td bgcolor="{tablebordercolor}" >
<table width="150" border="0" cellspacing="1" cellpadding="3">
<tr>
<td valign="top" bgcolor="{categorybackcolor}">&nbsp;<font color="{categoryfontcolor}"><normalfont><b>Search
</b></normalfont></font>
</td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}"><smallfont>
<!-- Begin -->
<table align="center" border="0"><tr align="center"><td><smallfont>
<form style="margin-bottom:-2;" action="$bburl/search.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="forumchoice" value="- 1">
<input type="hidden" name="searchin" value="subject">
<input type="hidden" name="searchdate" value="-1">
<input type="hidden" name="action" value="simplesearch">
<input type="hidden" name="booleanand" value="yes">
<input class="search" onFocus="this.value='';" type="text" name="query" value="For..." size="10" maxlength="150" >
<input type="hidden" name="action" value="simplesearch">
<input type="image" src="{imagesfolder}/go.gif" name="Submit" border="0" align="absbottom">
</form><b><a href="$bburl/search.php?s=$session[sessionhash]">Advanced Search</a></b>
</smallfont></td></tr></table>
<!-- End -->
</smallfont>
</td>
</tr>
</table>
</td>
</tr>
</table>
<smallfont><br></smallfont>
And finally, insert "$home_search" anywhere in the template "home" where you would like to have the search box show up.

Note that the box likely needs to be resized to fit your layout (this is the one i use for MY vbHome; which doesn't use the default layout).
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01042 seconds
  • Memory Usage 1,778KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete