jek - that
http://pro.hallina.ru bit really shouldn’t be in your path.
deevio - This looks good, but there may be some issues with using pub_date in this way. The fact that you can save a date there in a previously published document seems more by accident than design. If the document is not published, the date will be cleared out upon publication.
@ jek I this the problem is in the path:
/home/u47039/pro.hallina.ru[red]/wwwhttp[/red]://pro.hallina.ru/assets/snippets/kalender/themes/gold/theme.php
try this:
change near line 194:
$includePath = $base_path.$assets_path.$snippetsPath."/themes/".$theme."/";
to
$includePath = $assets_path.$snippetsPath."/themes/".$theme."/";
change near line 194:
$cssTheme = $themePath."theme.css";
to
$cssTheme = $includePath."theme.css";
works for me
banzai - thanks! =) it works for me too
Looks really good, great job! And many thanks for the contributing!
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Hi Guys,
I have finally implemented the calendar, it looks great but I have not been able to populate the events, can somebody please show me the procedure.
Thanking you very much!
-Mabi
Mabi:
Here’s what you do:
1. Create a folder, title it "Calender" or something. e.g. id=100
2. Associate the $parent parameter with the folder ID. e.g. [ ! Kalender?parent=100 ! ]
3. Create any number of levels of sub-folders within parent, but what is important is you must have created a document (not a folder) as the end node. Kalender only reads non-folders within parent.
4. Document fields that are must-fills include:
a. Title - displays as a marker in your manager.
b. Long Title - displays as an event in the Kalender.
c. Publish Date - displays on the specific date/time of the Kalender.
4. Optional fields include:
a. Description
b. Intro Text
c. Content
d. Unpublish Date
5. If you want the "time" to disappear from the date formating in the event display, set the time as 00:00:00 (midnight)
Hope this helps!?
Also, check that overLib works.
Do you have a working link that you can post here so we can see whats going on with your calender?
Thanks!