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.

Ole Vik Regular

Grav Core Team

Grav Forum Moderators

@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • 403 response on Uri.params submit · 4 years ago

    If you were so inclined, there's a beta released which I think will remedy this. Specifically, using page.url rather than any convoluted logic in tools.html.twig and navigation.html.twig.

  • Twig Extensions on a Streamed theme · 4 years ago

    If your theme is a child-theme of Project Space, its PHP-file will be something like class ProjectLoft extends ProjectSpace. Given that, Project Space will already be enabled, and its autoloaded class

  • 403 response on Uri.params submit · 4 years ago

    Indeed it is, I am in the process of updating it for 1.7-compliance. The issue may actually have arisen from how Core's API treats the generation of the Base URL. It's why tools.html.twig#L33-37 is ne

  • 403 response on Uri.params submit · 4 years ago

    And this is when ran within DDEV with NGINX?

  • Twig Extensions on a Streamed theme · 4 years ago

    If I were ever so gracious I would have actually documented them inline. I shall endeavor to do so for the next version. But let's look at an example: InAnyArray, yielding the function in_array_any()

  • 403 response on Uri.params submit · 4 years ago

    The URL-setup is for the quite generic variant of a server-setup, as you've noticed for the production-server. It's been a while since I ran DDEV, but what you're noticing in tools.html.twig#L33-37 is

  • Hacked website title · 4 years ago

    I believe the exploit and resolution was detailed in Admin/ Unauthenticated Arbitrary YAML Write/Update leads to Code Execution from April 7th 2021, published a day after Admin v1.10.9.

  • Readability plugin using PHP8.0 issues · 4 years ago

    The boolean-issue has been fixed in v2.1.1, the other is under discussion. Adding issues to the repo is definitely the best channel to reach me, though triaging issues admittedly sadly happens every b

  • Update dom without reloading the page · 5 years ago

    I have two more: AJAX and PJAX. Really any reactive JavaScript framework; Vue, React, etc.

  • Taxonomy separator · 5 years ago

    |join() works on the array itself, page.taxonomy.tag. If you are iterating with for, echo the separator directly like {{ tag }},. Optionally, use {% if not loop.last %}, {% endif %} to avoid the super