PDA

View Full Version : add search field


maidos
05-18-2008, 01:32 PM
im using mods downloadsII and wish to add the mods search field on search drop down menu
<form action="./downloads.php?do=search" method="post">
<br />{$vbphrase['ecdownloads_search_instructions']}
<br /><input type="text" name="query" maxlength="75" size="50" />&nbsp;<input type="submit" name="submit" value="{$vbphrase['ecdownloads_search']}" />
</form>
Edit/Delete Message

the author rarely help all ppl who ask for help, i know it becauzse i got most of my question unanswered

so appreciate if someone could help me out

SpaMMerGR
05-19-2008, 07:31 PM
Find the the search button code in the navbar template and add your code underneath... if i understand what you mean.. :)

maidos
05-20-2008, 01:33 AM
did but doesnt work

Mr Happy
06-03-2010, 12:54 PM
Not sure if your still looking for an answer as I just stumped across this looking from something else but downloadsII isn't using search.php. It uses downloads.php?do=search so unless you do lots of coding you'll have to have two search boxes.