Quote:
Originally Posted by HoSStiA
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']);
|
ok, forgot about that
Quote:
Originally Posted by HoSStiA
|
yes, 4.0.1 did not have that function.. .I did not know what it was for
now with 4.0.2 it is activated
... anyway, I fixed it already
looks like this now:
Quote:
Originally Posted by HoSStiA
Integration skin with Opera 10.10 with the same incompatibility, as shown in my #161 post.
Otherwise - great job!!! :up:
|
ok, will need to install opera to fix that