Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Jose Regular
@joejac · Joined 9 years ago · 162 posts · 36 topics · 21 reputation
Badges
Recent posts
-
How to redirect old website URLs to the new URLs on new Grav website
· 3 years ago
Hello I finished a new Grav site and got the old website URLs that were indexed by Google. Normally, I do in the .htaccess a redirect in this way: Redirect 301 old_URL new_URL But I was not able t
-
PHP Parse error: syntax error, unexpected 'function' (T_FUNCTION), expecting identifier (T_STRING) or \\ (T_NS_SEPARATOR) in /home/website1/public_html/enew/system/src/Grav/Common/Composer.php on line 12
· 3 years ago
Hello. The website was working so I turned off the debug mode, then upgraded Grav and in the middle of the upgrade, suddenly, the website and the admin plugin stopped working and the website and admin
-
My best wishes for all of you in this new year: health, happiness and success!
· 3 years ago
Hello to everybody, My best wishes for all of you in this new year: health, happiness and success! Best regards joejac
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
Hello, pamtbaau You are right in your observations and I agree with you. All my questions were very well answered, everything is fine now. Thank you @pamtbaau for your valuable help and dedication to
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
Hello, only one last question @pamtbaau Like you said @pamtbaau: does not prevent the user to open a plugin. Via the URL, the user can type the plugin name and view its plugin admin page, he can no
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
Hello @pamtbaau I created a plugin for showing the selected plugin only, I called plugin-filter: Changing the position of the parameters inside the if with the URL worked for me now. public functio
-
How to customize scss files provided by theme
· 4 years ago
Hello @elesouef I make all my css changes on custom.css but in my inherited theme, not on the parent theme (base-theme), as well as any changes in the twig templates, I use the browser inspector, iden
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
Hello @pamtbaau , I added: use Grav\Common\Theme; use RocketTheme\Toolbox\Event\Event; and now your plugin-guard is working for me 🥳, including the enable/disable section, and an if condition to al
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
Hello @pamtbaau I understand, did you had the chance to see the code of my plugin-guard.php? I want to ensure I understood correct all your instructions and I did no mistakes with the code, before ins
-
How can I give a Grav user, access to manage only one particular plugin?
· 4 years ago
Thanks @pamtbaau and sorry for not being more specific. I included your last lines on onPluginsInitialized, but I got an error related to the event, that I can not resolve. Here is the information: S