PDA

View Full Version : How to update phrases?


Elixar
06-08-2015, 08:03 PM
I pretty much edited a phrase by changing the english translation, and things got messed up. Even when I put it back to the original translation, the problem still was there. Is there a way to like refresh all the phrases in the Update tools?

Lynne
06-09-2015, 01:07 AM
If you upload the tools.php file from the do_not_upload directory (and the /install directory), you may point your browser to that and reupload the Master Language.

Elixar
06-10-2015, 06:13 PM
Edit:

I imported the Language.xml file [Language] This will take the latest language from ./install/vbulletin-language.xml
Version: 4.2.2

Problem is still there.

Elixar
06-12-2015, 01:56 PM
I changed the reportpost_newthread phrase to this to try and change the title:

$subject = $foruminfo['title'] . ' - ' . $threadinfo['postusername'] . ' - ' . vbdate($vbulletin->options['dateformat'], TIMENOW, 1);

And it got messed up, so I put it back to the original translation. All the reports made now still carry that title format and when you click on the thread, you get a permissions error and then the report threads don't show up in the report forum.

I've rebuild the master language and imported the language xml file, still nothing. :(