Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Jan Plechtý Member
@Junek · Joined 7 years ago · 18 posts · 5 topics · 1 reputation
Badges
Recent posts
-
Composer error on new version of Grav
· 5 years ago
Okay, sure, thank you. I really did not see that but that does not solve the problem 😂
-
Composer error on new version of Grav
· 5 years ago
Well yes. I have downloaded it via zip. I want to create a plugin so when I follow the tutorial I get into the second part (bin/plugin devtools new-plugin). Then i fill all the informations they askin
-
Composer error on new version of Grav
· 5 years ago
It is not so much here to describe the problem... I just have installed Grav 1.7.6. I know my permissions are badly set (777) but I guess that is not the problem. File path bellow: ./vendor/twig/twig/
-
Question: creating page -> clickable dropdown folders instead of html select tag?
· 7 years ago
Oh it looks like good solution! I'll start from now. Do you have some code to share with? Anyway thanks for your reply!
-
Question: creating page -> clickable dropdown folders instead of html select tag?
· 7 years ago
Hey there, I really don't know, if this is the right place to ask on this topic... What I want to ask is if there is some better option in selecting the folder when the user is creating a page? I mean
-
Select only 3 children from a page
· 7 years ago
Yess, that's exactly what I'm looking for! Big thanks!
-
Select only 3 children from a page
· 7 years ago
Well, it's working but let's say we have 1 tousand posts. It's brings too much data into variable. Anyway it works! Thank you for your reply!
-
Select only 3 children from a page
· 7 years ago
Hello, I am trying to display 3 children on a page "news" at the homepage. I have successfully displayed them with {% for e in 0..2 %} {{ currentPage.children.nth(e).content }} {% endfor %} Unfortun