Quote:
Originally Posted by Haki edit:
can problem be because i connected joomla+vbuleltin with same database? |
Not really, but the utf8 problem is more complex.
there are more elements...
there is browser display.. that is what you changed... and there is database also...
simplified... mysql should also be UTF8...
basically, mysql outputs.. what you enter...
for gallery and vbulletin... if the page is in UTF8, you can enter special chars,.. and they will be displayed correctly...
But the phrase... " welcome ..." was entered in iso or something else...
Basically what you should do...
Open your vbulletin language file in your favorite editor (I use edit plus, but free ones also work)
and save as in UTF-8.
Now reimport the language file... that should work..
(but.. be advised that you should also have your mysql collation in UTF-8 ... you can set this in php myadmin)
There are also some threads at vbulletin.com that explain how to do it..
Luc