Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Jamie Pickett Newcomer
@pickettj · Joined 6 years ago · 9 posts · 4 topics · 0 reputation
Badges
Recent posts
-
Fatal error when routing to page that is not found
· 6 years ago
Further investigation and it seems that on/around line 558 of system/src/Grav/common/Page/Pages.php will get stuck in a loop until memory exceeds. I have written a workaround in the file inside of t
-
Mod_rewrite help
· 6 years ago
I ditched the mod_rewrite and started using the Grav routing. Updated... Due to a fatal error I am getting with the internal routing, I am back to investigating the mod_rewrites as a solution. Updat
-
Fatal error when routing to page that is not found
· 6 years ago
I have a route using a regex (simplified for posting reasons) '/technologies/([^/]*)/gettingstarted/?': '/gettingstarted/$1' When testing it out, hitting 'technologies/analytics/gettingstarted' will
-
Mod_rewrite help
· 6 years ago
I have a need for mod_rewrite and specifically using the pass through flag. I am trying to redirect from a URL that does not exist through to one that does, and each time I am returned the Grav 404 p
-
Create collection based on page routes
· 6 years ago
@pamtbaau: @page.self Thanks for your response. That will do what I am looking for.
-
Create collection based on page routes
· 6 years ago
I have a folder of content that contains over 500 items. Instead of having the .md file iterate over items: '@self.children' limited to 6 per page, I am looking to see if it is possible to specify 10
-
Can files be kept private on Grav?
· 6 years ago
I had to write a little plugin that looks at a pages frontmatter, and if it contained "private_content: true", then it is hidden from the archive page creation and if someone were to access it via a u
-
Conditional Frontmatter Filtering
· 6 years ago
It is an authorization type of thing, but I am not planning on using the built in login plugin. I am also not looking to create 30K+ user yaml files to control access to content.
-
Conditional Frontmatter Filtering
· 6 years ago
I am looking for a little assistance with a plugin. I have a page with a frontmatter property of 'private_content' and its set to true. I am trying to write a plugin that when a page is rendered, if