The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make this search box size larger?
Hello..
How to make this search box option more larger? Thanks alot |
#2
|
|||
|
|||
Scroll a little less than half way down template "search_input_post" and find and modify this code:
Code:
<div class="blockrow"> <label for="forumchoice">{vb:rawphrase search_in_forums}:</label> <ul class="multifield stacked group"> <li> <select class="primary" id="forumchoice" style="width:500px;" name="forumchoice[]" multiple="multiple" tabindex="1" size="20"> {vb:raw search_forum_options} </select> </li> <li> <label for="cb_childforums" class="rightcol"> <input id="cb_childforums" type="checkbox" value="1" name="childforums" tabindex="1" {vb:raw childforumschecked} /> {vb:rawphrase also_search_in_child_forums} </label> </li> </ul> </div> |
#3
|
|||
|
|||
Hello..
Thank you very much, working now |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|