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.

Pavel Member

@pawel · Joined 8 years ago · 13 posts · 6 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • How access to own class method in Twig · 7 years ago

    Thanks for the explaination. I understood how I must process. I have made two plugins needed for me.

  • How access to own class method in Twig · 7 years ago

    Hello. I want to write my own class method in PHP (I think I must create plugin by devtools at the beginning. That will be class where I'll add my method). In this method I want to get some data. Next

  • Twig variable between html tags · 7 years ago

    I've got warning messages from TwigLint (extension called twigcs on vsc): "A line should not end with blank space(s)." Problems are signalized on following syntax:<h5>{{ page.title }}</h5>

  • Problem with migration to Apache · 7 years ago

    I solve it, but I have another error. Whoops \ Exception \ ErrorException (E_NOTICE) Undefined index: path on 43 lines of custom-css.php Have you have Dockerfile with linux (i.e. alpine, ubuntu), newe

  • Problem with migration to Apache · 7 years ago

    It's not apache case definitely. I have deployed this my Grav's project on another Nginx (docker php-fpm 7.3) and Grav throws the same error. Anyone knows why I have this error? I have enabled php mod

  • Problem with migration to Apache · 7 years ago

    Yes. PHP 7.1.7 is installed.

  • Problem with migration to Apache · 7 years ago

    I have tried to deploy my Grav project to Apache, but it's complicated. I have to test before deploy this Grav's website on shared hosting so I emulated docker-apache-php7.1 enviroment (grav-docker-ap

  • ES6, spread operator and Grav · 7 years ago

    I have own script with spread operator. It's works perfectly out of Grav (pure JS/HTML site). It's not working on Grave site. Console.log(...node) return blank collection and 'for of' loop is not work

  • Twig for loop with increment by more than one · 7 years ago

    Can I create for loop like i.e (i = 0; i < array.length; i += 3){ } in Twig?

  • Third-level menu · 8 years ago

    Everything works fine since I have changed from nav to navbar and I have taken div to out of internal loop scope. THANKS!