Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 337 posts · 28 topics · 184 reputation
Badges
Recent posts
-
Grav Deploy Best Practice
· 9 years ago
My usually approach is to commit the user directory but have a .gitignore for anything that is a 3rd party extension (plugins and themes). If i have a custom theme or a custom plugin, i'll commit tha
-
Trouble with LinkedIn and Wayback Machine page indexing
· 9 years ago
Please create an issue here: https://github.com/getgrav/grav/issues so i can take a look at this when i get a chance. thanks.
-
Markdown and Twig for Layout
· 9 years ago
One of the great things about markdown is it doesn't provide all the HTML tags that are potentially dangerous in the hands of users. It just provides enough to create content, and the layout can be c
-
Store and read data in grav
· 9 years ago
Check out flex-directory plugin: https://github.com/trilbymedia/grav-plugin-flex-directory
-
Contact Form error mailbox given [] does not comply with RFC 2822, 3.6.2
· 9 years ago
What does the whole page frontmatter look like?
-
IntelliJ Plugin for Grav
· 9 years ago
Nice work @picobeat!
-
Login issue on admin panel
· 9 years ago
Have you tried another browser to rule out if the problem is Edge only? I've tested with Edge in the past and it seems to work ok for me, but i don't test it much.
-
[PRIME Theme] Contact form theme doesn't send messages
· 9 years ago
Did you test the email with the CLI command? https://github.com/getgrav/grav-plugin-email#testing-emails
-
Performance: Completely disable twig caching vs. disbling cache on modulars
· 9 years ago
Obviously disabling cache means that more work has to be done on each viewing of a page. Module pages, ie, those that are included by the parent 'modular' page, are processed with their corresponding
-
Admincontroller.php getting deleted by the server?
· 9 years ago
Must be something on the server doing this. Perhaps a security script? You might need to contact your hosting company.