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.

Aaron Dalton Regular

@Perlkonig · Joined 8 years ago · 144 posts · 3 topics · 28 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • [RESOLVED] Grav update broke HTML/CSS/JS and reverting from backup doesn't fix it · 8 years ago

    It's hard to give advice without specifics. What does "HTML/CSS/JS was broken" mean exactly? Did you open your browser console and see if there are any errors? Usually if things break after an upgrad

  • Password regex problem · 8 years ago

    Don't you need a period before all that: .{6,32}?

  • Header/footer custom · 8 years ago

    You need to create specific templates with the header and footer you want. Or alter the existing template to select the header and footer based on some attribute of the page.

  • Combine fulltext search with tag filtering through logical operators · 8 years ago

    There's no built-in support for the type of search you're asking about. Nor is a fully generic solution really possible. You would need to create a plugin specific to your situation. See the SimpleSea

  • Limit site access to logged in users · 8 years ago

    Be sure to explore the plugins page. There is indeed a Maintenance mode plugin.

  • Limit site access to logged in users · 8 years ago

    And long term, have a dev site that's protected that Devs work on and then use GitHub or something similar to sync the dev with the prod site.

  • Limit site access to logged in users · 8 years ago

    If you want to lock out the whole site, the simplest is to just slap an .htpasswd on the whole site and be done with it. That way, when you're ready to go live, you only have to change that one thing.

  • Can grav integrate existing file system resources? · 8 years ago

    I don't know how you could avoid manual tweaking. Scripting will take you far, but... The multiple file issue for example is a problem. Those will have to be put in separate folders or combined. Grav

  • Wordpress migration to Grav · 8 years ago

    @Alain: I realy like GRAV but picture-caching is so slooooowwww, I hope that will change in the future. Are you using the Precache plugin to avoid long load times up front?

  • Can grav integrate existing file system resources? · 8 years ago

    The file structure is similar to how Grav structures its data, but the file naming convention is more rigid. Specifically, the name of the file being rendered needs to match a template in the theme yo