Nice job orban and rebelde! It works great.
I think this code in search_sphinx.php:
Code:
if (!$vbulletin->config['Sphinx']['host']) $vbulletin->config['Sphinx']['host'] = 'localhost';
should be changed to:
Code:
if (!$vbulletin->config['Sphinx']['host']) $vbulletin->config['Sphinx']['host'] = $vbulletin->config['MasterServer']['servername'];
Two questions:
1) Is there a fix to make wildcards work?
2) Is there a transliteration support for Sphinx?