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

  • Set_time_limit problems · 11 years ago

    I added this PR, can you test if it solves your issue? https://github.com/getgrav/grav/pull/480

  • Set_time_limit problems · 11 years ago

    Hi! Grav looks great, but I have issues on my real server, where set_time_limit is restricted. I found that it looks to be working if I enclose the two uses of set_time_limit (Response.php and Utils.

  • Server Error · 11 years ago

    Do you have CURL enabled on the server?

  • Server Error · 11 years ago

    I am trying to add new plugin via admin panel, there's is also a strange error saying internet server error in every page load in admin panel. I have enabled display error, here it is : Untitled

  • Server Error · 11 years ago

    Need a bit more info. What's the URL, and enable error reporting (errors.display in system.yaml) to show a more meaningful error

  • Server Error · 11 years ago

    How to fix this error, Screenshot attached Errpr

  • Custom ordering in for loop · 11 years ago

    Yeah, I was afraid there won't be easier solution, I guess I'll have to learn plugins then :)

  • Custom ordering in for loop · 11 years ago

    You probably need to build a plugin to do that. That plugin should listen for the onPageInitialized event, get the libraries from the page header, get the stargazers count from GitHub, then reorder an

  • Custom ordering in for loop · 11 years ago

    Hi there, I have page where I'm displaying list of github libs like this: -``` {% for p in page.find('/libraries').header.libraries %} <div class="category_item"> <h2><a href="{{ p.link

  • Even smarter responsive images? · 11 years ago

    As we know, the format for including a responsive image in a Markdown file is: ![alternate text](image.jpg "Caption"){.class .another-class} Grav will intelligently grab the actual file [email protected],