Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Samuele Masetto Member
@samuele · Joined 9 years ago · 28 posts · 12 topics · 4 reputation
Badges
Recent posts
-
Add a default param for an archive page
· 8 years ago
@hughbris: Try: {% include 'partials/pagination.html.twig' with {'pagination': collection.params.pagination} %} The collection object has not "year" param set because it is not a parameter (I used on
-
Add a default param for an archive page
· 8 years ago
I have an archive page that shows current year events. In the same page users can click and view the previous events by a taxonomy list (2017, 2016, etc). Now in my twig template I have this: {% i
-
Www.mydomain.com/index.php returning “error 404”
· 8 years ago
I have a problem with a new Grav web site routing. Old site is indexed in Google with http://mydomain.com**/index.php** but if I navigate to this address I have "error 404" I tried to modify .htaccess
-
How to redirect pages with php extension
· 8 years ago
I'm moving a old php site in Grav. I'd like to point old ulrs to new pages. I tried to use route aliases in new page like this: routes: aliases: - '/congressi.php?id_evento=296' but I have "Pa
-
Archive pages I no longer use
· 9 years ago
I built a web site in Grav that collects different artworks for each year. Now we have 2000 artworks (each artwork is a page with many media files). In the new year I have to reset previous artworks a
-
Problems in my site private pages after upgrading Grav 1.3.3 and latest release of Login plugin
· 9 years ago
I have a group named "jury". This is the user/config/groups.yaml file: jury: groupname: jury readableName: Members of the Jury description: 'The group of Jury Members' icon: users access:
-
Problems in my site private pages after upgrading Grav 1.3.3 and latest release of Login plugin
· 9 years ago
After upgrading Grav 1.3.3 and latest release of Login plugin, I'm be able to login to my private page, but in every private pages I see Welcome page! Do you know if are there incompatiblities with pr
-
Search pages by slug in Admin Plugin
· 9 years ago
Hi, In Administration Panel, Manage Pages, I'd like to search pages by slug or by another header frontmatter variable. Is it possible to extend?