Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Problems with "Reading Time" and "SmartyPants" plugin

Started by Muut Archive 11 years ago · 4 replies · 390 views
11 years ago

Hello @all,

since I recently stumbled across to this project, Grav has won my heart. Many thanks, guys!

After installing latest Grav v0.9.13 and manually installed almost all plugins, I noticed that I can't get the plugins Reading Time and SmartyPants to work. Maybe I'm too dumb, but after installing them into user/plugins and including

TWIG
{{ page.content|readingtime }}

in user/thems/antimatter/templates/partials/blog_item.html.twig nothing happens. It looks like the filter readingtime is not available in the template.

The same goes for the SmartyPants plugin. Nothing happens. No smarty quotes appear :-/

Can anyone help me? What did I wrong or have to add to make the plugins working?

11 years ago

You have updated version of all plugins?

11 years ago

If you are manually installing the plugins and not using GPM, then you may need to clear the cache:

BASH
bin/grav clear

The GPM automatically does this for you BTW.

11 years ago

Sorry, I didn't respond earlier. To be sure I re-installed Grav and updated all plugins and cleared the cache afterwards (by the way thanks for the tip, @rhukster). Unfortunately, it didn't solved the problem. So I searchedfor my own and found that the correct usage in user/thems/antimatter/templates/partials/blog_item.html.twig should be

TWIG
{{ page.content|reading_time }}

(with underscore between reading and time, see link to source) as one can see in the updated docs now.

Thanks.

11 years ago

Ok, SmartyPants also works. Maybe I haven't realized the subtle changes last time, those mentioned in the docs.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1318 9 years ago
Archive · by Muut Archive, 9 years ago
2 915 9 years ago
Archive · by Muut Archive, 9 years ago
2 4044 9 years ago
Archive · by Muut Archive, 9 years ago
1 2920 9 years ago
Archive · by Muut Archive, 9 years ago
3 1104 9 years ago