Garage search still not working - but there is a workaround:
When you're in the garage the URL will show
ecomodder.com/forum/emgarage.php
Just manually append this with the database query and it will work. Examples:
?year=1999 or ?make=ford or ?model=mustang
To combine attributes you concatenate with the & symbol. Example:
?year=1999&model=mustang
In this case the full string would look like:
ecomodder.com/forum/emgarage.php?year=1999&model=mustang
Then hit the enter key and the search will return the requested results
It's a temporary solution - hopefully it works with all browsers....
|