Generico Filter
Maintained by
Justin Hunt
Generico is a simple filter for creating templates of code snippets and text that can be inserted into Moodle text areas.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
i dont know why page /admin/settings.php?section=filter_generico_templatepage_1 is not fully loaded
It's happends when i am trying to edit template
how to fix it
Moodle 2.7.14 (Build: 20160509)
Thanks for the vote!! Right now people just post them in this forum: https://moodle.org/mod/forum/discuss.php?d=324771
I have made a few a half hearted attempts at a gallery of sorts for the plugins but was generally beaten back by life(or in one case a server crash). More recently I set up a Moodle Database activity on the PoodLL demo site, and got as far as one template uploaded and explained. https://demo.poodll.com/mod/dataform/view.php?id=196
But it is not actually the right place for this. Because it gets reset each day, so I am the only one who can really edit it permanently.
[ .... thinking ...]
How about we set up a special site for sharing templates on MoodleCloud? Does that sound like a good idea? (Generico itself is not installed there, but thats ok ... isn't it?)
Its a real shame, there are some really good templates out there. Hmmmmm Perhaps we could make a generico site on Moodle cloud for this purpose? The plugin itself is not installed there, but we could use the Moodle database
great work! We use Moodle v2.8 & I've downloaded the plugin from moodle.org instead of github after reading your github note.
Just double-checking, if I've more than 20 templates should it work for the version I downloaded? Your comment indicates (https://moodle.org/user/view.php?id=14534&course=1) the version hosted here wouldn't work.
We'll basically use the plugin for re-using text blocks for different courses. So it's important to have the capability of unlimited template (i.e. out-of-the-box if possible).
Could you please confirm? Thanks Justin.
2. The body of template
++
Thank you for your plugin. I use your plug-in to embed responsive video in my theme. Very usefull for me. Peoples can add video without use html code.
I share my method, perhaps it can help someone.
I use this setting with Generico Template template with this :
1. The key that identifies template
Youtube
2. The body of template
Bis : you can use Vimeo, it's works fine too.
In my theme CSS, I add this :
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 0px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Best regards
Generico Filter Github: https://github.com/justinhunt/moodle-filter_generico
Atto Github : https://github.com/justinhunt/moodle-atto_generico
Generico Filter Github: https://github.com/justinhunt/moodle-filter_generico
Atto Github : https://github.com/justinhunt/moodle-atto_generico
cheers,
dan