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.

Sebastian Member

@seb3000 · Joined 9 years ago · 30 posts · 9 topics · 4 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Global twig variable for page.find('/images') · 8 years ago

    Hey guys, when using a centralized folder for image linking like the learn page suggests, is it somehow possible to store the image path for "page.find('/images')" in a global twig variable? right now

  • GDPR 2018 Data Protection · 8 years ago

    We just made a simple javascript which opens a modal on your first page visit, where you can set your cookie preferences. tracking is disabled on default and only works after your agreed. It's similar

  • Customize / override admin theme · 8 years ago

    hey @retsoced, thanks for your reply. yeah I know it's possible to change files directly inside the plugin folder, but I was looking for a clean solution to keep it safe for updates. copying template

  • Customize / override admin theme · 8 years ago

    Hey guys, is it somehow possible to customize the admin plugin? I'm thinking of overriding template files, changing some styles for example.

  • Any news on Admin Pro / Theme marketplace? · 9 years ago

    Hey there! I know you guys are always busy developing new Grav features and this is just a side project, but is there any news on the admin pro plugin development or the theme marketplace? I feel that

  • Sample Grav Sites - Part II · 9 years ago

    I see your point, but it seems like not manny people are posting their works since you need to start your own thread for it. Therefor I really liked the idea of a collective post for showing your site

  • Sample Grav Sites - Part II · 9 years ago

    We should contiune the 'sample grav sites' thread from the old forum! So everyone can post their latest projects. What do you guys think? /forum/archive/sample-grav-sites-t169

  • Weird load of google maps in modular page · 9 years ago

    You're probably missing the maps API key. Check your browser's console. You should find a javascript error...

  • IntelliJ Plugin for Grav · 9 years ago

    Hey thanks for your plugin! I'll give it a try. @dimitrilongo - You can use IntelliJ Utlimate, which I am using. Utlimate Edition combines all other Jetbrains IDEs, including PHP Storm. So it works ju

  • What does your .gitignore for GRAV projects look like? · 9 years ago

    That's my .gitignore I use for my projects. # Sass .sass-cache *.map # Add the entire Grav site to GitHub # https://getgrav.org/blog/developing-with-github-part-2 composer.lock backup/* !backup/.* ca