Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
RuntimeException Issue
· 11 years ago
Right now I'm installing grav on our local server here at work. We just updated our PHP version to 5.4 and now we are running into this issue (attached picture). I'm new to grav and not sure what this
-
Page.find query
· 11 years ago
The batch filter in twig allows you to pass a second parameter that specifies how to fill 'empty' columns. http://twig.sensiolabs.org/doc/filters/batch.html Might be a better alternative than the for
-
Page.find query
· 11 years ago
Me again :( lol Do you know if anything can be done with empty columns? So let's say the section is videos.. for the particular artist I only have one video. The table outputs one row/column and the o
-
Page.find query
· 11 years ago
Ah I see yup that worked LOL Awesome all done :) :D Just need to tidy up the .md files to strip out the existing tables. Thanks a lot for your help really appreciated going to save me loads of time n
-
Page.find query
· 11 years ago
If you only want the children of the current page, so when you are in artist-name-1-videos and you want to get the following pages: [ artist-video-1, artist-video-2, artist-video-3 ], you don't need t
-
Page.find query
· 11 years ago
Hi Gist added so thats the twig. Basically with my site structure I have the parent folder, which has sub folders (which has sub folders). 01.home 02.wallpapers artist-1 artist-2 etc
-
Page.find query
· 11 years ago
Can you provide a more complete version of your twig? Maybe using a gist? Having a bit of trouble understanding what exactly you're doing here. :)
-
Page.find query
· 11 years ago
Hmmm one section has sub childs too. user/ pages/ 01.home 02.wallpapers child1 child2 03.videos child1 subchild-1 subchild-
-
Page.find query
· 11 years ago
WOW, your a genius :D That worked a treat :D I only just found out about the page.find working for child folders. I had manually created about 600 pages with hard coded children folder links. Will nee
-
Page.find query
· 11 years ago
How about this? <table> <tr> <th>1</th> <th>2</th> <th>3</th> <th>4</th> </tr> <tr> {% for p in page.fi