|
uCoz Community Archives Locked Problem with "search" in module "games" |
Problem with "search" in module "games" |
Hi everybody..
so, I got a problem with the search form in the module "games". So, I want to use this code "$ADV_SEARCH_FORM$" because is better to find archives in that module.. but I want to use a custome search form... not the simple search form.. so I am using this code.... Code <?if($SEARCH_FORM$)?> <div id="search2"> <form action="/search/" style="margin: 0pt;" method="get" onsubmit="this.sfSbm.disabled=true"> <div class="schQuery"> <input class="queryField" size="20" maxlength="40" name="q" type="text"></div> <div class="schBtn"> <input value="" name="sfSbm" class="searchSbmF1" type="submit"></div> </form></div><?endif?> ...but doesn't work.. the costume, yes, but when I whant to find something.. doesnt use the search of that module.. I dont know if somebody understand what i am talking about I try this.. Code <?if($ADV_SEARCH_FORM$)?> <div id="search2"> <form action="/search/" style="margin: 0pt;" method="get" onsubmit="this.sfSbm.disabled=true"> <div class="schQuery"> <input class="queryField" size="20" maxlength="40" name="q" type="text"></div> <div class="schBtn"> <input value="" name="sfSbm" class="searchSbmF1" type="submit"></div> </form></div><?endif?> but doesnt work anyway... PLEASE somebody can help me with this??? THANKS SO MUCH!... and sorry 4 my english :P www.BEPfanclub.com
|
| |||
| |||