View Single Post
Old 04-15-2017, 06:46 PM   #605 (permalink)
4matic
EcoModding Lurker
 
Join Date: Jan 2013
Location: Vancouver, BC
Posts: 2

HybridPony - '99 Ford Mustang V6
90 day: 29.25 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
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....
  Reply With Quote