Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Ease of Plugin Creation?
· 9 years ago
Hi, forms are provided by the Form plugin, see https://learn.getgrav.org/forms/forms. As for the video/sound repository, looks like a good use case for plain pages, and Pages Collections. You would no
-
Ease of Plugin Creation?
· 9 years ago
I'm looking at moving to Grav from Wordpress. One of the main things I need in most of the things I do though are managing a video/sound repository and having that available on a page for people to s
-
Admin-plugin elements
· 9 years ago
Thanks for the tip on Gitter @flaviocopes, the comments-plugin lead me in the right direction.
-
Admin-plugin elements
· 9 years ago
Ok, I've been looking at how the Data Manager plugin does this, and the Plugin Tutorial, but I still end up at a 404 when accessing the route within the admin. I have a pluginname/blueprints/pluginnam
-
Admin-plugin elements
· 9 years ago
Yes, plus some base form fields provided by the Form plugin.
-
Admin-plugin elements
· 9 years ago
Are all the elements in the admin-plugin constructed by its theme? That is, the components structured with HTML/Twig in user/plugins/admin/themes/grav/templates/. I'm working on some alternate styles
-
Submit form on admin page
· 9 years ago
Well, I tried onAdminSave but no success. On plugin's main class, I've added this event to subscriptions. As with onFormProcessed, nothing happens. It seems that these events are not triggered. Just t
-
Submit form on admin page
· 9 years ago
Ok, I'll try that function.
-
Submit form on admin page
· 9 years ago
This is a bit more complicated than on the frontend. You can use the onAdminSave event to handle special saving from the admin, but I don't have a good example right now. I hope to release some more
-
Submit form on admin page
· 9 years ago
No one can help me?