Seite 1 von 1
Callight/Box
Verfasst: 03.01.2004 23:29
von Gert
Hi Leute......
hab den Cal light installiert.
Nun würde es mich interessieren ob es nicht möglich ist bevorstehende Termine Anzeigen zu lassen, zb. wie bei den Geburtstagen.
Meine also nicht die Eventlist, sondern auch ne eigene Box.
Gruss Gert
Verfasst: 04.01.2004 13:17
von Gert
Hi Leute.....
hab da was gefunden, den calpeek.
Musste 2 Dateien hochladen.
Nur daraus werd ich nicht schlau
5. Copy the following code into any web page to reference the calpeek functions. Set the $calpeek_path
variable to the relative bath from your web page to the directory holding the calpeek files. Note
that this page MUST be run through your PHP parser, or your event list will not be displayed:
<?php
$calpeek_path = "calpeek_plus/"; // Path from this file to the calpeek files
include ($calpeek_path . "calpeek.php");
?>
Whenever you want to include an event list on this page, just insert the following PHP code:
<?php echo calpeek(__config_index__, __template_index__); ?>
where __config_index__ is a numerical value that matches the desired configuration array, and
__template_index__ is a numberical value that matches the desired template array. You can leave
these values out; if you do, the calpeek() function defaults to "0" (zero) for both.
6. That's it!
Könnte mir das einer näher erläutern?
Gruss Gert
PS. Das iss der ganze Mod
Calpeek