Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Hot to disable forgot password
· 2 years ago
I don't think there is a way currently. You could submit a feature request on GitHub for Admin plugin
-
Backup zips not completing
· 2 years ago
@penworks: error 500 This might be on the server logs
-
Getting item from List with specific title
· 2 years ago
Within a loop it would still be better to use the filter IMHO: {% for item in page.header.contentblocks|filter(cb => cb.title == "YouTube" -%} <strong>{{ item.title|raw }}</strong>
-
Getting item from List with specific title
· 2 years ago
List field is an array, so you should do an array search by value. Direct access would be something like: {{ page.header.contentblocks[0].content}} {{ page.header.contentblocks[1].content}} This will
-
Plugin for confirming 18+ years (age verification)
· 2 years ago
@q3d: Should the CSS file in assets also be moved to another folder to protect it from being overwritten by a new plugin version? Default CSS should be overwritten by updates. If users want to modify
-
Plugin for confirming 18+ years (age verification)
· 2 years ago
Few more notes 🙂 BUTTON: 'I am 18 or Older' BUTTON_NO: 'I am not 18' Suggestion: BUTTON: 'I am 18 or older' # lowercase "older" BUTTON_NO: 'I am under 18 years old' Also age-verificat
-
Plugin for confirming 18+ years (age verification)
· 2 years ago
Good point about the internal address. but that maybe could be added to a plugins ToDo list as a future feature. At this point I think it would be enough to make this just as a text field where user w
-
Plugin for confirming 18+ years (age verification)
· 2 years ago
About buttons, what I believe @xxx meant, is to have two buttons: "I am 18" "I am not 18" (of course texts should be more formal 🙂) Button 1 lets you proceed Button 2 - redirects you to some customi
-
Plugin for confirming 18+ years (age verification)
· 2 years ago
I would make en as a default language though, instead of pl
-
Plugin for confirming 18+ years (age verification)
· 2 years ago
Colors could be customized via a custom CSS. And I don't really see a purpose of a customized cookie 🤔 But overall doesn't sound too complex.