Ok, so I installed this earlier today, and I've been tinkering with it for a bit, but I'm still getting some rather unfortunate results.
First, it's not returning much for usable results. When searching for terms that should return pages of results, I can often get very few or even none. Not sure what's up with that.
Second, the results page comes up without session info, containing a login box, where it should be saying, "Welcome, so-and-so". One can either navigate from there and end up with a nasty cookie error, or one can go back, but that takes two clicks to even get off the page.
Third, neither the new search module nor the Google box in the Advanced Search contain a watermark, while the pop-up search panel
does contain the watermark. Not a huge deal, but probably an indication that something is amiss.
In looking at the code that Google supplies, I noted that
Code:
<input type="hidden" name="ie" value="ISO-8859-1" />
was omitted from the mod. Was this intentional?
Also, there is no mention of which search option to use in the Google Search configuration (can be set during initial setup or adjusted later). Since the mod is expecting to display the results on the originating site, I went ahead and set it that way, and then specified
http://mysite.com/forum/searchresults.php. After trying the other two settings, I get the same results.
I'm running vB 3.8.2 and vBa 3.2.0. Any ideas?