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

  • Markdown URL with &noprocess flag · 4 years ago

    Yes, sorry. My url is https://sampledomain.com/?q=page/test-page-16779 (cleansed for security reasons). When I use the url above in a document [Link Here](https://sampledomain.com/?q=page/test-page

  • Markdown URL with &noprocess flag · 4 years ago

    I am hoping to get https://sampledomain.com/?q=page/test-page-16779 the / in page/test-page-16779 is being replaced with %2 see page%2test-page-16779

  • Markdown URL with &noprocess flag · 4 years ago

    Markdown is manipulating my URL even though I add the &noprocess flag. my URL [Link Here](https://sampledomain.com/?q=page/test-page-16779&noprocess) what is being returned https://sampledomai

  • Taxonomy and Variables · 5 years ago

    I have a variable set (version) in my site.yaml to specify the content version, and I would like to use that variable in my taxonomy, but I am getting an error. Is this possible? title: Introduction

  • Upgrade Error Uncaught Error: Class 'ZipArchive' · 6 years ago

    Ok, this is not a GRAV issue, but rather a Catalina PHP issue. I solved this using: https://stackoverflow.com/questions/58290566/install-ext-zip-for-mac/58300437#58300437

  • Upgrade Error Uncaught Error: Class 'ZipArchive' · 6 years ago

    I am trying to upgrade from 1.6.23 using bin/gpm selfupdate but getting an error: Fatal error: Uncaught Error: Class 'ZipArchive' not found in /Users/CRusna/Repos/web/PROD/nisp-master/system/src/Grav

  • TNT Search and Taxonomy Included in Results · 7 years ago

    I got this to work. See code for reference below. Note - I am only including the Taxonomy->ID field in the results. Code adjustment may be necessary to include other taxonomy. public function

  • Getting a Specific Taxonomy in PHP · 7 years ago

    I have a the following page front matter: title: Integrated Information Security Analysis Team taxonomy: category: ['docs'] policy: ['im'] id: ['im-05'] modified_date: 07/17/2017 I am writ

  • TNT Search and Taxonomy Included in Results · 7 years ago

    I was able to include my taxonomy in the index, but I want to display it in the search output as well. Any ideas?

  • TNT Search and Taxonomy Included in Results · 7 years ago

    I am attempting to add add a taxonomy value inside of TNTSearch result. Specifically, my search results show the Title and a Content snippet. I want to include a taxonomy in the search results. My