I am using event module, with the blix theme,

and the calendar view mucks up the layout, in IE6 .

Its fine for the list, month and week views, But for table and day views.. it mucks up the layout.

Its seems to fine in firefox. and it also works fine at my test server(an easyphp installation on windows) on IE6. But on the actual site wierd things are happening.

Cant seem to figure why this is happening ...?

Please have a look at the issue at..
http://hindutrac.org.au/main/?q=event/2006/03/16/table/all/all

Please help, I desperately need this module.. and I need to fix this thing asap.

Regards,
Sisir

Comments

Sinbad-1’s picture

Title: Event Table View layout issue with blix theme in IE 6 » is there a way to disable table and day views?

Even there is a method to disable table and day view links.. I am happy.

Sinbad-1’s picture

Title: is there a way to disable table and day views? » is there a way to disable table and day calendar views in events module?
seaneffel’s picture

I did this by setting the default display type to be the way I wanted it in the Event settings, I think I picked table view. Then I went into the event template files and deleted the code that displayed the different layout options. This doesn't 'fix' your problem but it does mostly prevent visitors from clicking a layout type that breaks your theme. If you want to see an example file then just email me through my contact form.

Sean

geodaniel’s picture

Priority: Critical » Normal

Changing status from critical.

geodaniel’s picture

Status: Active » Fixed
szczym’s picture

You need to kick out that stuff from event.theme:

function theme_event_links($links, $view) {
  return theme('links', $links);
}
Anonymous’s picture

Status: Fixed » Closed (fixed)