Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Admin Hosed After Update
· 11 years ago
This happened across the two GRAV site I have.
-
Admin Hosed After Update
· 11 years ago
Did that first thing, browser cache too. No Change.
-
Admin Hosed After Update
· 11 years ago
Try clicking the Clear Cache dropdown and click All Cache
-
Admin Hosed After Update
· 11 years ago
The Grav update went fine, but after I updated the Admin plugin, everything is out of place (see screenshot). Suggestions? Screen Shot 2015-08-24 at 10
-
Theme twig code to include page from the /pages area?
· 11 years ago
That's most probably a forgotten line. Feel free to use that, I'll remove @deprecated from the method signature.
-
Theme twig code to include page from the /pages area?
· 11 years ago
Sorry, I forgot to post the link to Github that point that. Here it is https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Page/Page.php#L1782
-
Theme twig code to include page from the /pages area?
· 11 years ago
Page.find() is not deprecated. Where are you seeing that?
-
Theme twig code to include page from the /pages area?
· 11 years ago
@rhukster, I've used that trick for my website. When I looked at the code I noticed the find method is deprecated: is there a mistake or I should look to another method?
-
Theme twig code to include page from the /pages area?
· 11 years ago
Yeah I was looking for a code example in exactly that place, I think my mind was approaching it differently and I wasn't looking for the method you describe, thank you, big help!
-
Theme twig code to include page from the /pages area?
· 11 years ago
This is really a common sort of thing. There is a similar approach in the blog skeleton with anitmatter that only loads a sidebar for pages in the blog, so that's the blog and item templates.