pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Adding honeypot to BetterComments crashed site
· 3 years ago
@Alpha, See the error log: Unable to parse at line 11 (near " -"). Parser->doParse(‘bettercomments’, false, false, false) You are using a different field format than bettercomments.yaml does.
-
Site has over 100 pages and 3 of them receiving rampant comment spam. Bizarre!
· 3 years ago
@Alpha, Do you have info/advice on improving it? reCaptcha is only one strategy to prevent spam. Unfortunately, there are more ways to dump spam in a form. A Honeypot is another strategy to prevent
-
Template override for child theme only works when template in parent them is deleted
· 3 years ago
@pgrav, Also toepfereifranke is working fine. Even abcdefghijklmnopqrstuvwxyz is working fine...
-
Site has over 100 pages and 3 of them receiving rampant comment spam. Bizarre!
· 3 years ago
@Alpha, It seems the client of the spammer wants its message to be targeted at very specific content to reach a very specific audience... I wondered what's so specific about "exhaust" and did a query
-
Template override for child theme only works when template in parent them is deleted
· 3 years ago
@pgrav, I'm sorry, but I cannot reproduce the issue,.. I did the following using a fresh install of Grav: $ cd user/themes $ mkdir t2b5; cd t2b5 $ git clone https://github.com/stom66/grav-theme-t2b5
-
Template override for child theme only works when template in parent them is deleted
· 3 years ago
@pgrav: I thought inheriting manually is still an option? It sure is. Editing all code files with ed and vi is also still an option... ;-) NB. Please mark your post as solved if issue has been solved
-
Template override for child theme only works when template in parent them is deleted
· 3 years ago
@pgrav, Hint 1: You made a mistake in step 1. But since you omitted the most important information, I have no idea what mistake... Hint 2: Use $ bin/plugin devtools new-theme to prevent making mistake
-
Blog category page doesn't work if category has special characters
· 3 years ago
@rferreira, Might this help? https://stackoverflow.com/a/71379431/4137032 Update: I don't think so because it works using the 'Blog Site' skeleton.
-
Blog category page doesn't work if category has special characters
· 3 years ago
@rferreira, In skeleton 'Blog Site', I changed the following: Edit user/pages/01.blog/hero-classes/item.md and changed taxonomy to: taxonomy: category: - Segurança tag: [journal, photography, Segur
-
Blog category page doesn't work if category has special characters
· 3 years ago
@Karmalakas, tag: [journal, photography, aäáeëécç] with url http://blog-dev/tag:aäáeëécç is working fine in the 'Blog Site' skeleton...