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 Widget on Home page


Go to End


34 Posts   10050 Views

Avatar
elgordo

Community Member, 70 Posts

11 May 2011 at 1:02am

Changing to $calendar->CalendarEvents should show all the events, not just the upcoming ones.

And yes the database results suggest you have only one calendar

Regards

Gordon

Avatar
tchintchie

Community Member, 63 Posts

11 May 2011 at 11:40pm

hmm ok so the events ARE showing on the HomePage but still link to the error page :-/ is there something wrong with the linking here <a href=$Event.Link">$Event.Title</a> or maybe a way to manually link them?

Avatar
elgordo

Community Member, 70 Posts

11 May 2011 at 11:42pm

What happens if you do $Link insted of $Event.Link?

Also what is the URL that is being pointed to that is causing the error?

Avatar
tchintchie

Community Member, 63 Posts

11 May 2011 at 11:44pm

WOW that was fast! Unfortunately not in front of my computer now but will try as soon as I get there, thanks again :-)

Avatar
tchintchie

Community Member, 63 Posts

12 May 2011 at 2:36am

OMG it´s working!!! Using $Link instead of $Event.Link did the trick! Thank you so much, you saved my day!! :-)

Avatar
elgordo

Community Member, 70 Posts

12 May 2011 at 2:33pm

Glad to hear it is working :)

Avatar
joninjas

Community Member, 32 Posts

21 May 2011 at 12:58am

Hi elgordo,

We have a pure Silverstripe 2.4.5 with EventCalendar 'unclecheese-EventCalendar-927b40b' from:
https://github.com/unclecheese/EventCalendar

It does not work, it shows a blank screen when I try /dev/build

Did you find a version that worked?

Cheers
Jonas

Avatar
elgordo

Community Member, 70 Posts

21 May 2011 at 1:17am

hi Jo Ninja

I am using the version with commit id 3406bbf476b5b2bdff9e5daa3464f3ea43b7131c - I've cloned it here https://github.com/gordonbanderson/EventCalendar/commits/master

Have you named the folder correctly in your local install, it should be event_calendar, not EventCalendar. Also is your error reporting turned up? I recently (2 days ago) had a failing dev/build that turned out to be a lack of memory issue

Regards

Gordon