Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 3 of 3

Thread: Question about 'Default Language' setting.

  1. #1
    Senior Member
    Join Date
    Nov 2009
    Posts
    168

    Default Question about 'Default Language' setting.

    When I installed vBET, I already had about 18,000 forum users, most of which have not yet set their 'default language' setting in their user CP. I don't want to require this, as it'll result in many tech noobs asking me why the system won't let them view threads.

    Thus, my question is this- what MySQL query should I manually run to update all 'Not Set' values to just 'English'?

  2. #2
    MichaƂ Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    First of all - when user default language is not set then vBET assumes that it is same as forum default language. So you do not have to set it at all

    If you still want to this is the query (NOTE: add table prefix if you use it before table name):
    Code:
    UPDATE user SET vbet_def_lang='en' WHERE vbet_def_lang IS NULL OR vbet_def_lang='';
    Last edited by vBET; 28-01-10 at 00:04. Reason: Typo

  3. #3
    Senior Member
    Join Date
    Nov 2009
    Posts
    168

    Default

    Thanks very much!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •