This is my first post/question ever, so please go easy on me. I am in need of a calendar application, where the content manager person can go in and update events for any month. I found on the old umbraco forum that PeterD had created the exact same package.
Thank you so much for your prompt reply Peter. I really appreciate it.
I do have another question regarding accessing Media files in umbraco. (I am very new to this).
I have created a media type called "Event". This has 2 properties, "date - date picker with time" and "details - textstring". I then went to the media tab and added an event under a folder called "Events". My question is, how do I access these events in xsl?
I hope I am clear about what I want. If not please do let me know and I will explain better.
I think it would be much better if you created a new DocumentType instead of a Media-type. A media-file is for files, like images, or flashfiles.
Looping through media-files is not really easy to accomplish in XSLT. Looping through document however is dead-easy.
If you're new to umbraco, I suggest to have a look at the CWS, the starterkit that Warren made. It can help you learn the basics of umbraco and what you can do with it.
Calendar Application
This is my first post/question ever, so please go easy on me. I am in need of a calendar application, where the content manager person can go in and update events for any month. I found on the old umbraco forum that PeterD had created the exact same package.
I get the error message "Due to a fried server, a lot is lost" when I go to http://calendar.dijksterhuis.nu/
I cant get to another package by ismail either.
Can anybody please help me out?
Hi,
sorry about my fried server, still trying to get some data back as we speak. The demo-site will be up again, can't say when though.
I've placed the package on the empty site now so you can download it and install: http://www.dijksterhuis.nu/pdcalendar.zip
I you have any question, let me know!
Sorry for the inconvenience,
PeterD
Thank you so much for your prompt reply Peter. I really appreciate it.
I do have another question regarding accessing Media files in umbraco. (I am very new to this).
I have created a media type called "Event". This has 2 properties, "date - date picker with time" and "details - textstring". I then went to the media tab and added an event under a folder called "Events". My question is, how do I access these events in xsl?
I hope I am clear about what I want. If not please do let me know and I will explain better.
I think it would be much better if you created a new DocumentType instead of a Media-type. A media-file is for files, like images, or flashfiles.
Looping through media-files is not really easy to accomplish in XSLT. Looping through document however is dead-easy.
If you're new to umbraco, I suggest to have a look at the CWS, the starterkit that Warren made. It can help you learn the basics of umbraco and what you can do with it.
HTH,
PeterD
HI Vijay,
Here's the link to the CWS Peter's been talking about.
Cheers,
Dirk
You guys are awesome!!! thanks a bunch guys!!!
is working on a reply...