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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Dieter Tremel Newcomer

@tremel · Joined 8 years ago · 7 posts · 4 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Frontmatter bulk editing · 8 years ago

    Thank you very much for your answer, I had a try and success with my first plugin: /** * When pages are initialized read and modify headers. * * @param Event $e */ public f

  • Frontmatter bulk editing · 8 years ago

    Interesting, it's all there, right. Thank you for that. I'am not a php-lover coming from java and unnaturally try to avoid it, but without a real reason. I will read the API pages of the events and th

  • Frontmatter bulk editing · 8 years ago

    I have a lot of pages in a site generated by a conversion from typo3. Now I want to improve custom settings and taxonomy in the frontmatter of a large subset of these pages. Do you have any tool sugge

  • Modular Page part does not render when content empty · 8 years ago

    Hello @Romarain, Thank you for your answer. At the moment I think your second point is the most probable and filed an issue. I think it hasn't to do with the images, since just rendering a single para

  • Modular Page part does not render when content empty · 8 years ago

    I have a problem integrating https://github.com/variar/grav-plugin-unitegallery in my twig templates of a theme inheriting from Quark. The pages are generated by converting an old TYPO3 site and have

  • prevSibling and nextSibling not working in blog with moved posts · 8 years ago

    Starting with grav-skeleton-blog-site I moved the blog from the home page to another page to have it visible only inside a member area. Homepage is similar to the one-page skeleton. This works, but th

  • Default frontend form fields from authenticated user · 8 years ago

    A form can be filled only by an authenticated user and I want to set hidden and non hidden fields from the active (authenticated) user. I tried Twig in Frontmatter like default: {{ grav.user.email }},