Quote:
Originally Posted by albibak
I don't understand it : "If they show up then its probably the language that has to be recached, try to submit one of the entries and see if that recaches them if not I will come up with a solution."
I found some font_color in the phrases.
vBulletin was installed in english and I put a french language and put it by default
|
Alright open install_fontcolor.php
find:
PHP Code:
update_phrasegroups ( 'global' ) ;
update_phrasegroups ( 'user' ) ;
and replace with:
PHP Code:
update_phrasegroups ( 'global', 2 ) ;
update_phrasegroups ( 'user', 2 ) ;
then reupload the new install_fontcolor.php to the admincp and run ONLY steps 4 and 5
ie:
http://yourforum.com/admincp/install...lor.php?step=4
is what you should run.
That will hopefully recache the French language. Let me know if this works.
Regards,
g-force2k2