pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3171 posts · 16 topics · 1018 reputation
Badges
Recent posts
-
Quark2 theme skeleton
· 2 days ago
Try https://getgrav.org/downloads/skeletons and search for Quark2. Currently, only the Blog version is available.
-
How to detect to whom a reply is addressed
· 2 days ago
It's working nicely. Thanks.
-
How to detect to whom a reply is addressed
· 4 days ago
How can I tell to whom a reply has been addressed if someone does not add the @username in the reply? Should there be some kind of nesting to show the relationship between replies? If so, I haven't
-
Editing title of post by moderator
· 4 days ago
Thanks, its working. Had trouble to find in the UI where I should enable editing the title, but found it... And hoped I could edit the title itself and not a long title inside an inch-wide textbox.
-
Editing title of post by moderator
· 4 days ago
It seems a moderator cannot edit the title of a post as was possible with Discourse.
-
plugin/theme development: logging works, sending messages to debugger does not
· 1 week ago
I've never been able to write debug messages to clockwork nor debugbar from within PHP. Yes, debugger is enabled with clockwork as provider. It never bothered me though, because I always set breakpoin
-
plugin/theme development: logging works, sending messages to debugger does not
· 1 week ago
I cannot reproduce the issue. Using the following snippet, a message is being written into /logs/grav.log. public function onThemeInitialized() { $this->enable([ 'onAdminSave' => ['
-
is it possible to save a colorpicker value as oklch? how do I go about adding that?
· 2 weeks ago
whenever the theme settings are saved Ah, you want to set the color in Admin and handle it in a plugin/theme. I need to figure out how to hook into the new Admin bits. Read all about that in https:
-
is it possible to save a colorpicker value as oklch? how do I go about adding that?
· 2 weeks ago
I actually manipulate the picked theme colour into different shades That's the info that was missing... I've not found a single reference to OKLCH in the entire getgrav github repo (core, admin, plug
-
Page collection with tagA OR tagB or tagC etc
· 2 weeks ago
@lordkelvin88, Please consider the reader and format code/yaml correctly using tripple backticks (```). After editing your post, you might take a look at Complex Collections You can also provide mult