Closed (fixed)
Project:
Timeline
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2009 at 18:05 UTC
Updated:
6 Apr 2014 at 09:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xamanu commentedUnfortunately I can't rebuild your error. Which versions of drupal and its modules are you using?
Make sure that you are using fields and not nodes as the row style and empty your Drupal cache once, please.
Comment #2
socialnicheguru commentedDoes it only work with cck date fields?
I am trying to use
node:post or
node:updated as start dates
Do these work?
I have tried and it appears that only cck date fields are supported.
Chris
Comment #3
xamanu commentedIt should work with cck date fields as well as with node: post and node: updated.
What versions of drupal and modules are you using?
Have you selected these as fields in your view?
Please check the documentation.
Comment #4
socialnicheguru commentedcck date works fine.
node: post dates, or user: lastlogin etc don't seem to work.
I am on D14.
Comment #5
xamanu commentedI can not rebuild this bug. I need more information on this in order to fix it!
Comment #6
xamanu commentedClosing because no information is getting provided. Please reopen if necessary.
Comment #7
mbria commentedI'm getting exactly same issue with:
Timeline 6.x-2.x-dev (also with 6.x.2.1)
Drupal 6.15 (OpenAtrium beta6 installation profile)
When I try to edit the default timeline view, the "start" select field is empty and "node post date" could not be selected.
Please, let me know what info do you need as feedback.
Comment #8
mbria commentedSorry, I missed to change the status.
Comment #9
mbria commentedPlease, let me know if you need more information or more testing.
I change the priority to critical as far as this limitation don't let you create timelines based on:
- User's creation/update.
- Node creation/update.
And timeline is reduced to cck date fields (events or so).
Thanks in advance your your help,
m.
Comment #10
kansaj commentedI have the same problem, bur it seems that the problem was related to the fact, that I was embedding my block in Quick Tabs. After removing it, everything was fine
Comment #11
hlykos commentedThe problem is the Open Atrium views date handlers.
Comment #12
xamanu commentedThe current standard view is broken. Sorry, this happened due some minor changes. Please visit the view settings page of the standard view provided by the timeline module. Check the settings and save it. Then it should work well. Next release will fix this.
Comment #13
xamanu commentedThere shouldn't be any problems on the newest 6.x-3.x-dev version anymore.
Comment #15
roccomaldini commentedHi,
I'm trying to setup the Timeline module in Drupal 7.
In the Timeline setting I need to indicate the Title field, Start and End fields.
The title field can be selected, but the selection box of the start and end fields remain empty (-)
Any ideas why this can't be selected ?
thx in advance !
Comment #16
gmazuel commentedTry with date ISO... work for me...
Comment #17
steinmb commentedPls. don't open/highjack old issues. Open a new one if your issue is still unresolved.
Comment #19
amstel commentedI found the bug in Drupal 6 3.x dev version. The post date handler name probably have changed due to updates in Views.
To fix this simply edit timeline/plugins/date_sources/post_date.inc and change
'handler_name' => 'views_handler_field_date',to
'handler_name' => 'reldate_handler_field_date',I don't know how to make a patch for that...
Comment #20
amstel commentedComment #21
steinmb commentedSure about this? To me is
reldate_handler_field_datethis coming from https://drupal.org/project/reldateComment #22
amstel commentedI didn't know where this handler came from, but it just works. I tried once more with views_handler_field_date and my views are displayed correctly, but I can't edit them. The post date field is not available to chose in the views style options.
I have no idea why the rel date handler works... I'm not very knowledgeable in Drupal. Maybe the problem lies at the views style config code, but I'm afraid I can't debug that.
Comment #23
steinmb commentedCan you confirm you have https://drupal.org/project/reldate module installed?
Comment #24
socialnicheguru commentedmy issue was my theme.
some themes and it looks like some modules change the date views handler.
Comment #25
amstel commentedOk, I see now. The reldate module was messing with the date views handler. I uninstalled it and put back the views handler, so now timeline works with the post date out of the box.