vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to Google type homepage? (https://vborg.vbsupport.ru/showthread.php?t=207154)

Manny0131 03-02-2009 11:01 PM

How to Google type homepage?
 
Hi there!
I was wondering if someone can help me, my website is more like a web directory in stead of forum type thing, I wish to make my homepage like Google using the "Tag Search" block, see image for an example. I really need this, i have dreamweaver in case it has to be done from the outside, just need to know where to get this html text

Thanks

http://img141.imageshack.us/img141/558/exampley.jpg

Lynne 03-02-2009 11:40 PM

See these articles on how to make a vbulletin page - How to create your own vBulletin-powered page! (uses vB templates) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc.

Manny0131 03-03-2009 10:10 PM

Thanks, usefull info, I still need to know how to make a search box, one that will search only in tags, if i search for "sports" will appear every thread containing the word sports in the tag list

thanks in advance!

Lynne 03-03-2009 10:45 PM

You should copy the code from the tags.php page where there is the tag search.

Manny0131 03-03-2009 11:12 PM

Got it!! here it is!

HTML Code:

<form action="tags.php" method="get">

<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" id="threadslist">

<tr>

<td class="tcat">Paginas que contengan...</td>

</tr>

<tr>

<td class="alt1" align="center"><div style="width: 480px" align="left">

<span id="tag_wrapper"><input type="text" id="tag_input" name="tag" size="35" style="width: 80%" class="bginput" /></span> <input type="submit" class="button" value="Buscar" />

</div></td>

</tr>

</table>

</form>

anyone in need jus grab it!


All times are GMT. The time now is 12:16 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.01035 seconds
  • Memory Usage 1,724KB
  • 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
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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