Quote:
Originally Posted by connkid25
If anyone finds a way to make the search work in RC4, please post it! It no longer works..
|
I fixed it this way. If it's the best or most correct way I don't know.
In the template arcade templates -> arcade_ajaxsearch
Find:
Code:
xml.send('arcade.php', 'do=ajaxsearch&searchstring=' + searchstring);
Replace it with
Code:
xml.send('arcade.php', 'do=ajaxsearch&searchstring=' + searchstring + '&');
/SK