Log in

View Full Version : How to Google type homepage?


Manny0131
03-02-2009, 11:01 PM
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) (https://vborg.vbsupport.ru/showthread.php?t=62164) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc. (https://vborg.vbsupport.ru/showthread.php?t=98009)

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!

<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!