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

  • Indexing Taxonomies with TNTsearch · 7 years ago

    Thanks Paul - The solution worked. I ended up creating a simple plugin to perform the indexing. My only issue: not sure if it's a TNTSearch issue, but most of my tags include a "-" in-between the

  • Indexing Taxonomies with TNTsearch · 7 years ago

    I would like to index my taxonomies using tntsearch so that when searching, the results will show up appropriately. Any Idea how to accomplish this?

  • URL parameters in plugin · 7 years ago

    Thanks, I was able to use $this->grav['uri']->params(); for my needs.

  • URL parameters in plugin · 7 years ago

    I am trying to capture a url parameter as a variable in a plugin, but my current method doesn't seem to work. my url parameter http://mysite.com/filter/role:data-owner accessing the url parameter $t

  • Memory Error after Upgrade · 8 years ago

    Looks like changing parser: regular -> parser: regex in shortcode-core.yaml fixes this problem.

  • Memory Error after Upgrade · 8 years ago

    There appears to be some issue with the Shortcode Core v2.7.2 plugin.

  • Memory Error after Upgrade · 8 years ago

    Narrowing this down - tried to index using TNTsearch and got this error: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /Web/app/user/plugins/shortco

  • Memory Error after Upgrade · 8 years ago

    I upgraded to v1.5.4, but not getting a memory error: 2018-11-09 17:49:03] grav.CRITICAL: Allowed memory size of 134217728 bytes exhausted (tried to allocate 266240 bytes) - Trace: #0 /web/html/nisp/v

  • Page Inject Caching issue · 8 years ago

    I ended up using native GRAV method to achieve the same functionality: {% include 'simple.html.twig' with {'page': page.find('/4.0/4.2/4.2.1/4.2.1.1')} %} This resolved my problem. Caching works as e

  • Page Inject Caching issue · 8 years ago

    Any Ideas on this? There should be a way to load content via a template and not write it to the cache.