Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Email not working · 10 years ago

    You should get in touch with your hosting provider about that.

  • Email not working · 10 years ago

    That PHP function is called by the library the Email plugin uses, so it must be enabled in order to work.

  • Email not working · 10 years ago

    Hello, i have problem with contact form. When i want send it i get this error : E_WARNING - escapeshellarg() has been disabled for security reasons. can you help me somebody? I think this is somethin

  • Problems with initial vendors with composer · 10 years ago

    I found a solution, but I had to go another way. I reprogrammed the plugin into a GRAV plugin and added it like a normal class into the plugin. It was the only solution I found for a quick result.

  • Problems with initial vendors with composer · 10 years ago

    Once you figure out (I don't know anything about Composer), let us know so I can add it to the "Learning by Example" page.

  • Problems with initial vendors with composer · 10 years ago

    I'm currently writing a plugin which requires the ts3admin.class from par0noid (link below). I created duplicated the "comments" plugin for my purpose, cause I want to view some things in the Admin. B

  • Dynamic Frontmatter Values (Geocoding) · 10 years ago

    Well, that pull request shows at least three different ways of doing this. You are still using Twig. That's how the templates work. Look at the Import plugin, which inserts data into the page header a

  • Dynamic Frontmatter Values (Geocoding) · 10 years ago

    That's correct, I'm building a site for a real estate client that wants their properties loaded into a searchable google map. I'm treating the properties similarly to blog posts, where they input the

  • Dynamic Frontmatter Values (Geocoding) · 10 years ago

    I don't use the Admin plugin (which I think is what you're referring to by "page blueprint"). In normal Twig, I just insert the data directly: {{ config.plugins.iplocate.whatever.variable}}. There are

  • Dynamic Frontmatter Values (Geocoding) · 10 years ago

    OK, this makes some sense, thanks for the help. Now how would I reference that value in a page blueprint to store in the markdown file?