Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Question regarding the Antispam plugin
· 5 years ago
@jmsstuff: When you hover over it you can see the email address; likewise when you Inspect the page with developer tools. Try checking the source itself (Ctrl + U on Chrome) and you will see the diff
-
ERROR: flex-objects.html.twig template not found for page:
· 5 years ago
Looks like array brackets are misplaced. No need for new variable actually. This should do it: $event['paths'][] = __DIR__ . '/admin/themes/grav/templates';
-
Tag cloud can work for multiple blogs in one site?
· 5 years ago
Most likely what is happening there, tag links are pointing to the blog where they are displayed /blog/tag:spanje /reisverslagen/tag:spanje And each page takes it's children article collections. I don
-
Upgrade Grav to a specific version
· 5 years ago
Doesn't upgrading with a script from 1.6. to 1.7 run some tasks to make it work? Or /user folder is still left untouched and it doesn't matter how you upgrade?
-
Shebang in php file
· 5 years ago
After update your change will be gone if you changed Grav's system file. Maybe it would be better to create a Pull Request with a fix/improvement
-
Tag cloud can work for multiple blogs in one site?
· 5 years ago
OK, so you want each tag to show items from both blogs? Or to list tags only used in a current blog? I'm not sure I'll be able to help actually, because I'm not really familiar with tags yet, but spe
-
Tag cloud can work for multiple blogs in one site?
· 5 years ago
Isn't it working? I see same tags listed on Popular tags block
-
How to refocus on form if validation fails?
· 5 years ago
It might depend on a theme, but if it's a modular page, maybe you could change form action to the module URL, eg. http://mypage.tld/#form-module, or maybe implement AJAX form so that it would not relo
-
Deactivated plugin still being used with Grav 1.7
· 5 years ago
Probably the same :) If you look at common field attributes, there's: toggleable: add a checkbox that will toggle the enabled/disabled attribute of the field If this is true, checkbox is rendered at
-
Output flex objects as JSON
· 5 years ago
A very simple plugin if you need to output flex objects in JSON format. Basically just a collection of extended templates. If you already use default flex-objects template provided by Flex Objects plu