Ops I already said that, it’s early in the morning and didn’t realise I’d already commented last night. Perhaps you want to delete some of that praise :0
I’m very happy today to release a preview of a project I have been working on for several months under the working title “SilverSmith.” SilverSmith is a framework for building SilverStripe sites that provides code, template, and content generation tools using a YAML configuration file. I have been using this tool on several projects and it has saved me volumes of production time by cutting out all of the repetitive tasks involved in building a SilverStripe. I’m really excited to share it with the community and get some feedback.
One question that I find myself answering frequently for users of the EventCalendar module is how to customize the module to handle registrations. This guided tutorial will show you how to make a basic registration form with EventCalendar.
Fan of Uncle Cheese?
Help keep this blog going so I can continue to serve the SilverStripe community.
Parlez-vous SilverStripe?
I'm always looking for translators for my modules. Can you help?
A new ‘user defined forms’ module with these options would be fantastic.
Oh and “Great Job”, as usual
Nice: Is it possible to get it run on SilverStripe 2.4 with some modifications?
Nice job, just got one error:
$(“select.chosen”).chosen is not a function
pointing to bootstrap_forms/javascript/bootstrap_forms.js
I have integrated Bootstrap already in my template and use (true) on my _config.php
Could it be, that jQuery should already be loaded at this point?
You might try BootstrapForm::jquery_included(); to avoid dependency collisions.
Great stuff , Thanks !
Awesome work UncleCheese, as always. I’m only just getting into Bootstrap, and excited to find this module.
Awesome work as usual! I only just got into bootstrap, can’t wait to try it out.
Ops I already said that, it’s early in the morning and didn’t realise I’d already commented last night. Perhaps you want to delete some of that praise :0
Great module UC. Any progress on getting ‘inline’ layout worked out?