How to modify the language string in vbulletin

vbulletin stores all the languages string from database. This languages are stored from language file “vbulletin-language.xml”. This file “vbulletin-language.xml” is found under “Install” folder of your directory. If you need to modify the any language string then you need to modify the “vbulletin-language.xml” file and reimport it into database. You will get contents into the xml file like mentioned below. You simply need to change the value in CDATA of xml contents

<phrase name="access_denied"><![CDATA[Access Denied]]></phrase>

Here you need to modify access Denied into CDATA.

Here are the steps to modify and import
1.Upload the “tools.php” script in the ‘do_not_upload’ folder of the vB zip file to your Admin CP directory and run it from your browser.
2.reimport the vbulletin-language.xml file from admin section
a) Go to”Language and Phrases” then select”Download/Upload Languages” Under this click on “import” button to import english language.
3.  Immediately remove tools.php when you are done.

4. After this run:

Admin CP -> Languages & Phrases -> Add New Language -> Title -> English -> Save

The following two tabs change content below.

Chandra Shekhar

GCP Architect
Chandra Shekhar Pandey is Google certified Cloud engineer, I am Magento2 Trained developer. Having huge experience in designing cloud solution. I have around 12 years of experience with world enterprise IT companies and fortune 500 clients. During my architecture design I am always caring about high availability, fast performance and resilient system. From the programmer background I have huge experience in LAMP stack as well. Throughout my carrier I have worked on Retail, E-Learning, Video Conferencing and social media domain. The motive of creating cutehits was just to share the knowledge/solutions I get to know during my day to day life so that if possible I can help someone for same problems/solutions. CuteHits.com is a really a very effort for sharing knowledge to rest of the world. For any query/suggestion about same you can contact me on below details:- Email: shekharmca2005 at gmail.com Phone: +91-9560201363

Latest posts by Chandra Shekhar (see all)

You may also like...