Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
flavio Member
@flavio · Joined 9 years ago · 58 posts · 0 topics · 22 reputation
Badges
Recent posts
-
Grav bug has broken our site
· 9 years ago
Hi, we tracked down the issue yesterday and the fixes proposed in that issue you linked seem to work fine. We'll probably do a bugfix release today, and in the meantime you have two options: rollback
-
Clarification about Official GPM Only
· 9 years ago
Hi, no this is currently not an option. Grav will only manage public packages available through the GPM. For personal use I generally setup a post-commit hook on my repos, and the server pulls the lat
-
Grav create blog
· 9 years ago
There you go: https://learn.getgrav.org/cookbook/tutorials/create-a-blog :)
-
Coding Standards of Grav?
· 9 years ago
Hi, Grav is not built on Symfony, but just uses some of the Symfony packages: https://github.com/getgrav/grav/blob/develop/composer.json#L13-L17 That said, yes - we adhere to PSR-1 and PSR-2.
-
Solution needed for a theme/plugin like Learn2 extended version
· 9 years ago
These 2 entries in the cookbook should be helpful: https://learn.getgrav.org/cookbook/tutorials/create-a-blog https://learn.getgrav.org/cookbook/general-recipes#migrate-an-html-theme-to-grav
-
Solution needed for a theme/plugin like Learn2 extended version
· 9 years ago
Hi, any kind of structure is possible in Grav. There are no limits 🙂 You could use this pages structure: pages 01.home 02.contact 03.books my-first-book 01.chapter1 chapter.md
-
Discuss Grav 1.3 and Admin 1.5 releases
· 9 years ago
We got reports of a page ordering issue on Linux with the Intl PHP extension installed. If you run into this, an update is coming!
-
After update new version 1.3.0 order of pages has changed
· 9 years ago
Yes applies to both front and back. This light PR seems to fix the issue for me, can you confirm? https://github.com/getgrav/grav/pull/1571/files
-
After update new version 1.3.0 order of pages has changed
· 9 years ago
Thanks for the feedback, I did not realize at first it was ordering in Admin, I was thinking about the frontend. Another similar issue reported: https://github.com/getgrav/grav-plugin-admin/issues/116
-
What are the numbers next to links to style sheets in markup?
· 9 years ago
Hi, it's priority of loading. The higher, the first to be added to the HTML generated. Check this example.