Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Shortcode-core plugin seems uncompatible with form plugin
· 10 years ago
Are you using simple_form or form plugin.. They are two different ones: As far as I know simple_form is no longer supported. While the official form plugin is: https://github.com/getgrav/grav-plugin-
-
Shortcode-core plugin seems uncompatible with form plugin
· 10 years ago
Hi, I am trying to use the shortcodes in markdown, but when I activate the shortcode-core plugin, I am unable to see the form that I set up using the form plugin. It looks like the only forms I can us
-
User Accounts Linked To Folders
· 10 years ago
This is pretty standard and exactly how Grav works with images. Just create a folder with a markdown file for each user, and then upload images into that folder. Here's an example of how you could
-
User Accounts Linked To Folders
· 10 years ago
A friend showed me Grav and I'm starting to look at it as solution for a private clients gallery for photos and other files. Ideally, it would be nice if each user had their own media folder that I co
-
DateRange Issues
· 10 years ago
Sounds like the docs might need an update!
-
DateRange Issues
· 10 years ago
Thank you! Adding in an end parameter worked perfectly. In the docs it says both start and end are optional. Is that incorrect then?
-
DateRange Issues
· 10 years ago
dateRange takes two dates, a start and an end. Also these dates must be in a format that strtotime() understands, so today will not work. More info in the docs.
-
DateRange Issues
· 10 years ago
I'm having some trouble getting the dateRange to work on an events page. I have the date's set for all of my child pages, but when I add the dateRange start to today nothing is showing up. I've even
-
Adding an comments and an About page to a Blog site
· 10 years ago
@whytwo Thanks! :-) I have updated the code. In beta.3 {{ jscomments('disqus', { shortname: 'your_short_name' }) }} works. FYI: I think it is better you provide your Disqus settings in the JSComments
-
Adding an comments and an About page to a Blog site
· 10 years ago
Just insert {{ jscomments('disqus') }} in my twig template works! without shortname parameter and changing anything else. This plugins rocks. It's so simple. Thanks a lotttt Sommerregen for the hint :