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

  • Admin Plugin · 11 years ago

    is there any release date for the admin panel?

  • Adding body classes to a template that inherits · 11 years ago

    (oh! the answer is literally yes. Thanks for all your help, you're fantastic)

  • Adding body classes to a template that inherits · 11 years ago

    Is there a variable "page.template"? Would I write something along the lines of: <body id="top" class="{% if page.template == 'has-header' %} header-image fullwidth {% endif %}">

  • Adding body classes to a template that inherits · 11 years ago

    you would have to override the templates/partials/base.html.twig in your template to add that logic to the <body> element.

  • Adding body classes to a template that inherits · 11 years ago

    I'm making a theme that inherits from antimatter, and the templates inherit from base.html.twig. I'd my template "has-header" to add classes to the <body> element, as if all pages using that tem

  • Custom theme for PDF export · 11 years ago

    Hello, I am also interested in downloading posts in pdf format. I read the bundle recommended, however: 1) composer ok; 2) where you enable the kernel? (KnpLabs says "app / AppKernel.php") 3) where yo

  • Custom theme for PDF export · 11 years ago

    I've not attempted this but I do know there is an open source package from KnpLabs that provides PDF export capabilities from Twig. https://github.com/KnpLabs/KnpSnappyBundle Theoretically this is c

  • Custom theme for PDF export · 11 years ago

    Hi, Really like Grav, I'd like to start using it for some sort of knowledge base/support articles, just like you did with learn.getgrav.org. I want to offer the user a downloadable manual in PDF with

  • Composer site errors? · 11 years ago

    All fixed after installing a .dependencies file from the Atom GitHub repository and running bin/grav install. Thanks!

  • Composer site errors? · 11 years ago

    Looks like something has gone wrong with your composer vendor libraries. You could try removing the vendor folder and doing a bin/grav install again.