Version: // $Id: flexinode.module,v 1.70 2006/04/14 12:38:51 ber Exp $
Problem: The following links do not appear while creating a flexinode event type:

Authoring information
Publishing options
Menu settings
File attachments
URL path settings

Screenshot attached

CommentFileSizeAuthor
flexinode_form_issue.gif6.43 KBvenkat-rk

Comments

samc’s picture

What's a "flexinode event type"?

Are you using one of the standard themes?

Can anyone else reproduce?

venkat-rk’s picture

Sorry, I should have been more clear. basically, I used flexinode to create an event content type with specific fields. I am using the standard bluemarine theme. The version of the flexinode module I am using is the same as the one mentioned in the other issues I reported recently- the one with multi-select etc.

Incidentally, this is on a drupal4.7.0-rc2 install.

samc’s picture

I've seen that in the admin menu before, and the theme/stylesheet was the culprit. If you haven't changed that, I'm not sure what could be causing this.

Also, if you are using the Events module, does this happen with that module turned off?

number6’s picture

Just facing the same problem when enabling selfmade Event-content-type to be shown in event calendar-module:

Administer -> content -> content types -> 'Event'-settings:
"Show in event calendar:
All views
Only in views for this type
Never "

by selecting "All views" or "Only in views for this type". In these cases the words:

"Authoring information
Publishing options
Menu settings
File attachments
URL path settings"

aren't javascript-links at all but just plain words. If selecting "Never", so not linking it to event-module, the words are javascript-links.

I guess it is some kind of conflict in javascripts:
modules/event/contrib/event_all_day/event_all_day.js
and
/misc/collapse.js

since HTML-source seems to include all same data, but only links are missing. Both files use same "addLoadEvent"-function.

Is there already made fix for this?

Used versions:
Drupal - 4.7.0-rc1
Event.module - // $Id: event.module,v 1.194 2006/04/22 00:37:22 killes Exp $
Flexinode - // $Id: flexinode.module,v 1.73 2006/04/19 14:12:23 ber Exp $

samc’s picture

Priority: Critical » Normal

Tried to reproduce without success on PHP5 system running rc-3 and latest flexinode and event modules.

Can you try updating to latest drupal version?

What version of PHP? What browsers?

robomalo’s picture

I have had the same problem. I have Drupal 4.7.3, Flexinode 4.7, and the latest Event module installed. When I turned off the event all day module, it started working again like normal. Too bad though, I would like to use the all day option.