The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 ![]() |
#2
|
||||
|
||||
![]()
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.
|
#3
|
|||
|
|||
![]()
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! |
#4
|
||||
|
||||
![]()
You should copy the code from the tags.php page where there is the tag search.
|
#5
|
|||
|
|||
![]()
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> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|