[TYPO3] Typo3 CAL extension - events don't display

Erik Svendsen erik at linnearad.no
Fri Apr 7 14:33:08 CEST 2006


Hello Jody,

> I did create a user, anonymous, like the manual said. I put in the id
> of that user. Even when logging in as that user, I still don't see the
> events. But, shouldn't the events be shown regardless of whether
> there's anyone logged in?
> 

You also created the usergroup for the user?

plugin.tx_cal_controller.anonymous_user_id = ?, should point to the id of 
the FE user with name anonymous.

None has to be logged in.

My working settings are the following.

Constants
plugin.tx_cal_controller.pidList = 40 // the page to retrieve the events from
plugin.tx_cal_controller.anonymous_user_id = 1 //  the number you had to 
remember (id of user, not folder)

I have also some settings in Setup (Root template).

plugin.tx_cal_controller {
	anonymous_user_id = 1
	default_view = list
	list_template = fileadmin/templates/sjomat/ext-templates/list_1stpage.tpl
	event_view_id = 5
	max_events = 5
}

Used to have only a list of events on frontpage

And following in ext template for the page with the whole calendar

plugin.tx_cal_controller {
	default_view = month
	day_end = 1800
}

Tells that month are the default view, and that days end at 6 pm in day and 
week views.

WBR,
Erik Svendsen
www.linnearad.no





More information about the TYPO3-english mailing list