Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Getting modular form to work with Typhoon template
· 5 years ago
As @pamtbaau said, you first need a process.email config part. But still, I wasn't able to make Swiftmailer work on Laragon (TBH didn't try much), had to set up SMTP and it worked perfectly fine
-
Multilanguage forms missing until cache is cleared
· 5 years ago
Created another PR to Forms plugin, that partially fixes missing form issue, but it still won't work if form is searched by name, because $this->forms is empty there. Still hope this will get appr
-
Weird Admin Backend after Grav update to 1.7.5
· 5 years ago
It looks like every update messes with configs, but not always :/ Try re-enabling translations in Admin Not sure why, but most of my core and plugin configs for local env disappeared after upgrade 😕 B
-
Blueprint type: list new data on top of array
· 5 years ago
Try adding ordering to your added last field ordering@: -1
-
Upgrade flex-objects to v1.0.2
· 5 years ago
If you're talking about config Yamls, then every plugin has instruction to copy first to /user folder depending on where you keep your configs. If you edit configs via Admin panel plugin, then it does
-
Clicking "logout" doesn't redirect to login form
· 5 years ago
I would check Console in browser's Dev Tools. From that other topic I understand redirect should happen from JavaScript. Sounds like a JS error to me.
-
Maximum number of objects in flex directory
· 5 years ago
Not sure what you mean by objects in flex directory, but here's a quote from their blog post on 1.7 RC1 about flex pages Traditionally we recommended less than 1000 pages for Grav sites. That's not a
-
Improvement in Search Box in Deliver Theme
· 5 years ago
I suggest splitting question and answer to separate posts and mark answer as a solution ;)
-
Set another "extends" to page template
· 5 years ago
Check this recipe on how to extend base template itself. I think this might give you an idea on how to approach the issue
-
Plugin to create a new post quickly
· 5 years ago
I believe what you're looking for is described in cookbook here. Also might check this topic