Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Aaron Dalton Regular
@Perlkonig · Joined 8 years ago · 144 posts · 3 topics · 28 reputation
Badges
Recent posts
-
How to include a twig variable in a twig variable ? (on a config yaml file)
· 8 years ago
See the docs: You are also not limited to the user/config/system.yaml or the user/config/site.yaml files as described above. You can create any arbitrary .yaml configuration file in the user/c
-
Shortcode access to page.header in twig
· 8 years ago
Have you tried setting twig_first: true to true? Does that help?
-
Shortcode access to page.header in twig
· 8 years ago
Is the page being called directly or as part of a collection? If the individual page is being called as a collection, the shortcode can't see that specific page. grav['page'] points to the containing
-
Installer problem
· 8 years ago
What do you mean "Then I access to the top from outside, I found the webpage showing ..."? This is not a Grav install screen I have ever seen. This sounds like a server problem. You appear to be uploa
-
Installer problem
· 8 years ago
How are you installing? Where are you seeing this error message "you should not include ‘.php’ on the pass"? Can you provide a more full log of the install process? Your URL doesn't matter to Grav.
-
Doable in Grav?: random snippet of text
· 8 years ago
https://github.com/Perlkonig/grav-plugin-fortune
-
What is the best solution for record content text for dynamic pages (doesn't exist in folders)
· 8 years ago
I would avoid MySQL personally. There's an SQLite plugin that will let you SELECT from a table. You can then use various plugins to present the tabular output. If you're really just talking about shor
-
Creating dynamic content with JS tools: any recommendations?
· 8 years ago
Grav just assembles the final HTML from various pieces. You can include whatever JS you want in your templates, and your content doesn't have to be MarkDown. You can manually code HTML if you need to.
-
Example plugin code in docs
· 8 years ago
If you follow the docs and use the DevTools, blueprints.yaml file is created for you. It's also mentioned in step 2. Is there something more you feel needs to be said?
-
Help with fundamental concepts - Custom "post/record" storing, Lookups, Admin table for custom records/posts/stream items
· 8 years ago
I can only answer generically, and I don't use the admin module, so maybe someone else will have more to say about that. I don't know what you mean by "outside of any page context." On the admin sid