The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Thanks for the link. I had never came across that function before. I guess I didn't look hard enough!
Quote:
If I remove that query and use PHP Code:
For example: Row 1: Dog Trainer in UK HTML Code:
<td><select class="primary" name="country[3]" tabindex="1"> <option value="1" class="" >Australia</option> <option value="2" class="" >Canada</option> <option value="3" class="">New Zealand</option> <option value="4" class="" selected="selected">United Kingdom</option> <option value="5" class="" >United States</option> </select></td> HTML Code:
<td><select class="primary" name="country[3]" tabindex="1"> <option value="1" class="" >Australia</option> <option value="2" class="" >Canada</option> <option value="3" class="">New Zealand</option> <option value="4" class="" selected="selected">United Kingdom</option> <option value="5" class="" selected="selected">United States</option> </select></td> HTML Code:
<td><select class="primary" name="country[3]" tabindex="1"> <option value="1" class="" >Australia</option> <option value="2" class="" >Canada</option> <option value="3" class="" selected="selected">New Zealand</option> <option value="4" class="" selected="selected">United Kingdom</option> <option value="5" class="" selected="selected">United States</option> </select></td> Thanks Kevin. I'm gonna head off (almost 2am here), and play with this again tomorrow. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|