My Drupal and vBulletin installation using UTF-8 character encoding.
When i use Drupalvb module i get this (see attached screenshot).
How i can fix it?
Thanks.
(*sorry, my english is wery bad)

CommentFileSizeAuthor
drupalvb.png138.27 KBsugresmax

Comments

barm’s picture

Какая кодировка стоит на базе вбюлетеня? Друпал использует utf-8. Возможно, потому и происходит путанница.

RDart’s picture

To properly login, logout, and synchronize users between vBulletin and Drupal,

* open vBulletin's includes/config.php file and

- ensure that, when connecting via MySQLi, the 'charset' option is configured
as following:

$config['Mysqli']['charset'] = 'utf8';

http://drupalcode.org/viewvc/drupal/contributions/modules/drupalvb/READM...

sun’s picture

Category: bug » support
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.