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

  • .htaccess file is not allow by web host · 11 years ago

    Hello, my web host (t-online) do not allow .htaccess file. Is there still a way to run Grav without .htaccess or I can only change my host?

  • Hide theme from admin UI when using streams · 10 years ago

    I need this feature as well. I wonder if we could add a config in the theme blueprints.yaml like "hidden" or "available" so the theme can remain as is just be hidden within the Admin UI. Another alter

  • Hide theme from admin UI when using streams · 10 years ago

    I'm afraid there is no option to do that currently.

  • Hide theme from admin UI when using streams · 10 years ago

    We've created a theme as an extension to antimatter utilising the streams feature to overlay the necessary parts. How can I hide the theme from the admin UI so that no one can accidentially activate t

  • Bootstrap Plugin Not Starting from Child Theme · 10 years ago

    FIXED - not even 5m after I posted this I found the problem and it was how I named the child theme class in the php. I had added "Theme" to the class name. Once I fixed the child theme class name to

  • Bootstrap Plugin Not Starting from Child Theme · 10 years ago

    I created a Child theme for the Bootstrap theme which has a dependency on the Bootstrapper plugin. dependencies: - bootstrapper In the child theme .php I also added the call found int bootstrap/boot

  • Infinite Scroll Posts · 10 years ago

    It's not based on a plugin, but it's some custom script that simply uses the Pagination plugin to load the next page via AJAX instead of having to click. It's not something packaged and available via

  • Infinite Scroll Posts · 10 years ago

    Hey Grav Team, Thanks for creating such an awesome CMS. How did you guys achieve the infinite scroll functionality on your blog page? https://getgrav.org/blog I couldn't find any plugins associated wi

  • Getting the path of a file submitted through a form · 10 years ago

    data.html.twig is a very general file, which you can customize based on your needs. You can create a PR on Github to propose an improvement for it, maybe it can be a seconday one we can include.

  • Getting the path of a file submitted through a form · 10 years ago

    Thanks a lot, it’s working! I think the default data.html.twig could be changed so that it lists all the files uploaded, with a link to each of them.