Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Werner Joss Regular
@hoernerfranz · Joined 7 years ago · 224 posts · 14 topics · 49 reputation
Badges
Recent posts
-
Add Grav scheduler as a php script
· 3 years ago
well, shared hosting is always limited in several ways, I also use it for my grav website, with similar restrictions than yours. especially, there is no crontab available, so no wonder the given examp
-
Possible to set default file permissions after saving files through Admin Panel?
· 3 years ago
FYI, I decided to incorporate the permissions monitor into this fork so it starts and runs automatically with the docker image, this is quite convenient for local development. no need to fiddle with s
-
Possible to set default file permissions after saving files through Admin Panel?
· 3 years ago
oh, well, as expected, you were faster than me 😄 - I'll have a closer look at your project later, just a short note from my first glance: IMHO the script(s) could be restricted to work on the user fol
-
Possible to set default file permissions after saving files through Admin Panel?
· 3 years ago
...just for the record: here is a python3 watchdog example which could be used as a starting point, IMHO.
-
Possible to set default file permissions after saving files through Admin Panel?
· 3 years ago
@ejstauffer , yes, of course I'm willing to share if I come up with something useful here, but I doubt that will be in the near future, so I guess you will be faster 😄. and, yes, a plugin would be a m
-
Possible to set default file permissions after saving files through Admin Panel?
· 3 years ago
good point 😄 - I've been doing the same (bash perm fix script) since the beginning of my grav experience... I already thought of creating a simple file system watcher script (in python) which would do
-
Can TwentyFifteen theme create drop down menus?
· 3 years ago
@MiguelTeixeira , I'm not sure if your request is intended for me or the Grav Team 😄 . and, well, I did not change the site name in languages.yaml from the original Theme. so, feel free to change this
-
New Plugin - Down Counter
· 3 years ago
this is a short note about the creation of my latest grav plugin, Down Counter, it is intended to create a nice circular down counter in a grav page. anyone interested is invited to check it out, com
-
Question about IPCount Plugin
· 3 years ago
ok, fine to see the update is appreciated 😀 - and, yes, the chart feature of the visitors page needs JQuery - maybe I'll add a check/automatic loading in the next version...
-
Question about IPCount Plugin
· 3 years ago
there is now an updated Version at Github which allows the Selection of the Visitors Template from the Grav Admin - please check if this works for you.