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 calender - just loading


Go to End


21 Posts   2737 Views

Avatar
Silv

Community Member, 13 Posts

25 August 2010 at 1:16pm

Hi,

I installed the event calendar on my page today .
But sadly the result is rly bad.

Watch: http://www.tresenwald-volleyball.de/new-calendar/

There are also other problems in the admin page. I can't add dates - typing in the "date fields" does not work. (typing in the field just not work)

I hope u can help me.

(Sry for my eng - i am from good old germany)

P.S.:
I intstalled Objectmanager etc.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

25 August 2010 at 1:45pm

Have you noticed that jQuery is not being loaded on the page? Strange, because jQuery is one of the javascript requirements in EventCalendar. If you look at the errors in firebug, you'll see all kinds of jQuery errors, because it hasn't been loaded.

Avatar
Silv

Community Member, 13 Posts

25 August 2010 at 8:40pm

Edited: 25/08/2010 8:40pm

Thanks, UncleCheese for analysing my problem. But how can I fix it?
How I can load jQuery ??

Thx for ur help.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

26 August 2010 at 1:53am

In your Page_Controller:

public function init() {
parent::init();
Requirements::javascript(THIRDPARTY_DIR.'/jquery/jquery.js');
}

Avatar
Silv

Community Member, 13 Posts

26 August 2010 at 4:48am

Yay now it works (a bit). I mean the calendar is showing up now.

BUT

It is still impossible to add dates. The window with the adding dates opens, but it doesn't work to type in the fields.
Rly strange.

Look at the screen ...

( maybe u can help me again?! )

Attached Files
Avatar
UncleCheese

Forum Moderator, 4102 Posts

26 August 2010 at 5:22am

You can't type into the field because the date is added with a popup calendar. You're not getting a calendar?

Avatar
Silv

Community Member, 13 Posts

26 August 2010 at 10:18pm

I tried it in firefox, IE, opera - no popup calendar appears. What a endless story!

I hope u can help me, uncle Cheese. And thanks for wasting ur time with me ;-)

Avatar
UncleCheese

Forum Moderator, 4102 Posts

27 August 2010 at 1:30am

Does it work on the demo site? http://eventcalendar.bluehousegroup.com?

Are you getting any Javascript errors?

Go to Top