pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Can you set a viewable permission to a collection
· 3 years ago
@dean_007, Small correction, its grav.user.groups which is an array.
-
Can you set a viewable permission to a collection
· 3 years ago
@dean_007, Grav's permissions does not provide the granularity on a image by image basis. A user either has or has no permission to see the page. Having said that... Inside your loop, I suspect you ca
-
Theme variable for content without title?
· 3 years ago
@avolve, I'm sorry you perceive my reply as passive aggressive. It certainly wasn't intended that way. I also don't believe that you are lying. I do believe you are seeing something happening on your
-
Theme variable for content without title?
· 3 years ago
@avolve, You keep repeating that variable content contains the body and title of the page, while others claim it doesn't, which I agree with. {{ content|raw }} does not output the value of {{ page.hea
-
Site.yaml routes taxonomy not work
· 3 years ago
@msa, Not sure if it fits your needs, but using redirects it will work: The following config in /user/config/site.yaml on a default Blog Site skeleton... redirects: /mushroom: /tag:mushroom ...wil
-
Security to Theme Deliver
· 3 years ago
@Zbigniew, I will briefly describe what I did. cloundflare - turnsite i have site key and secret key gravcms - plugin - Form - added site and secret key. I added turnstile api.js to base.html.twig
-
Plugin DataManager not showing Comments
· 3 years ago
@hoernerfranz, What will happen if you add Comments to page Blog? I guess DataManager will not display it, and only Comments on blog items will be shown. What happens when 2 or more comments have bee
-
Plugin DataManager not showing Comments
· 3 years ago
@hoernerfranz, I see three issues which prevent DataManager to show data from Comments and Guestbook plugin: Both Comments and Guestbook plugin tells data Manager to exclude folder "comments", resp.
-
Plugin DataManager not showing Comments
· 3 years ago
@hoernerfranz, When collecting /user/data folders, Data Manager fires an event called onDataTypeExcludeFromDataManagerPluginHook, which allows plugins to return a name of a /user/data folder to be exc
-
News Feed: Trying to access array offset on value of type bool
· 3 years ago
@dablin, @Kai23, If you are using PHP 8.2, then please add your comment to the known issue at Github: New feed not loading in PHP 8.2 #2329