I placed node: post date in my view
clicked settings for timeline
node: post date does not show up under start

I also looked at the default view. The same thing happens.

Chis

CommentFileSizeAuthor
#15 timlinesettings.jpg78.42 KBroccomaldini

Comments

xamanu’s picture

Unfortunately 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.

socialnicheguru’s picture

Does 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

xamanu’s picture

It 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.

socialnicheguru’s picture

cck date works fine.

node: post dates, or user: lastlogin etc don't seem to work.

I am on D14.

xamanu’s picture

Status: Active » Postponed (maintainer needs more info)

I can not rebuild this bug. I need more information on this in order to fix it!

xamanu’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing because no information is getting provided. Please reopen if necessary.

mbria’s picture

I'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.

mbria’s picture

Status: Closed (fixed) » Active

Sorry, I missed to change the status.

mbria’s picture

Priority: Normal » Critical

Please, 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.

kansaj’s picture

I 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

hlykos’s picture

Priority: Normal » Critical

The problem is the Open Atrium views date handlers.

xamanu’s picture

Priority: Critical » Normal

The 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.

xamanu’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev
Priority: Critical » Normal
Status: Active » Fixed

There shouldn't be any problems on the newest 6.x-3.x-dev version anymore.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

roccomaldini’s picture

Version: 6.x-3.x-dev » 7.x-3.x-dev
Component: Code » Configuration
Category: bug » support
Status: Closed (fixed) » Active
StatusFileSize
new78.42 KB

Hi,

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 (-)

Settings screen Timeline

Any ideas why this can't be selected ?

thx in advance !

gmazuel’s picture

Try with date ISO... work for me...

steinmb’s picture

Version: 7.x-3.x-dev » 6.x-3.x-dev
Component: Configuration » Code
Category: support » bug
Status: Active » Fixed

Pls. don't open/highjack old issues. Open a new one if your issue is still unresolved.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

amstel’s picture

Issue summary: View changes

I 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...

amstel’s picture

Status: Closed (fixed) » Needs review
steinmb’s picture

Sure about this? To me is reldate_handler_field_date this coming from https://drupal.org/project/reldate

amstel’s picture

I 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.

steinmb’s picture

Status: Needs review » Needs work

Can you confirm you have https://drupal.org/project/reldate module installed?

socialnicheguru’s picture

my issue was my theme.
some themes and it looks like some modules change the date views handler.

amstel’s picture

Status: Needs work » Closed (fixed)

Ok, 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.