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.

Black Lab Member

@blacklab · Joined 7 years ago · 16 posts · 2 topics · 3 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Js not loading correctly · 7 years ago

    By default, the .htaccess that comes with Grav will block direct access to any php files in the user folder. And the popverse.js is accessing the php file getBib.php under your user folder when mous

  • Warning on site down - Any best practice? · 7 years ago

    I have the same error a few days ago when I was still developing the site on my local environment. It appeared on every pages including the admin panel.

  • Custom CSS versus SCSS · 7 years ago

    SCSS definitely not a must, but if you are interested, then SCSS provides some benefits and it isn't hard to learn since you already know CSS.

  • Scheduler and cron jobs on a 1 and 1 hosted Grav site · 7 years ago

    A simple PHP script that run the grav scheduler thru shell_exec() or exec() function? Then the URL can call to this simple PHP script? Haven't work with 1&1 hosting, but most cPanel hosting has Cr

  • How to use two or more modular templates? · 7 years ago

    Yeah, this works: pages/modular1.md --> templates/modular1.html.twig but it seems grav will still look for module templates inside "templates/modular" folder.

  • How to use two or more modular templates? · 7 years ago

    Just wondering if I can have more than one modular templates, for example: modular1.html.twig with module template inside modular1/ modular2.html.twig with module template inside modular2/ modular