Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Weird Issue when using url "test"
· 12 years ago
That is pretty strange. I went t your /test url a few times and it always loaded fine. Even the first time I went there. Couple of things to note: 1) I noticed your page loads initially with no CSS (
-
Weird Issue when using url "test"
· 12 years ago
Hey, no real rush on this issue but I have been building some pages under the folder pages/08.test/. I just use this folder for building new pages before I push them live. Its not available in my navi
-
Uri.param
· 12 years ago
Help a brother out by submitting a pull request on the docs with the fix?
-
Uri.param
· 12 years ago
Oh, I figured this out! There is an error in the docs... uri.param['param'] = foo should be something like: uri.param[('category'') = foo (parens instead of brackets)
-
Uri.param
· 12 years ago
I can access {{ uri.params }} in a Twig template, but if I try something like {{ uri.param['location'] }} as documented at http://learn.getgrav.org/themes/theme-vars I get an error. Any idea what I a
-
Adding PHP code in Grav
· 12 years ago
Hi rhukster, thanks for your answer. I'll look for the plugin system, and try to build mine for my needs (hope that can help other people) :)
-
Adding PHP code in Grav
· 12 years ago
This is one of the primary reasons we developed Grav. Keep the core as light-weight as possible and build powerful hooks so that it can be extended as needed via plugins. There's really very little th
-
Adding PHP code in Grav
· 12 years ago
Hey :) I really love Grav CMS, and I would to add some PHP code, for some new functions : user profile management, form reading, loading data from a database, etc. I don't want to use a traditional C
-
Bin/grav Permission Denied
· 12 years ago
Of all the hosting providers I have tried so far, WireNine is by far the fastest. In fact their $14.95 shared hosting package provides almost the same performance as my highly optimized dedicated ser
-
Bin/grav Permission Denied
· 12 years ago
Nice instructions! That fixed me up. I needed to chmod both Grav and gpm, for whatever reason, and once I had the symlink into /bin set up, all seems to be working well. I'm learning a lot from you on