Active
Project:
Flexinode
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2006 at 09:30 UTC
Updated:
4 Aug 2006 at 15:26 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| flexinode_form_issue.gif | 6.43 KB | venkat-rk |
Comments
Comment #1
samc commentedWhat's a "flexinode event type"?
Are you using one of the standard themes?
Can anyone else reproduce?
Comment #2
venkat-rk commentedSorry, 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.
Comment #3
samc commentedI'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?
Comment #4
number6 commentedJust 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 $
Comment #5
samc commentedTried 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?
Comment #6
robomalo commentedI 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.