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.

Claud Rusnac Member

@crusnac · Joined 9 years ago · 42 posts · 16 topics · 8 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Displaying All Taxonomies that are set · 8 years ago

    I get an error: 0 - An exception has been thrown during the rendering of a template ("Illegal offset type in isset or empty").

  • Caching Issue with blog listing · 8 years ago

    I figured out my issue. I was including a template in my content {% include 'partials/subpages.html.twig' %} which was being cached as part of the content. I added some logic to the main page templa

  • Displaying All Taxonomies that are set · 8 years ago

    I am getting an error: 0 - An exception has been thrown during the rendering of a template ("Illegal offset type in isset or empty").

  • Caching Issue with blog listing · 8 years ago

    I tried this /forum/support/performance-completely-disable-twig-caching-vs-disbling-cache-on-modulars-t9242, but no luck. I wonder if there is some twig code, that I can disable caching if a parameter

  • Displaying All Taxonomies that are set · 8 years ago

    Thanks for the response, but this is not what I am looking for. I pretty much want to show (on every page) a list of the available taxonomies and their values. My current code has me 1/2 way there.

  • Caching Issue with blog listing · 8 years ago

    Do you know if there is an option to exclude caching for anytime I pass a URL ?=parameter? This would achieve my need.

  • Caching Issue with blog listing · 8 years ago

    I am having a challenge with a portion of my site and the caching configuration. The site is cached, but I am having challenges disabling the cache when I list pages while in a blog format. I put in

  • Displaying All Taxonomies that are set · 8 years ago

    I have some code that is displaying a list of the taxonomies, but I am trying to display the values as well. Below is my code. I would ultimately like a list that has the Taxonomy: Value <ul>

  • Reading site.yaml or page frontmatter as a variable in plugin · 9 years ago

    I have a config in my site.yaml file: git_changelog: https://domain.com/api/v3/repos/repo/releases and I want to read it in as a variable in my plugin. I tried to use: $config = $grav['config']->g

  • Returning markdown in Page · 9 years ago

    I found a work-around as I couldn't figure out how to use the markdown class to return already processed markdown. I ended up using an alternative markdown processor. (https://github.com/michelf/php-