Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Page count adding modules
· 10 years ago
From a user perspective (not from admin or developer) it is weird to count nested pages as regular pages. I would really like to propose this change as it reduces confusion for a regular user.
-
Page count adding modules
· 10 years ago
Because modular pages are currently 'displayed' as regular 'nested' pages, i think it would be weird to change how the page count is rendered now.
-
Page count adding modules
· 10 years ago
Of course this is just a temporary solution (any update to Grav core will overwrite it), but you can always change the file user/plugins/admin/classes/admin.php and find: public function pagesCount()
-
Page count adding modules
· 10 years ago
ok thanks for clarifying
-
Page count adding modules
· 10 years ago
A modular sub page is in fact still just a page to Grav, hence why they are in the page count. When we refactor how modular pages are built and hide their pageyness from the user, we'll probably remo
-
Page count adding modules
· 10 years ago
Maybe it's me, but ran into an admin problem. We made modules hoping to allow the client to create pages after we hand off. But the modules are adding on the page count. Did we set up something wrong
-
Inculde partial in page
· 10 years ago
you could set up a toggle in in your specific blueprint which says something like "include partial" and if this toggle is active display the partial in your template twig file with an if statement
-
Inculde partial in page
· 10 years ago
Hello, I would like to include a partial in a specific page. Is there a page header for this task or how can I do this?
-
How to iterate modules written in md header
· 10 years ago
And set your home page to the /components page.
-
How to iterate modules written in md header
· 10 years ago
Make components/ a modular page, and that page will list its modular childs, just like a normal modular page, see https://github.com/getgrav/grav-skeleton-onepage-site/blob/develop/pages/01.home/modul