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)
| Comment | File | Size | Author |
|---|---|---|---|
| drupalvb.png | 138.27 KB | sugresmax |
Comments
Comment #1
barm commentedКакая кодировка стоит на базе вбюлетеня? Друпал использует utf-8. Возможно, потому и происходит путанница.
Comment #2
RDart commentedTo 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...
Comment #3
sun