• Page 1 of 1
  • 1
Problem with "search" in module "games"
leohbep
Posts: 43
Reputation: 0

Message # 1 | 5:31 AM
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 smile

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
Davor24
Posts: 330
Reputation: 10

Message # 2 | 11:05 AM
leohbep, try <?if($SEARCH_FORM$='stuff')?>
leohbep
Posts: 43
Reputation: 0

Message # 3 | 6:46 PM
yes, I try that but doesnt work... i try: <?if($MODULE_SEARCH_FORM$='games')?> and doesnt work :/
www.BEPfanclub.com
  • Page 1 of 1
  • 1
Search: