pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3132 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
[Typhoon] Contact Form
· 4 years ago
@BabyGravDoDoDoDoDoDo, Please log your issue or question about any Premium theme/plugin at https://github.com/getgrav/grav-premium-issues. There you will receive all the love from the developers thems
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
@joejac Allows to enable any plugin, and should not enable or disable any plugin except the plugin allowed on the plugin-guard.php file. You didn't ask for that... ;-) Anyway, try the following i
-
How to debug using dump and xdebug?
· 4 years ago
Plenty of tutorials can be found on the web... What have you tried sofar? Which steps? Where in the process of setting up Xdebug with VSCode did you get stuck? In short: Install Xdebug on your syst
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
@joejac, Alternatively, you could create a plugin which injects some JavaScript into the page which removes all plugins except the required one. The plugin: does not prevent a user to type in the url
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
@joejac, AFAIK, Admin does not provide fine-grained permissions. But a plugin might come to the rescue... The plugin: does not prevent a user to see the list of plugins, does not prevent the user to
-
Error with upload file on page in admin panel
· 4 years ago
@NataliaB, Once you can provide a reproducible case which we can replay, we might investigate the cause. Currently I can only reproduce the "cropZoom" error when deliberately fooling Admin by deleting
-
Error with upload file on page in admin panel
· 4 years ago
@NataliaB, I can reproduce the error when doing the following: Upload a few files and Save (no errors thrown) Then using vscode, I delete a file Refresh Admin. => Error thrown. When refreshing, A
-
Error with upload file on page in admin panel
· 4 years ago
@NataliaB, What has changed since yesterday? Software usually doesn't magically change it behaviour overnight...
-
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?