pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
How to show taxonomy entries as select options in a blueprint
· 4 years ago
@Netzhexe, When a theme/plugin is being called by Admin, pages are not being initialized. Hence, taxonomies are not being collected... Admin needs to be forced to load the pages using $admin->enabl
-
Error with upload file on page in admin panel
· 4 years ago
What image types have you been using? *.avif perhaps?
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
@pireba, Can you tell me why I need to call “enablePages()”? For performance reasons, pages are not being initialized when using Admin. Hence the Taxonomy is not set. Using $admin->enablePages(
-
Invalid input in "Content" Failed to save entry: Form validation failed, please check your input
· 4 years ago
@mD.SK, Maybe it would make sense to remove the restriction at least for SuperAdmins and to inform all other users about it. I can only imagine the size limit to be introduced for some technical rea
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
@pireba, To respond to your issue wrt the empty Taxonomy values in your static function... Try the following function inside your theme (or plugin): public static function taxonomyValues(string $tax
-
Invalid input in "Content" Failed to save entry: Form validation failed, please check your input
· 4 years ago
@spamhater, The question is not whether 65536 is plenty enough for most people. The question is also not about the user experience when using large documents. The question is why the size validation h
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
@pireba, Instead of trying to implement a "custom" Taxonomy field by yourself, you can add some validation using a plugin. Try and adapt the following: In case not all Taxonomy taxons are required, a
-
Invalid input in "Content" Failed to save entry: Form validation failed, please check your input
· 4 years ago
Please have look at issue https://github.com/getgrav/grav/issues/3643. For some reason, Grav 1.7.32 has added a default max size of 65536 bytes for text (multiline) and textarea fields of pages. Admin
-
Set Category and Tag (Taxonomies) as required
· 4 years ago
@pireba, Have a look at Using Function Calls (data-*@)
-
How to debug using dump and xdebug?
· 4 years ago
@myscha, Because one didn’t know that it’s possible :see_no_evil: Uh... wasn't that part of course Programming 101 ? ;-) Are you talking about Xdebug, too? Yes. See Xdebug docs. Here is a screensh