pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Multiple collection pages and popular tags
· 8 years ago
If you don't mind changing the code of the plugin, you might try the following. As said, when 'children_only: true' is set, the method 'getChildPagesTags()' is called, which only looks at children of
-
Application Insights
· 8 years ago
I have only small sites of max 10 pages and max 10 regular visitors a day and therefor, the free accounts are tempting. However I never actually tried any PaaS hosting because the pricing 'calculators
-
How to include a twig variable in a twig variable ? (on a config yaml file)
· 8 years ago
I found the following in the Twig docs: {{ include(template_from_string("Hello {{ name }}")) }} It seems this is what you are after, but I couldn't get it to work... Prerequisite: The template_from_
-
How to have rss per tag?
· 8 years ago
Hi @jodumont Had a look at the feed plugin for you... TL;DR: Solution is at the bottom. Rationale: NB. I used the Quark based 'Blog Site' skeleton. It seems the issue is not in the feed plugin itself.
-
How to reference hero image in the images file
· 8 years ago
Hi @normawhite, long time no see... Hate so say, but it seems to be working in my environment... In 'One-Page Skeleton' which uses Quark, I did the following: Using $ bin/plugin devtools newtheme I c
-
Accessing custom user variables
· 8 years ago
@markic Are you sure? I cannot reproduce that behaviour. When not logged in, I do get a 'user' object showing the definition of the 'account.yaml' and default values are shown, but no sensitive data b
-
Alternatives to '@slugify-title'
· 8 years ago
Maybe the following sample might give you some thoughts to handle your use case. Created the same blueprint as above (kept the @slugify-title) and created a plugin with the following code: public func
-
Creating Backend Pages
· 8 years ago
What is it you are missing?
-
Creating Backend Pages
· 8 years ago
The PHP file comments.php from the 'comments' plugin shows how to save/retrieve data to/from the 'user/data' folder.
-
Alternatives to '@slugify-title'
· 8 years ago
I have created a new blueprint as shown in Add a custom page creation modal. When I create a post using 'Add Post' and enter '2018-09-18' as 'Post Title' in the modal form, then save the page, a fold