TMW
TMW
I experienced the same problem (Error: Cannot find module 'semver'). Some hints to get you going: File compare (using official zip file) showed that there are indeed > 4k files...
Thanks for your kind words. Anybody experimenting with the code feel free to notify me of any issues you run into. Meanwhile I will update this PR from time to...
Hi @foufrix, sorry for the delay. Somehow I missed the reply. Would you mind posting a screenshot with the wrong rendering - here or [over there](https://github.com/codeshell/grav-plugin-comments/issues/new)? I am running this...
Shot in the dark: Maybe the theme you are using does not include FontAwesome by default? I use FontAwesome v4 to render all the symbols within my preconfigured templates and...
if you use leetNightshades code, `{{page.commentsCount}}` should work when derived from `grav.twig.pages `( demo template: http://git.leetnightshade.com/leetNightshade/grav-plugin-comments/src/branch/develop/admin/templates/comments.html.twig ) stats in my PR are different and can be used with `{{stats.global_stats.active_entries}}`, `{{stats.global_stats.active_comments}}`,...
> Big thing I'm not a fan of is switch to YAML for storing comments. I don't think it adds anything, and I'm trying to make sure my site does...
Comments and Ajax are still working for me. Using my adjustments with grav v1.6.10.
Hi @JamilBousquet mind adding some additional information? There is no such package as shihjay2/fpdf while shihjay2/fpdm takes a different approach making fpdm available via namespaces (psr-4) [better for new projects,...