code this for 3.7.3

Curtis129

New Member
hey guys, i got vbteams 3.8.1 search form, which its coded to. and i have no freakin idea of how to code styles and templates to versions.

HTML:
<form action="http://www.vbteam.info/search.php?do=process" method="post" name="vbform" id="searchform" style="display:block; margin:5px"> 
<input type="hidden" name="s" value="" /> 
<input type="hidden" name="securitytoken" value="1236056096-1a3d18841d75ead719593b57b26f025a2e14f7a8" /> 
<input type="hidden" name="do" value="process" /> 
<input type="hidden" name="searchthreadid" value="" /> 
<input type="text" class="bginput" name="query" size="36" tabindex="1001" value="To search, just type and hit enter." onfocus="value='';"/>
</form>

anyone that can re-code that for 3.7.3 would be humbly loved haha

if im right its only the security token which needs down-dating lol
 
Top