Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
PHP script as plugin help?
· 10 years ago
But I don't know how to write a plugin adding logic. How to add php inside twig?
-
PHP script as plugin help?
· 10 years ago
You should write a simple plugin or add some logic to your theme class to domthenspecific task you wish. While having a php twig pass through is possible, it's not advised for security reasons.
-
PHP script as plugin help?
· 10 years ago
Hello, I just want to have a log file with user IP and agents of who is visiting my homepage. I managed to modify a PHP script that does it, but Grav does not allow direct PHP inside pages :( Could an
-
[admin plugin] 500 error on page media listing,
· 10 years ago
Hmm. can't replicate this myself, please create an issue here: https://github.com/getgrav/grav-plugin-admin/issues
-
[admin plugin] 500 error on page media listing,
· 10 years ago
Hey, I have a Grav installation (with admin plugin) setup locally (localhost mamp installation) and on a remote server. Both have php 5.6+ installed and have a upload_max_filesize and post_max_size li
-
Extending grav-plugin-admin;
· 10 years ago
You could add a new JS file via the theme or via a plugin, if it's something that can be simply managed through a javascript file, or add your own form field through a plugin. About the controller, we
-
Extending grav-plugin-admin;
· 10 years ago
Hi all, I am currently working on a gallery plugin for grav and I am wondering whether anybody could help with suggesting a clean strategy of extending the admin plugin to accomplish the following: C
-
Relocate Lighslider-plugin inline javascript to bottom of body?
· 10 years ago
@ulilu Might it be this issue? When a page gets rendered, also its assets are generated. These are then all served. Your rendered page is cached but not the 'rendered' assets. Later, on subsequent req
-
Relocate Lighslider-plugin inline javascript to bottom of body?
· 10 years ago
Are you sure the page rules in CloudFlare are set up correctly? Both .fr and .fr/fr show up with resources loading through a CDN, as indeed I would expect them to. In both cases, the LightSlider-scrip
-
Relocate Lighslider-plugin inline javascript to bottom of body?
· 10 years ago
Wow, thank you @gingah - that is a very interesting idea! I have just implemented it but stumbled upon a strange bug that affects the embedding of the Lightslider inline JS at the bottom of the <bo