i added the read time to node but i cant understand how to use it with views. the read time field is not there.
does it work with views ?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tzin111@gmail.com created an issue. See original summary.

apoc1’s picture

I back you up on this. It is more important visitors can see on overview pages how much time each article/node needs to read it, than it is displayed on the node page itself. Would love to see an integration for views.

clemens.tolboom’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Assigned: tzin111@gmail.com » Unassigned
Category: Support request » Bug report
Status: Active » Needs review
Issue tags: -read time views +views integration
FileSize
2.07 KB

Bij adding module https://www.drupal.org/project/extrafield_views_integration and attached patch the field is made available in views.

clemens.tolboom’s picture

codekarate’s picture

Here is a Drupal 8 version that adds views integration. A few notes:

codekarate’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev
codekarate’s picture

In my case, I also needed to be able to enable/disable read time per content type. This means I needed the patch from https://www.drupal.org/project/read_time/issues/3053580#comment-13159949

Unfortunately, these two patches would not apply cleanly together. So if you need views integration and to be able to enable/disable the read time per content type, you can use the attached patch (which contains both).