Nein, die armen Eltern !! (Ich wohne in Hessen)cyberman wrote:
Und diese Lehrer sollen die Kinder unseres Landes auf das Leben vorbereiten?? Die armen Kinder ...
Search found 9 matches
- Wed Jan 23, 2008 10:25 pm
- Forum: Module und Tags
- Topic: Calendar 0.7.11
- Replies: 19
- Views: 5757
Re: Calendar 0.7.11
- Wed Jan 23, 2008 9:48 pm
- Forum: Module und Tags
- Topic: Calendar 0.7.11
- Replies: 19
- Views: 5757
Re: Calendar 0.7.11
Hi Cyberman, kann ich morgen auch selber. Aber vielen Dank für das Angebot. Dann würde ich meine OpenOffice-Lösung auf Excel umstellen. Ähmm, von Open Source auf Bezahlware ;D? Oh je, nein - eigentlich nicht wirklich! Aber die Leute (Lehrer ;D), die die Termine pflegen, sind mit Excel schon fast üb...
- Wed Jan 23, 2008 9:22 pm
- Forum: Module und Tags
- Topic: Calendar 0.7.11
- Replies: 19
- Views: 5757
Re: Calendar 0.7.11
Das lässt sich in Excel einstellen! Denn rate mal, was die Abkürzung csv bedeutet ;)? CSV = comma seperated values (Steht IMHO auch so in der Anleitung) Hi cyberman, CSV wurde wohl sogar von MS Excel eigeführt. Warum das Komma jetzt (zumindest beim Mac) dem Semikolon gewichen ist, weiss sicher nur...
- Wed Jan 23, 2008 8:49 pm
- Forum: Module und Tags
- Topic: Calendar 0.7.11
- Replies: 19
- Views: 5757
Re: Calendar 0.7.11
Hi Conti, das Datumsformat kannst du auch in Excel 2004 sehr leicht einstellen. Format -> Zellen -> Benutzerdefiniert dann "JJJJ-MM-TT hh:mm" eingeben (ohne Anführungszeichen - logo). Das Format belibt im csv erhalten. Nur trennt Excel mit Semikolon. Wie man das in Excel einstellt, weiss i...
- Sat Jan 19, 2008 4:18 pm
- Forum: Module und Tags
- Topic: Calendar 0.7.11
- Replies: 19
- Views: 5757
Re: Calendar 0.7.11
Hi conti, ich versuche auch gerade den csv-import von Terminen so simple wie möglich hinzubekommen (ist ja irgendwie das Motto von cmsms). Hier meine vorsichtigen ersten Ergebnisse (aber am Mac erzeugt): Das von Dir beschriebene Format scheint korrekt, ich habe solche Daten erfolgreich importieren k...
- Wed May 02, 2007 4:22 pm
- Forum: Modules/Add-Ons
- Topic: FCKeditor changes behaviour after upgrade from 1.04 to 1.06
- Replies: 5
- Views: 4212
Re: FCKeditor changes behaviour after upgrade from 1.04 to 1.06
Hi Dee, thanks for your good advise. It truly solves the problem by solving the symtom. I added your solution to my sites! But I am just wondering what had happend to the FCKeditor. Your solution mentioned above changes the bahaviour of the editor while editing text by entering return or shift-retur...
- Tue May 01, 2007 9:47 am
- Forum: Modules/Add-Ons
- Topic: FCKeditor changes behaviour after upgrade from 1.04 to 1.06
- Replies: 5
- Views: 4212
FCKeditor changes behaviour after upgrade from 1.04 to 1.06
Hi all, I tried to figure it out by myself, but I failed. So I hope to get an solution from an experienced board member: As most of you out there I am using smarty tags inside the html-code of the content area. Usually, if these tags will not generate in-line html-output (e.g. modules), I prefer to...
- Sun Apr 15, 2007 9:18 am
- Forum: Tips and Tricks
- Topic: Speed up your CMSMS site
- Replies: 20
- Views: 23220
Re: Speed up your CMSMS site
Hi Vin, on my sites I am using my own routine for the navigation. This means that individual pages will be addressed by their alias not by their ID (e.g. : index.php?page=home). This results in a wrong md5 encryption of $page in index.php for writing or reading the cache. Furthermore the cache could...
- Sat Apr 14, 2007 2:02 pm
- Forum: Tips and Tricks
- Topic: Speed up your CMSMS site
- Replies: 20
- Views: 23220
Re: Speed up your CMSMS site
Great! Just a little modification/fix: I tried the last posted version (by Vin) on a site based an 1.04 (german) . I found that the last lines are in double: -- echo 'BackUrl().'">« '.lang('back').''; include_once("footer.php"); # vim:ts=4 sw=4 noet ?> -- Unfortunately, no page is ca...