Some people encounter problems with garbled characters when using vBulletin with non-English languages. Here are some things you can check based on my experience troubleshooting these problems: Make sure your HTML charset is appropriate to your forum language: Admin CP -> Languages & Phrases -> Language Manager -> [Edit Settings] -> HTML Character Set _____Also try emptying the blank character stripper: Admin CP -> vBulletin Options -> Censorship ...
The first step towards running vBulletin after you have purchased a license is to download the latest vBulletin package, upload it to your web server and run the installer script. This article will take you through this process step-by-step. Note: Before installing vBulletin you need to have a domain name and a webhosting package with PHP and MySQL installed. You will also need to create a database within the MySQL engine to hold vBulletin's data. Downloading vBulletin ...
ไฟล์แนบ 271I get lots of queries from many phpBB webmasters asking "why vBulletin" when we have phpBB which is free with same features as vBulletin. I will try to answer this question here for all. Remember that vBulletin has countless more features than phpBB. The main thing I like about vBulletin is - I know it well and I am familiar with it. That was not the case when I started with vBulletin but I choose vBulletin over phpBB over and over again because phpBB ...
ไฟล์แนบ 268 Mod Rewrite Friendly URLs คุณต้องสร้างไฟล์ .htaccess แล้วใส่ข้อความตามนี้ RewriteEngine on # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory. # RewriteBase /forum/ RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^threads/.* ...