The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hey all,
I've got some weird phrase issues going on. I installed French on my forum, and it appears to be leaking into the English. I can fix it manually by copying the default text into the English language, but there's just so much... Has anyone encountered this problem? Have you found an easier way to fix it? If you haven't, but have an idea, please share. Much thanks! Edit: To fix this issue, run this query: highly recommend backing up your board first though - I lost my custom phrases in the process Code:
DELETE FROM phrase WHERE languageid = 0 |
#2
|
|||
|
|||
![]()
Hmm...in the admincp under Settings > Options > Style & Language Settings, what do you have selected for Default Language?
|
2 благодарности(ей) от: | ||
Daniel, RichieBoy67 |
#3
|
||||
|
||||
![]()
Funny you should ask :P
|
#4
|
|||
|
|||
![]()
So you have English selected as default but you're still getting French sometimes? I guess that was my only idea.
|
#5
|
||||
|
||||
![]()
Perhaps the language pack has phrases in it that are not in vB by default?
|
2 благодарности(ей) от: | ||
Daniel, RichieBoy67 |
#6
|
||||
|
||||
![]() Quote:
Quote:
|
#7
|
|||
|
|||
![]()
Well, I've never installed a language pack or worked with anything other than English, but I've looked at the fetch_phrase() function that decides which language to get a phrase from. It goes through them in a certain order and looks for the first language where the phrase is non-blank. So from what you describe it seems that it's finding the French before the 'Master" language, or else installing that language pack has somehow made French the 'Master' language. I think the master should be english that vbulletin comes with by default, so it should contain all phrases. But if someone or something has added phrases then Ozzy could be right. (Well, except that I still can't see why it wouldn't use the English if it exists in one of the other languages).
If you put your site in to debug mode (temporarily), the Master language should appear in the Language Manager. Maybe if you look at that it will provide some clues. Here's an article on turning on debug mode if you haven't used it before: https://vborg.vbsupport.ru/showthread.php?t=265999 . |
#8
|
||||
|
||||
![]()
Yea... I did fine something interesting. It seems that all the phrases have the option to be "reverted" to their original. I'd like to revert them all, without doing that manually, if possible. Do you know of a way to do that?
Welp, either that or forgetting this 'Master Language' business and using 'English' as the default. Hey y'all, an update; Running this query solved the issue. Code:
DELETE FROM phrase WHERE languageid = 0 |
#9
|
||||
|
||||
![]()
How did you go about uploading the style? You didn't select to upload it as the Master Style, did you? (That should only be an option if you are in debug mode.)
|
#10
|
||||
|
||||
![]()
I'm not sure what you mean by style. Do you mean language? I didn't upload the language while the forum was in debug mode, so I don't think that was an option. Also note that there was a mix of the languages-95% English, 5% French. It was weird...
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|