The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I know this is a long time ago, but here is the answer (I was searching for it)
open your advanced search page and search for the HTML that has the option you are looking for. My example is from a drop down box" HTML Code:
<div class="fieldset"> Color:<br /> <select name="field10" id="csel_field10"> <option value="0" selected="selected"></option> <option value="1" >White</option> <option value="2" >Black</option> </select> </div> White is 1 Black is 2 so to link to the search results for white... HTML Code:
memberlist.php?do=getall&field10=1 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|