Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How to get rid of additional <p> when displaying markdown img tags?
· 10 years ago
You could find the image tag in the string with twig and then replace what is before and after, but if you search on the gitter channel i know that @OleVik has posted something about this
-
How to get rid of additional <p> when displaying markdown img tags?
· 10 years ago
Not sure if this is a glitch but when grav renders -  the resulting html is <p> <img src="/images/testimage.jpg" alt="Test Image"> </p> NOT th
-
Newsletter plugin development; help needed
· 10 years ago
@arrtych1 You have to create a folder in user/data/newsletter/subscribers first in order to avoid that error.
-
Newsletter plugin development; help needed
· 10 years ago
Hi @sommerregen. I tried how you explained,but in admin panel clicking "Newsletter" button I have error message like "An exception has been thrown during the rendering of a template ("Directory name
-
Newsletter plugin development; help needed
· 10 years ago
Hi @arrtych1, FYI you can find a little tutorial by me of how to use https://github.com/mcspronko/grav-plugin-newsletter . The link is https://getgrav.org/forum#!/plugin-development:setup-newsletter-p
-
Newsletter plugin development; help needed
· 10 years ago
up
-
Newsletter plugin development; help needed
· 10 years ago
Guys, your help is very much needed.
-
Newsletter plugin development; help needed
· 10 years ago
Hi all. We have problem with incoming emails. Action 0: Admin changes the status for a question (in plugiin admin panel): “Send emails? From NO (by default) to YES, and SAVES the changes. Action numbe
-
Robots Disallow particular pages/posts using admin panel
· 10 years ago
Thanks @flaviocopes!
-
Robots Disallow particular pages/posts using admin panel
· 10 years ago
In the page Options tab, see the Metadata field. Add a "robots" key with value "noindex".