Usual problems with Cyrillic and non-latin characters - displayed as "???" (forum works on UTF-8, DB on utf8-general-ci )
Attachment 112655

I need to add instruction in /packages/vbmediawiki/search/result/wiki.php
PHP Code:
@mysql_query('SET NAMES utf8');
after
PHP Code:
$wgDB = mysql_connect($vbulletin->options['mediawiki_db_server'], $vbulletin->options['mediawiki_db_user'], $vbulletin->options['mediawiki_db_password']);
Attachment 112656 - in your source this function return '????????????????????' too?
Integration skin with Opera 10.10 with the same incompatibility, as shown in my
#161 post.
Otherwise - great job!!! :up: