Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Run order of plugins
· 11 years ago
Wait this not true, because (if nothing changes) you can trigger the page not found event but not directly from plugin, you can get with setup.php into the root. I need to search where I put this scri
-
Run order of plugins
· 11 years ago
Thanks for the quick reply. The alphabetical solution should work fine.
-
Run order of plugins
· 11 years ago
Yes, there is not any ordering other than the order that the filesystem iterates over the plugins. So if you want a plugin to fire first, you could name it appropriately. This is something we plan o
-
Run order of plugins
· 11 years ago
As I clicked the Post button, I realized it was probably alphabetical, so I changed the name from SlackAlertsPlugin to AlertsPlugin, and it worked. If anyone knows a way to change the priority another
-
Run order of plugins
· 11 years ago
Can I define the order in which plugins run? I want to be notified of 404 errors immediately so I can find the broken links and fix them. I wrote a plugin to grab the onPageNotFound event and then sen
-
Preview page in the new admin plugin
· 11 years ago
Ah, missed that. Thanks for the explanation!
-
Preview page in the new admin plugin
· 11 years ago
Just to be specific, the built in php webserver can't handle the : in the URI. It doesn't parse this properly, so any place we use these in URLs it will choke, hence the list of plugins that use that,
-
Preview page in the new admin plugin
· 11 years ago
Please read this note regarding the PHP built-in webserver - It doesn't have the routing capabilities needed to support the admin plugin. You will need a proper webserver that has configurable routin
-
Preview page in the new admin plugin
· 11 years ago
Hi, I Was just trying out grav as well as the new admin plugin. I can't seem to get the preview of the page editor to work. I edit a page, e.g. I'm at http://localhost:8000/admin/pages/test and when I
-
Errors when trying to save plugin settings
· 11 years ago
Thanks.