And I changed the WEB_DATE_PATTEN in the file OpenmeetingsVariables.java public static final String WEB_DATE_PATTERN = "yyyy.MM.dd HH:mm:ss";
But the way the time is displayed have not been changed. I want my time to be like "2014/05/23" But, it's still 23/05/14 in the mailbox. Thanks. Leon On Fri, May 23, 2014 at 9:28 AM, Leon Wood <[email protected]> wrote: > Hi, > I'm using 3.0.1. I have commented out the Network Testing and Password > Forget links on login window. > I just want to know how to set the order of the timezones list. > It just appears to be random. Hard to find the correct one. > And I tried the sending emails function, I find the time is not correct, I > think it's related to the timezone setting. Although I changed my time zone > setting to some other locations. the time is still the server-side time. > Please give me some ideas about how to deal with that. > > > On Thu, May 22, 2014 at 10:56 PM, Maxim Solodovnik > <[email protected]>wrote: > >> timezones are NOT in the DB, so no-one write them :) >> what version are you using? what is the error? Is it reproducible using >> un-modified OM? >> >> >> >> On Thu, May 22, 2014 at 8:05 PM, Leon Wood <[email protected]> wrote: >> >>> Hi, >>> I have just changed some code files. The language and state are good now. >>> But I just didn't find the file which writes timezones to DB. >>> >>> Another thing I found is that the password reset function doesn't work >>> for me. >>> I can receive the reset email, when I click the address, the page >>> becomes unreachable. >>> >>> thanks, >>> Leon >>> >>> >>> On Thu, May 22, 2014 at 5:40 PM, Maxim Solodovnik >>> <[email protected]>wrote: >>> >>>> you need to delete languages from GUI (Unless you absolutely sure what >>>> are you doing) >>>> you can restore it by running >>>> ./admin.sh -l >>>> after stop OM >>>> >>>> timezones are taken from JAVA not from DB >>>> >>>> >>>> On Thu, May 22, 2014 at 4:09 PM, Leon Wood <[email protected]>wrote: >>>> >>>>> Hi, >>>>> I have deleted all the language records and language values from the >>>>> tables fieldlanguage and fieldlanguagesvalues. >>>>> But unfortunately I had an error showed up when I clicked the menu to >>>>> configure the language. it said it was an internal error. >>>>> And another thing is that , I didn't find any table related to >>>>> timezone. >>>>> >>>>> >>>>> Leon. >>>>> >>>>> >>>>> On Thu, May 22, 2014 at 2:33 PM, Maxim Solodovnik < >>>>> [email protected]> wrote: >>>>> >>>>>> languages should be deleted from database as well (can be done via >>>>>> GUI) >>>>>> search for RegistrationDialog for TZ, will check later today >>>>>> >>>>>> >>>>>> On Thu, May 22, 2014 at 1:20 PM, Leon Wood <[email protected]>wrote: >>>>>> >>>>>>> okay, I'd like to try to recompile. Which source file should I >>>>>>> change in order to reduce the number of default languages and time >>>>>>> zones? >>>>>>> I have deleted some xml files related to languages and time zones, >>>>>>> but when I recompiled and in the "register" page, I still have to choose >>>>>>> among languages and time zones. >>>>>>> Thanks. Please give me some tips. >>>>>>> >>>>>>> >>>>>>> On Thu, May 22, 2014 at 10:40 AM, Maxim Solodovnik < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> OM registration? Client TZ is selected automaticaly (language not >>>>>>>> sure) to change any of it you need to modify java code and recompile >>>>>>>> >>>>>>>> Moodle registration? not sure >>>>>>>> >>>>>>>> >>>>>>>> On Thu, May 22, 2014 at 7:34 AM, Leon Wood >>>>>>>> <[email protected]>wrote: >>>>>>>> >>>>>>>>> Hi, >>>>>>>>> With Maxim's help, I have successfully set up openmeetings to run >>>>>>>>> with Moodle. >>>>>>>>> But when I test to allow users to register, they have to select >>>>>>>>> the language and time zone every time. So I want to set one language >>>>>>>>> and >>>>>>>>> time zone as the default, so they don't have to choose it from the >>>>>>>>> options. >>>>>>>>> And I find the time zones are not listed in order, as a result, it's >>>>>>>>> not >>>>>>>>> easy to find the correct one. >>>>>>>>> >>>>>>>>> And I want to know how to change the default language for the GUI. >>>>>>>>> >>>>>>>>> Best Regards, >>>>>>>>> Leon >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> WBR >>>>>>>> Maxim aka solomax >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> WBR >>>>>> Maxim aka solomax >>>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>> >>> >> >> >> -- >> WBR >> Maxim aka solomax >> > >
