Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Display in menu only if logged in
· 9 years ago
Hi, looking through the documentation i cant really figure out how to display pages only if the user has logged in. I'm using the default team grav "login" plugin. One example would be if: User is not
-
Page collection for future events
· 9 years ago
@paul thanks for your reply! Along the way I found out that my yaml data was not rendered correctly. Threw out my event pages and started from scratch. Now the dateRange did work :)
-
Page collection for future events
· 9 years ago
I think it is due to the fact that dateRange is checking only for the publication date. Maybe someone can provide a solution, but I think you could achieve it with Twig with something like this: {% en
-
Page collection for future events
· 9 years ago
Thanks for your clear reply! I now replaced my custom date input event_end by the default date and added the following frontmatter to my event index page: content: items: '@self.children' date
-
Page collection for future events
· 9 years ago
The date: option in frontmatter is the only date that describes when a page is to be published. If you put a future date, the page is not 'published' until that date is past. This allows you to crea
-
Page collection for future events
· 9 years ago
Hi all, Another question :) (I'm almost done with this project and now I'm tackling the last things I had a hard time with along the way). I have a page where I show events. All the pages in the colle
-
RockBottomGolf
· 9 years ago
https://www.rockbottomgolf.com/
-
Markdown editor does not insert paragraphs
· 9 years ago
Yep, totally worked :) thanks!
-
Markdown editor does not insert paragraphs
· 9 years ago
Aha, now I get it! Thanks!
-
Markdown editor does not insert paragraphs
· 9 years ago
The editor field simply provides the code editor. It doesn't actually perform any markdown to HTML processing.