PDA

View Full Version : Uploaded language xml that was modified to save custom phrases


DannyITR
03-13-2007, 05:22 PM
I did this:

http://www.vbulletin.com/forum/showthread.php?t=98922

If you're uploading a custom language pack (usually a translation) all custom phrases (usually from hacks you've installed) will be removed by default.

To prevent this, you have to edit your language.xml-file applying the follwing changes:

First look for a line similar to

<language name="English" vbversion="3.0.0" type="custom">

on the very top of the file and replace type="custom" with type="phrases".

After that find everything from <settings> to </settings> and remove it.


On a vb3.6 and it worked perfectly. The only thing is that now, when I give an infraction, no PM is sent. What could be the cause of this new language pack preventing infraction PMs from being sent? As far as I can tell everything else with regard to the infraction system still works perfectly.

help

help

Anyone have an idea?

Whats with these double post merges?