Re: [Php-calendar-discussion] Translation - Single Event
Brought to you by:
sproctor
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 |