The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do i replace it with a search button?
I've tried putting this code on my side column,but i cant seems to place a search button to let it be the submit button.can anyone tell me which part of my code went wrong??
Code:
<!-- Search Box --> <td valign="middle"> <div style="white-space:nowrap"> <form action="http://www.xxxxxxxx.com/forum/search.php" method="post"> <input type="hidden" name="s" value="" /> <input type="hidden" name="do" value="process" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="quicksearch" value="1" /> <input type="text" style="width:120px;" class="bginput" name="query"/> <input style="font: bold 10px Arial" type="submit" value="Search" /></form> <a style="text-decoration:none" href="search.php" accesskey="4" rel="nofollow" id="navbar_search" class=""></a> </div></td> <!-- /Search Box --> |
#2
|
|||
|
|||
I'm not sure on this, but trial and error should get you there.
try replacing Code:
<input type="text" style="width:120px;" class="bginput" name="query"/> Code:
<img src="URL OF PIC HERE" /> |
#3
|
|||
|
|||
Quote:
replace the above with Code:
<input type="image" src="BUTTON URL" class="inlineimg" alt="Search for it!" /> |
#4
|
|||
|
|||
lol, told you I wasn't sure. Glad you got it sorted =D
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|