pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
How to detect to whom a reply is addressed
· 3 weeks ago
It's working nicely. Thanks.
-
How to detect to whom a reply is addressed
· 3 weeks 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 weeks 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 weeks 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
· 4 weeks 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 month 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?
· 1 month 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?
· 1 month 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
· 1 month 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
-
clean way to show some content only if someone is logged in?
· 1 month ago
@Netzhexe, Have you played with the following short-codes: [authenticated]Only logged-in visitors see this.[/authenticated] or [guest]...a little bit of text for people who are not yet logged in and a