david Member
@david1 · Joined 4 years ago · 12 posts · 3 topics · 0 reputation
Badges
Recent posts
-
Typhoon H1 not shown in safari 13.1
· 3 years ago
HI Using mac osx high sierra. Issue is that H1 is shown as regular font. Using typhoon latest theme. I cannot test higher mac os x but on sierra should work also 🙂 Screenshot: website: https://surl.
-
Getting related pages working with typhoon theme
· 4 years ago
I found out that yaml file structure for some reason when created from gui does not work. This is mentioned also in here: https://github.com/getgrav/grav-plugin-relatedpages/issues/17 working relatedp
-
Getting related pages working with typhoon theme
· 4 years ago
is there such thing as pump in year 2022 😄
-
Getting related pages working with typhoon theme
· 4 years ago
hi premium theme typhoon comes with related pages plugin and in twig it is already set but i have for example under /home (blog) many centos post types but on post page "Other Related Posts" is not sh
-
Mkdir() not allowed for plugin://login/pages/.revs
· 4 years ago
\ did not work. still same error message. i am trying slightly modified my version. Like this one: if (is_dir($this->path)) { return false; } else { \mkdir($this->path, 0775, true); }
-
Mkdir() not allowed for plugin://login/pages/.revs
· 4 years ago
Im searching help for grav mkdir function. I thinked it is php native mkdir but not. Following code will result to $path = $this->path(); if (is_dir($this->path)) { return false; } else { m
-
Mkdir() not allowed for plugin://login/pages/.revs
· 4 years ago
Well, plugin calls out mkdir and it is not allowed for some reason. This plugin https://github.com/david-szabo97/grav-plugin-admin-addon-revisions
-
Mkdir() not allowed for plugin://login/pages/.revs
· 4 years ago
will contact plugin author
-
Mkdir() not allowed for plugin://login/pages/.revs
· 4 years ago
I can pay for this plugin code fix.
-
Mkdir() not allowed for plugin://login/pages/.revs
· 4 years ago
Ok i have fixed mkdir issue. I will fork and provide patch too but now is other issue: Maybe grav 1.7 compatible issue? scandir(plugin://login/pages/.revs): Failed to open directory: "RocketT