Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Event Calendar problem


Go to End


21 Posts   4389 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

12 June 2009 at 2:26am

The EventCalendar seems to run best with DataObjectManager installed due to Javascript conflicts with CTFs. You can check it out from here:

svn co http://carlinowebdesign.svn.beanstalkapp.com/modules/trunk/dataobject_manager

More info on that in the DataObjectManager forum.

Run another update on the event_calendar, as well. People using the default theme need to remove the sidebar from the event detail view. I've removed it from the default CalendarEvent.ss, but you really should be using your own templates to customize the look of your site.

Please note, "announcements" do not get links to detail pages. Only calendar events do. The use of an announcement is for something like "Office closed today" or "John's Birthday" .. things on the calendar that do not need details.

Avatar
SJ

Community Member, 13 Posts

13 June 2009 at 2:29am

Hey Uncle cheese!

I installed data object manager and event calendar module from SVN.
Almost all the errors discussed with you are not coming now except one problem.

The screen shots are attached and problelm description.

Just confirming if i going with right approach.

Here, i have first made 'calendar' type page and declared an announcement in it.
Then i created new page type of 'calendar event' as a subpage of calendar page .

Hence, when i try to select calendar tab, i dont see any link or description about the calendar event i declared.
I can see originally created page only by hardcoating url.

please suggest me if i am doing anything wrong.

Regards,
SJ

Attached Files
Avatar
UncleCheese

Forum Moderator, 4102 Posts

13 June 2009 at 3:22am

Something isn't set up right on your CalendarEvent. Do you have a link to the admin? Or screenshots of that?

Avatar
SJ

Community Member, 13 Posts

13 June 2009 at 2:34pm

Here attached is the screen shots of calendar event and calendar.

Cheers,
SJ

Attached Files
Avatar
UncleCheese

Forum Moderator, 4102 Posts

14 June 2009 at 9:39am

Did you really set up a repeating event that starts and ends on the same day?! That could be a problem. :)

Go to Top