Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Plugin: Login
· 9 years ago
Can someone explain to me the first line of this code is doing and where is the location? It is from 'message.html.twig' login plugin. {% for message in grav.messages.fetch %} full code {% for message
-
Dynamic page generated by plugin
· 9 years ago
Rather than using PHP directly in Grav you use Twig to output logic. It's a safer subset of logic that ensure site security while still allowing logic and also it's a lot cleaner and more readable fo
-
Dynamic page generated by plugin
· 9 years ago
Basically I have a PHP file which is generating the HTML code for the page. Please suggest how should I proceed with integrating this in Grav pages. I tried doing this using a plugin. I managed to cre
-
Header/Frontmatter - youtube (video) plugin (markdown)
· 9 years ago
Thanks rhukster for the answer and the information. I'll get it, plugins are not called at all when using the |markdown filter, they are only used to render the main page content. As you said, there's
-
Header/Frontmatter - youtube (video) plugin (markdown)
· 9 years ago
the |markdown filter simply runs things through the standard markdown parser. Content is processed with all plugins, so that's simply hot going to work. There's really no simple solution for this.
-
Header/Frontmatter - youtube (video) plugin (markdown)
· 9 years ago
Hello world, I am following grav from almost the beginning I'll soonly publish my first website using it. Thanks for your work, that's a really nice and powerful tool. I have a question concerning the
-
Update Shortcode UI
· 9 years ago
Hope Giansimon Diblas will correct and release soon. He hasn't been here for a long time...no responses on issues...last updates on themes/plugins 6 months ago.
-
Update Shortcode UI
· 9 years ago
FYI, i've released an update to shortcode-ui plugin to avoid this conflict with Gravstrap. I've also changed every shortcode name in Gravstrap plugin to ensure it's prefixed with Gravstrap as there ar
-
Update Shortcode UI
· 9 years ago
Yes, unfortunately a class of class names in the same namespace is a PHP fatal error. This is usually very rare, but I didn't realize another 3rd party plugin had the same shortcode name! I'll update
-
Update Shortcode UI
· 9 years ago
Not proper system updates. One mistake can cost the health of many sites.