php-calendar-discussion Mailing List for PHP-Calendar (Page 7)
Brought to you by:
sproctor
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
(4) |
Mar
(23) |
Apr
(5) |
May
(6) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2004 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(1) |
2005 |
Jan
(5) |
Feb
(14) |
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(18) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
(4) |
Feb
(3) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
2009 |
Jan
(3) |
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Sean P. <spr...@cc...> - 2003-03-05 18:07:57
|
On Wed, Mar 05, 2003 at 04:11:35PM +0100, Zeno Davatz wrote: > Hi List Hi, > 1. I was just curious if the author or anybody else using php-calendar knows > of any intentions to export the data in php-calendar in the iCal-Format. > > 2. I am also curious to know if the author or anybody else is interested in > exporting the data so it can be hotsynced to Palm or Mac iSync. > > Yes, I am interested in both those features. If there is substantial support > by the author or anybody else I would even be willing to do some of the > development trough our company. I don't have the time to do it, and I don't know anything about the ical format, but I would gladly take patches for it. Sean |
From: Sean P. <spr...@cc...> - 2003-03-05 18:05:36
|
On Wed, Mar 05, 2003 at 02:47:14PM +0100, Zeno Davatz wrote: > Hi List Hi, > Just installed the php-calendar. Works nice and fine, except that I would > like to change the colors. Does anyone have other css configured (I like the > ocean colors on the sourceforge site). I'll do a little development today and make sure everything is still working then do a release. the current version is trivial to change the colors in. there's a colors.php file that sets the colors. Sean |
From: Zeno D. <zd...@yw...> - 2003-03-05 15:11:42
|
Hi List 1. I was just curious if the author or anybody else using php-calendar knows of any intentions to export the data in php-calendar in the iCal-Format. 2. I am also curious to know if the author or anybody else is interested in exporting the data so it can be hotsynced to Palm or Mac iSync. Yes, I am interested in both those features. If there is substantial support by the author or anybody else I would even be willing to do some of the development trough our company. Thanks for any hints or feedback. Zeno |
From: Zeno D. <zd...@yw...> - 2003-03-05 13:47:23
|
Hi List Just installed the php-calendar. Works nice and fine, except that I would like to change the colors. Does anyone have other css configured (I like the ocean colors on the sourceforge site). Thanks for any help or feedback. Zeno |
From: Sean P. <spr...@cc...> - 2003-03-04 02:38:56
|
On Mon, Mar 03, 2003 at 08:06:21PM -0000, Phil Waller wrote: > Hi. > First of all, I'm a complete newbie so please be gentle! > I am using version 0.5 because it suits what I'm trying to do. Everything is exacly how I want it except... > If a multiday event is entered it only shows as a single day event in the calendar. If you look at the details it is correctly entered in the database as a multiday event so it is the viewing that is the problem. > I have tried the example 0.5 calendars and they too do not display multiday events properly. > I have tried comparing the code with 0.7 which works as expected but cannot see where the problem is. > I really do not want to go to 0.7 as I have got 0.5 looking exactly the way I want it. > Any ideas please? > > Phil That's the way 0.5 works. it was done like that intentionally. I don't have enough time to support the versions I've released, let alone older versions. if you want it, either read the code from 0.7 or upgrade. (I'll release 0.8 in a few days, I think, so don't upgrade quite yet). Sean |
From: Phil W. <phi...@nt...> - 2003-03-03 21:40:36
|
Hi. First of all, I'm a complete newbie so please be gentle! I am using version 0.5 because it suits what I'm trying to do. = Everything is exacly how I want it except... If a multiday event is entered it only shows as a single day event in = the calendar. If you look at the details it is correctly entered in the = database as a multiday event so it is the viewing that is the problem. I have tried the example 0.5 calendars and they too do not display = multiday events properly. I have tried comparing the code with 0.7 which works as expected but = cannot see where the problem is. I really do not want to go to 0.7 as I have got 0.5 looking exactly the = way I want it. Any ideas please? Phil |
From: Sean P. <spr...@cc...> - 2003-02-23 19:33:54
|
On Sat, Feb 22, 2003 at 12:30:18AM -0800, Jim Michaels wrote: > The following changes will brighten the look and feel. can you send a unified diff against CVS? I think the command is cvs -u diff or something. or if you have both downloaded. diff -ur old_path new_path > patch.diff > - On ie5.5, the month buttons were full page width and > took up most of the screen. Now they all fit on one > line so I can see the calendar. this was probably a mistake that's been fixed... does the cvs version show this behavior? > - The nav buttons now show lime-green whenever that > month or year has any events in it. I'd really like to avoid having inline style. if you could make this customizable (check out style.css.php), then I'll take it. Thanks, Sean |
From: Jim M. <jmi...@ya...> - 2003-02-22 08:30:18
|
The following changes will brighten the look and feel. - On ie5.5, the month buttons were full page width and took up most of the screen. Now they all fit on one line so I can see the calendar. - The nav buttons now show lime-green whenever that month or year has any events in it. index.inc.php ------------- function navbar($year, $month, $day) { global $BName; $nextmonth = $month + 1; $lastmonth = $month - 1; $nextyear = $year + 1; $lastyear = $year - 1; $output = "<div id=\"navbar\"> <a "; if (get_events_cnt_by_year($lastyear) > 0) { $output .= "style=\"background-color: Lime;\" "; } $output .= "href=\"?month=$month&year=$lastyear\">" . _('last year') . "</a> <a "; if (get_events_cnt_by_month($lastmonth, $year) > 0) { $output .= "style=\"background-color: Lime;\" "; } $output .= "href=\"?month=$lastmonth&year=$year\">" . _('last month') . "</a> "; for($i = 1; $i <= 12; $i++) { $output .= "<a class=\"month\" "; if (get_events_cnt_by_month($i, $year) > 0) { $output .= "style=\"background-color: Lime;\" "; } $output .= "href=\"?month=$i&year=$year\">" . short_month_name($i) . "</a>\n "; } $output .= "<a "; if (get_events_cnt_by_month($nextmonth, $year) > 0) { $output .= "style=\"background-color: Lime;\" "; } $output .= "href=\"?month=$nextmonth&year=$year\">" . _('next month') . "</a> <a "; if (get_events_cnt_by_year($nextyear) > 0) { $output .= "style=\"background-color: Lime;\" "; } $output .= "href=\"?month=$month&year=$nextyear\">" . _('next year') . "</a> </div> <div> <a class=\"box\" href=\"add.php?month=$month&year=$year&day=$day\">" . _('Add Item') . '</a> </div>'; return $output; } calendar.inc.php ---------------- function get_events_cnt_by_month($month, $year) { global $sql_tableprefix; $database = connect_to_database(); $result = mysql_query('SELECT count(*) AS cnt FROM ' . $sql_tableprefix . "events WHERE (stamp >= \"$year-$month-1 00:00:00\" AND stamp <= \"$year-$month-31 23:59:59\") OR (duration >= \"$year-$month-1 00:00:00\" AND duration <= \"$year-$month-31 23:59:59\")", $database) or soft_error("get_events_cnt_by_month failed:" . mysql_error()); $row = mysql_fetch_array($result, MYSQL_ASSOC); return $row['cnt']; } function get_events_cnt_by_year($year) { global $sql_tableprefix; $database = connect_to_database(); $result = mysql_query('SELECT count(*) AS cnt FROM ' . $sql_tableprefix . "events WHERE (stamp >= \"$year-1-1 00:00:00\" AND stamp <= \"$year-12-31 23:59:59\") OR (duration >= \"$year-1-1 00:00:00\" AND duration <= \"$year-12-31 23:59:59\")", $database) or soft_error("get_events_cnt_by_month failed:" . mysql_error()); $row = mysql_fetch_array($result, MYSQL_ASSOC); return $row['cnt']; } style0.css ---------- body { color: Black; background-color: White; } a { color: Black; background-color: inherit; } a:hover { color: ffddee; background-color: inherit; } h1 { background-color: Gray; color: White; } #calendar { background-color: black; color: white; } caption { background-color: #ddffee; color: black; } th { background-color: #ffeedd; color: black; } #navbar a { background-color: #ffeedd; color: black; } #navbar a:hover { color: silver; background-color: black; } .past, .past td { color: inherit; background-color: #ffeedd; } .future, .future td { color: inherit; background-color: white; } .none { background-color: gray; color: inherit; } #calendar table { background-color: black; color: inherit; } #calendar table a:hover { background-color: gray; color: inherit; } #display { background-color: black; color: white; } #display td { background-color: silver; color: black; } .box { background-color: silver; border-color: black; color: black; } a.box:hover { background-color: black; color: silver; } style-ie.css ------------ #navbar a { } generic.css ----------- a.month { } .past, .future { text-align: left; } ===== ---------------- Jim Michaels jmi...@ya... __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: Sean P. <spr...@cc...> - 2003-02-04 15:05:59
|
On Mon, Feb 03, 2003 at 08:16:09PM +0100, Frank Zeidler wrote: > Hi, >=20 > I=B4ve just tried the php-calendar without using the install-file. It w= orks > fine so far but I have some trouble with the translation. Translation i= s set > to 1 in the config.inc.php but when I=B4am switching to `de` nothing ha= ppens. >=20 > Any ideas what I=B4am doing wrong? you need to make the mo file. at least that much might be wrong. also, I haven't been able to get the translating working lately, I'm not sure why= . I should add that to the installer. anyway, I haven't been able to figure o= ut how to get it working lately. if you look in calenar.inc.php for a transl= ate function, most of the stuff you need should be in there. > Another point is the the single Event. Is the a way to put HTML in the > description? on submitting an event, I strip out all the html except anchor tags. I'd = like to parse the input and allow certain tags and attributes, etc. I like the= way postnuke does this. if you'd write something like that I'd really appreci= ate it, otherwise, you can just comment out the part that strips out html. it= 's in eventsub.inc.php (I think, I changed the file names recently). hope this helps, Sean |
From: Frank Z. <me...@7-...> - 2003-02-03 19:16:04
|
Hi, I´ve just tried the php-calendar without using the install-file. It works fine so far but I have some trouble with the translation. Translation is set to 1 in the config.inc.php but when I´am switching to `de` nothing happens. Any ideas what I´am doing wrong? Another point is the the single Event. Is the a way to put HTML in the description? Thanks in advance Frank |
From: Glenn S. <g_s...@ya...> - 2003-01-31 18:57:57
|
Is there an easy way to add password protection for adding or updating to the calendar? I was thinking of a list of valid users and password in a mysql table that the user must enter on a form before it allows changes and pass the user name to the phpc_events as the username. also, for some reason, the varaible $sql_database didn't work for me.It couldn't find the database. If I hard coded the database name in it seems to work fine. Thanks for putting the calendar together and for the help Glenn S. --------------------------------- Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now |
From: Sean P. <spr...@cc...> - 2003-01-15 12:24:34
|
So my friend wanted to put his class schedule online. from this was born weekly, daily, and monthly events. you may notice a number of changes with how durations, etc work. I also had to change how events are stored in the database quite a bit (this is a hint for anyone who wants to write and update script ;-). on the main page, I switched from using a table to display the events to using an unordered list. this has apparently made things much nicer in w3m and it looks basically the same in mozilla. perhaps IE has degraded, I'm unsure, and don't care a whole lot (it simplified the code a bit, and there really was no reason to have a table there). extra credit: at some point in the not-so-recent past, the links in mozilla changed behavior (the ones in the calendar, they used to highlight anywhere you moused over in the box, now you need to mouse over the text). it doesn't validate right now. even more extra credit to anyone who can figure out how to make the forms validate. or perhaps I'll switch to phpBB's session management like I'd been planning to. (maybe I'd get php3 working again if I did that) Sean |
From: Sean P. <spr...@cc...> - 2003-01-11 00:06:41
|
ok, I got the install script working. If anyone wants to go through it and pretty it up a little, that'd be cool. the calendar is at www.rottenvegetable.org/php-calendar/ Tai, I put a modified version of your install doc up on CVS (actually, I did that when you sent it to me), if you want to read through it and yell at me for mangling it, that'd be cool. If anyone wants a calendar hosted at rottenvegetable.org, send me an e-mail. right now it's hosted at phpwebhosting.com, but hopefully I'll be getting DSL with a static IP by february and switching it to my own computer. oh, I don't remember if I said this last night... the single event view is *UGLY*. I'll probably fix it in the next few days, but if someone has ideas and/or wants to do it, please share. Those of you that respond to me: you're wicked cool. I was real happy when I checked my e-mail today and someone actually cared about what I spent yesterday doing. I don't know why this e-mail is in these strange sections. I guess I'm weird. happy birthday to me, Sean PS why PS in e-mail? don't ask. If anyone wants some changes to php-calendar.sf.net, let me know. or if anyone wants CVS access or anything like that. I probably say this a lot, but since no one has taken me up on it you probably just ignore it anyway. PPS I smell bad right now, because I've been pretty impressively lazy for the past few days, but not quite like a monkey yet. PPPS Isn't this ridiculous? I postponed this e-mail for a bit. Anyway, I just wanted to explain how the "cluster calendar" Nate wrote (I really should get him on this list. I'll postpone the e-mail again to add him.) works. each calendar needs index.php miniconfig.inc.php (oh, let me explain this scheme; .inc.php means a file we should now allow to be interpreted by php. .inc allows the user to view the source of it, and it also makes my editor not highlight/indent right, etc., so .inc.php it is) and style.css.php. you can put these files wherever, then edit miniconfig.inc.php $basedir to point to where the rest of the files are (calendar.inc.php, etc. you only need one copy of these for all the calendars), and make $calno (again in miniconfig.inc.php) different for each calendar. I'm not sure if he actually uses the phpc_calendars table. I don't remember reading any code that referred to it. This is all of course extra-credit and so isn't handled by the installer (though I should probably add this whole comment to the INSTALL file or something). PPPPS Annoyed yet? Think I have too much time on my hands? Anyway, the search stuff needs some work if someone wants to look at it. It should really be split up into two separate functions referenced from index.php. You'd know what I mean if you looked at it. It should be rather trivial, maybe I'll do it tonight. OK, I'm really ending this now, it's getting out of hand. |
From: Sons, F. <Fra...@da...> - 2003-01-10 14:51:49
|
Heya :) first of all: Happy birthday Sean! and i'll take a look at your example as soon as it will be up, sounds = good so far. Frank > -----Original Message----- > From: Sean Proctor [mailto:spr...@cc...] > Sent: Friday, January 10, 2003 3:48 PM > To: php...@li... > Subject: [Php-calendar-discussion] lots of work >=20 >=20 > So Nathan Poiro just sent me a huge amount of work on the=20 > calendar. I've > spent the last 12 hours or so working on it. (Yes, I should=20 > be doing other > things as it is my birthday, but that's how it goes.) =20 > Anyway, he implemented > some nice stuff and mangled some other things a sufficient=20 > amount for me to > realize that the way I did it originally was awful. So=20 > basically there's > always a navbar now, the whole interface is through one file,=20 > and there's the > start of user support. The user support that exists is pretty=20 > much just a > kind of administrator idea. I put in code to keep the old=20 > anonymous posting, > etc, but you can turn it off easily now. For 1.0 I want to=20 > have real user > support, and support both postgreSQL and MySQL. I think it'll=20 > probably be a > while before I get around to those. Oh yeah, php-calendar is=20 > over a year old > now. I don't remember when I started it, but it was before=20 > last christmas. > This is a rambly report, but Nate split display into by id #=20 > and by date. > I've been working on making those look prettier. I think I=20 > did a decent job. > As always, you can download the latest version from CVS. my=20 > computer here is > behind a firewall and I don't feel like setting up the=20 > calendar on another > server before I go to bed. tomorrow I'll have an example up.=20 > it's looking > really nice though. > Thanks, Nate. (I wonder if he's on this list.) >=20 > Sean >=20 >=20 > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Php-calendar-discussion mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion >=20 |
From: Sean P. <spr...@cc...> - 2003-01-10 14:48:09
|
So Nathan Poiro just sent me a huge amount of work on the calendar. I've spent the last 12 hours or so working on it. (Yes, I should be doing other things as it is my birthday, but that's how it goes.) Anyway, he implemented some nice stuff and mangled some other things a sufficient amount for me to realize that the way I did it originally was awful. So basically there's always a navbar now, the whole interface is through one file, and there's the start of user support. The user support that exists is pretty much just a kind of administrator idea. I put in code to keep the old anonymous posting, etc, but you can turn it off easily now. For 1.0 I want to have real user support, and support both postgreSQL and MySQL. I think it'll probably be a while before I get around to those. Oh yeah, php-calendar is over a year old now. I don't remember when I started it, but it was before last christmas. This is a rambly report, but Nate split display into by id # and by date. I've been working on making those look prettier. I think I did a decent job. As always, you can download the latest version from CVS. my computer here is behind a firewall and I don't feel like setting up the calendar on another server before I go to bed. tomorrow I'll have an example up. it's looking really nice though. Thanks, Nate. (I wonder if he's on this list.) Sean |
From: Sean P. <spr...@cc...> - 2002-12-23 19:42:09
|
On Mon, Dec 23, 2002 at 07:29:44AM -0800, Christian Hoss wrote: > oops - version is 07 (sorry ... I always download the > latest stable - does that mean I should download the > latest Work In Progress? Why don't I just try it > tonight & not ask you a stupid question like that?!! > :) And really appreciate the fast response...) When do > you plan on releasing Work In Progress as 08? I'm not sure when 0.8 will be ready. I think it's basically done now. I just need to update the documentation and see if there's anything vital I want to add yet. I'd appreciate any help from people in testing the CVS version now. As I said, I rewrote the installer a few weeks ago and it could definitely stand some testing. Sean |
From: Sean P. <spr...@cc...> - 2002-12-23 06:20:10
|
On Sun, Dec 22, 2002 at 08:03:20PM -0800, Christian Hoss wrote: > Untarred, followed INSTALL instructions. > MySQL-3.23.51 > PHP-4.2.2 would be more helpful if you gave a version of the calendar. Anyway, this is because your server does not support gettext and the install script was very poorly written and has been completely rewritten for the next version Sean |
From: Christian H. <cw...@ya...> - 2002-12-23 04:03:20
|
Untarred, followed INSTALL instructions. MySQL-3.23.51 PHP-4.2.2 Message when I accessed install.php via web Fatal error: Call to undefined function: _() in /usr/local/apache/htdocs/php-calendar/install.php on line 35 _("MySQL hostname:") . '</td> <td><input type="text" name="my_hostname" value="localhost"></td> </tr> At this point it shouldn't have anything to do with MySQL, should it? It's just drawing the form for input... __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |
From: Sons, F. <Fra...@da...> - 2002-12-13 09:12:03
|
Hey there :) as i said before - i already got a new hoster, i'm just to lazy to put = everything up again *g* But thx anyway! Frank > -----Original Message----- > From: me...@ta... [mailto:me...@ta...] > Sent: Thursday, December 12, 2002 8:02 PM > To: spr...@cc...; Sons, Frank; > php...@li... > Subject: Re: Space for PHP Calendar >=20 >=20 > Hi guys, >=20 > I have space on my webserver. If you would like a subdomain,=20 > I'd be happy > to help you out. I monitor it very carefully, so as long as=20 > you don't mess > with my stuff, you are welcome. How much space would you need? >=20 > --Tai Graham >=20 > -------------------------------------------------------------------- > mail2web - Check your email from the web at > http://mail2web.com/ . >=20 >=20 >=20 |
From: Paul L. <ph...@cs...> - 2002-12-13 04:18:12
|
Hi, It's great you've moved to xhtml. I need a xhtml compliant calendar for my site. The calendar looks great in Mozilla. Do you have any plans to fix the presentation in M$ Explorer? Also, is there a way to turn off the add item and delete item functions? Thanks, Paul |
From: <me...@ta...> - 2002-12-12 19:01:58
|
Hi guys, I have space on my webserver=2E If you would like a subdomain, I'd be hap= py to help you out=2E I monitor it very carefully, so as long as you don't m= ess with my stuff, you are welcome=2E How much space would you need? --Tai Graham -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web=2Ecom/ =2E |
From: Sons, F. <Fra...@da...> - 2002-12-12 10:05:21
|
> I'm sorry to hear that. I'd offer space, but I never have=20 > anything reliable, > and I don't even have something unreliable right now. =20 > Actually, if you have > a SF account, I can give you access to the php-calendar web=20 > site we're I've worked on things a bit. i already have new webspace, but my old hoster went bankrupt too fast, = so i couldn't save my old database (i was too lazy to make regular = backup for private stuff) - and now i'm too lazy to rebuild everything = *g* > I was thinking more along the lines of using an existing=20 > standard. I don't > have such an ego as to think I could create my own. i don't have any experience with that, is there a standard already? > I have an old copy lying around. I don't know if you've done=20 > anymore work on > it or not. I would like to use phpbb sessions eventually,=20 > but I haven't had > the time nor motivation to set them up yet. hehe, i completly understand that *g* > I used your translations for my version. I'm trying to get=20 > it working now, > I'll let you know how it turns out. ok :) Frank |
From: Sean P. <spr...@cc...> - 2002-12-12 05:55:58
|
On Tue, Dec 10, 2002 at 10:38:39AM +0100, Sons, Frank wrote: > Sorry for the delay - either the list is still dead or i don't get other mails - if the list is used, can someone please reply to me directly? ;) > > Anyway, i don't have that much time to test new versions atm, i lost my old webhoster (and lost my own version of the calender where i created login etc.) and i'm too lazy/don't have that much time to set up a new version and create login etc. again. I'm sorry to hear that. I'd offer space, but I never have anything reliable, and I don't even have something unreliable right now. Actually, if you have a SF account, I can give you access to the php-calendar web site we're I've worked on things a bit. > Maybe during xmas vacation or at the beginning of 2003 *g* I'm in no hurry. :-) > about the new ideas: > > - a standard for calendar data sounds nice, but i think you need to talk to other developers of calendars before and ask them if they would like something like that too. makes no sense to create a standard if no one uses it, right? I was thinking more along the lines of using an existing standard. I don't have such an ego as to think I could create my own. > - i never had problems with the install script, can't say anything to that Good to hear. :-) > - anonymous/registrated user post, well - my edited version had support for login and only show entries to the owner, but he could also make an entry "public" so everyone could see it, he even could also make it editable, so everyone could change it also... > i guess it wouldn't have been that hard to allow anonymous postings as well, but it was based on 0.5, so the code is as bit older *g* > > if you want to take a look at it anyway, i can try to find it and send it to you Sean. I have an old copy lying around. I don't know if you've done anymore work on it or not. I would like to use phpbb sessions eventually, but I haven't had the time nor motivation to set them up yet. > - language support, i changed the calendar to display english/german before it has that support, need to test your version before i can say more to that *g* I used your translations for my version. I'm trying to get it working now, I'll let you know how it turns out. regards, Sean |
From: <JG...@ao...> - 2002-12-11 11:04:15
|
Ignore me, I can't spell calendar :D |
From: <JG...@ao...> - 2002-12-11 10:43:24
|
I have just installed php-calendar, but am having difficulties :( i have setup the database and calendar tables, i have copied the config.inc file. but now when i run the thing I get the following message: 'couldn't select item' HELP! thanks. |