From: Ulf H. <U1...@ul...> - 2004-07-29 14:46:19
|
Hi, I am having a hard time finding out if there is a simple way to chance to time format in the calendar to 24 hour format. I am not sure which version I am on (as I did not find a readme.txt), but it surely is one of the latest ones. Did anybody figure that out yet? Thank you so much. Ulf |
From: Matthew M. <ma...@tu...> - 2004-07-30 14:09:43
|
/conf/dateSettings.en.php change to: if (!defined("PHPWS_TIME_FORMAT")) define("PHPWS_TIME_FORMAT", "H:i"); On Thu, 2004-07-29 at 10:46, Ulf Hallmann wrote: > Hi, > > I am having a hard time finding out if there is a simple way to chance > to time format in the calendar to 24 hour format. > > I am not sure which version I am on (as I did not find a readme.txt), > but it surely is one of the latest ones. > > > Did anybody figure that out yet? > > Thank you so much. > > Ulf -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Marino P. <php...@lo...> - 2004-07-30 19:56:23
|
Matt, this does not have any effect on the calendar. See http://locationmanagers.org The articles show Created on 2004-02-16 14:03:17 Updated on 2004-07-24 13:42:17 But the calendar says Saturday, Jul 31 08:00 without even displaying PM which we entered and the misleading zero makes it look as if it's AM. Using 9.3.3 Marino Matthew McNaney wrote: > /conf/dateSettings.en.php > > change to: > > if (!defined("PHPWS_TIME_FORMAT")) > define("PHPWS_TIME_FORMAT", "H:i"); > > On Thu, 2004-07-29 at 10:46, Ulf Hallmann wrote: > > Hi, > > > > I am having a hard time finding out if there is a simple way to chance > > to time format in the calendar to 24 hour format. > > > > I am not sure which version I am on (as I did not find a readme.txt), > > but it surely is one of the latest ones. > > > > > > Did anybody figure that out yet? > > > > Thank you so much. > > > > Ulf > -- -- ------------------------ Marino Pascal 2525 Crestmoore Pl Los Angeles, CA 90065 323/254-9272 http://LocationScout.com |
From: Ulf H. <U1...@ul...> - 2004-07-31 14:40:28
|
Marino, thanks for pointing this out. Yes, I believe it would take some additional intelligence in calendar in order to handle 24h times correcty: - the am/pm switch would have to vanish in the 24h mode - hours need to be selectable from 1-24, obviously. I remember there used to be a related setting for the 0.8.x calendar. Am I right assuming that this got lost in V9? If so, are there plans to get this integrated again? I am sorry to again pick on an L10N feature... ...fighting the good fight :) Ulf Marino Pascal wrote: >Matt, >this does not have any effect on the calendar. >See http://locationmanagers.org > >The articles show >Created on 2004-02-16 14:03:17 >Updated on 2004-07-24 13:42:17 > >But the calendar says >Saturday, Jul 31 >08:00 >without even displaying PM which we entered and the misleading zero makes it look as if it's AM. > >Using 9.3.3 > >Marino > >Matthew McNaney wrote: > > > >>/conf/dateSettings.en.php >> >>change to: >> >>if (!defined("PHPWS_TIME_FORMAT")) >> define("PHPWS_TIME_FORMAT", "H:i"); >> >>On Thu, 2004-07-29 at 10:46, Ulf Hallmann wrote: >> >> >>>Hi, >>> >>>I am having a hard time finding out if there is a simple way to chance >>>to time format in the calendar to 24 hour format. >>> >>>I am not sure which version I am on (as I did not find a readme.txt), >>>but it surely is one of the latest ones. >>> >>> >>>Did anybody figure that out yet? >>> >>>Thank you so much. >>> >>>Ulf >>> >>> >>-- >> >> > >-- >------------------------ >Marino Pascal >2525 Crestmoore Pl >Los Angeles, CA 90065 >323/254-9272 >http://LocationScout.com > > > > >------------------------------------------------------- >This SF.Net email is sponsored by OSTG. Have you noticed the changes on >Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, >one more big change to announce. We are now OSTG- Open Source Technology >Group. Come see the changes on the new OSTG site. www.ostg.com >_______________________________________________ >Phpwebsite-developers mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > |
From: Kenneth P. <kpo...@po...> - 2004-07-30 19:00:36
|
Ulf, Also have a look at this brilliant FAQ: http://phpwebsite.appstate.edu/index.php?module=faq&FAQ_op=view&FAQ_id=238 ;-) Kenneth Matthew McNaney <ma...@tu...> wrote: > /conf/dateSettings.en.php > > change to: > > if (!defined("PHPWS_TIME_FORMAT")) > define("PHPWS_TIME_FORMAT", "H:i"); > > > On Thu, 2004-07-29 at 10:46, Ulf Hallmann wrote: > > Hi, > > > > I am having a hard time finding out if there is a simple > way to chance > > to time format in the calendar to 24 hour format. > > > > I am not sure which version I am on (as I did not find a > readme.txt), > > but it surely is one of the latest ones. > > > > > > Did anybody figure that out yet? > > > > Thank you so much. > > > > Ulf > -- > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > http://phpwebsite.appstate.edu > http://ess.appstate.edu > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the > changes on > Linux.com, ITManagersJournal and NewsForge in the past few > weeks? Now, > one more big change to announce. We are now OSTG- Open > Source Technology > Group. Come see the changes on the new OSTG site. > www.ostg.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-deve > lopers |
From: <al...@yu...> - 2004-07-30 13:45:35
|
Go the site and check in FAQ's section. I'm sure there's something there = about it regards ----- Original Message -----=20 From: Ulf Hallmann=20 To: php...@li...=20 Sent: Thursday, July 29, 2004 4:46 PM Subject: [Phpwebsite-developers] Calendar: 24 hour time? Hi, I am having a hard time finding out if there is a simple way to chance = to time format in the calendar to 24 hour format. I am not sure which version I am on (as I did not find a readme.txt), = but it surely is one of the latest ones. Did anybody figure that out yet? Thank you so much. Ulf |
From: <al...@yu...> - 2004-08-02 14:52:06
|
Dear friends, I try phpwebsite under windows and works ok, but when I = rty to ised under *nix is a great mess, anyone has experimented = something like that.......regards Alberto ----- Original Message -----=20 From: Alberto Garc=EDa G=F3mez=20 To: php...@li...=20 Sent: Friday, July 30, 2004 9:42 AM Subject: Re: [Phpwebsite-developers] Calendar: 24 hour time? Go the site and check in FAQ's section. I'm sure there's something = there about it regards ----- Original Message -----=20 From: Ulf Hallmann=20 To: php...@li...=20 Sent: Thursday, July 29, 2004 4:46 PM Subject: [Phpwebsite-developers] Calendar: 24 hour time? Hi, I am having a hard time finding out if there is a simple way to = chance to time format in the calendar to 24 hour format. I am not sure which version I am on (as I did not find a = readme.txt), but it surely is one of the latest ones. Did anybody figure that out yet? Thank you so much. Ulf |
From: Don S. <do...@se...> - 2004-08-04 01:16:17
|
Most definitely yes since I'm pretty sure it is developed on linux machines in the first place. Saying it is "a great mess" is absolutely not helpful. Provide detailed notes on what is wrong and what errors you are seeing. Don. On 10:34 Mon 02 Aug , Alberto Garc?a G?mez wrote: > Dear friends, I try phpwebsite under windows and works ok, but when I > rty to ised under *nix is a great mess, anyone has experimented > something like that.......regards Alberto --=20 Don Seiler do...@se... Public Key: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xFC87F041 Fingerprint: 0B56 50D5 E91E 4D4C 83B7 207C 76AC 5DA2 FC87 F041 |
From: <al...@yu...> - 2004-08-05 01:20:15
|
I thing taht teh problem is because I'm haven't installed the pear....but whe I get it(the .tar.gz) and unpacked it I don'rt know what I have to do with it Sorry but my english....I'm cuban regards Alberto ----- Original Message ----- From: "Don Seiler" <do...@se...> To: <php...@li...> Sent: Wednesday, August 04, 2004 3:16 AM Subject: Re: [Phpwebsite-developers] About phpwebsite under *nix |
From: Shaun M. <sh...@ae...> - 2004-08-05 12:50:27
|
On 4 Aug 2004, at 20:11, Alberto Garc=EDa G=F3mez wrote: > I thing taht teh problem is because I'm haven't installed the=20 > pear....but > whe I get it(the .tar.gz) and unpacked it I don'rt know what I have to=20= > do > with it > The parts of PEAR that you need come with phpWebSite already. You=20 configure the location in the /core/Core.php file. There are three=20 lines, one for a system install for the App State developers, one for=20 general UNIX/Linux/MacOSX systems and one for Windows. If you're using the system's in built PEAR install and it's defined on=20= the php include path properly, comment out all three. To install PEAR on your UNIX system you go to a shell, providing you=20 have shell access, and type 'pear install <modulename>' replacing=20 <modulename> with the module your need. eg. pear install Mail_mime Shaun aegis design - http://www.aegisdesign.co.uk |
From: <al...@yu...> - 2004-08-05 09:04:03
|
I'm tring to install whoisonline as the setup readme said http://www.myserver.com/mod/phpwhoisonline/phpwhoisonline_setup.php and return this Warning: Failed opening '../../open_session.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on line 17 Warning: Failed opening '../../config.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on line 21 Unable to select database what's going wrong????? |
From: Shaun M. <sh...@ae...> - 2004-08-05 13:04:10
|
This looks like you are trying to install an old phpwhoisonline module =20= which will not work on phpWebSite 0.9. Modules from the old v0.7 and =20 v0.8 system will not work at all. You'll find a newer version at =20 http://www.shirka.org/phpwebsite/index.php?=20 module=3Dpagemaster&PAGE_user_op=3Dview_page&PAGE_id=3D19&MMN_position=3D5= 3:48 I'd advise against installing it on busy websites or servers with low =20= resources as it performs frequent INSERTS into the database to keep =20 track of visitors. It would be much better if it used some of the php shared memory =20 routines to temporarily store the visitors data instead of a database. =20= That would mean it only worked on Linux/UNIX/MacOSX but hey, that's a =20= good restriction. ;-) On 5 Aug 2004, at 04:01, Alberto Garc=EDa G=F3mez wrote: > I'm tring to install whoisonline as the setup readme said > http://www.myserver.com/mod/phpwhoisonline/phpwhoisonline_setup.php > > and return this > > Warning: Failed opening '../../open_session.php' for inclusion > (include_path=3D'.:/usr/share/pear') in > /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on =20= > line 17 > > Warning: Failed opening '../../config.php' for inclusion > (include_path=3D'.:/usr/share/pear') in > /var/www/html/arcoiris/mod/phpwhosonline/phpwhosonline_setup.php on =20= > line 21 > Unable to select database > > what's going wrong????? > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes = on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source =20 > Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > Shaun aegis design - http://www.aegisdesign.co.uk |