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

  • Getting at $_GET? · 12 years ago

    Here's my scenario. I have a contact-me page with a contact form who's action is a PHP script that fires off an email via Mandrill. That all works fine. When the call to Mandrill in the PHP script suc

  • Replacing Images · 12 years ago

    The cached images are stored in the images/ folder, so deleting the files/folders in there should do the trick. This is slow and cumbersome though. Take a look at the docs for siteground/arvixe/wiren

  • Replacing Images · 12 years ago

    I used images as placeholders on my dev site: http://ryanwake.com/progress_pump/ I am now replacing images with the actual images but I seem to be having issues with them displaying. I understand this

  • Disable automatic display of images in Listings · 12 years ago

    No donation button. I just ask you consider paying for the pro-plugins when they are available.

  • Disable automatic display of images in Listings · 12 years ago

    Thanks for the quick response! I'll try this today. This is a great piece of software! Congrats! I have experience with all the big CMS solutions and was always looking for something more sustainable.

  • Disable automatic display of images in Listings · 12 years ago

    You are nearly there! You see the line in the item.html.twig that reads: {% include 'partials/blog_item.html.twig' with {'truncate':false,'big_header':true} %} This is passing a variable called big_h

  • Disable automatic display of images in Listings · 12 years ago

    I've found the line where the images are included: /user/themes/antimatter/templates/partials/blog_item.html.twig {% if big_header %} {{ page.media.images|first.cropResize(900,600).html }}

  • Disable automatic display of images in Listings · 12 years ago

    Hi! I was not able to find this in the documentation. I am trying to create a list of publications using the Listing Page. Each sub-page contains a publication. The summary shows authors and venue inf

  • Assigning modified Twig templates · 12 years ago

    Correct!

  • Assigning modified Twig templates · 12 years ago

    Figured it out: Rename 03.publications/blog.ml to 03.publications/publications.ml