-
-
Notifications
You must be signed in to change notification settings - Fork 20
Documentation Code Camp Events General
<< Back to Code Camp Events Documentation
The Code Camp Events module is built to be a "single page application" or SPA-style module. This allows you and your visitors to get instant feedback when interacting with any of the features available to you.
When installing this module, please note that there's nothing additional you need to do. It simply installs and performs all necessary configuration on your behalf, with the exception of things that require your input.
When you add this module to a page, there's nothing special that will need to be done. The module will prompt you for what it needs.
When adding this module to a page, please note that this module is currently built using Bootstrap version 3.3.5. Your theme (skin) MUST be compatible with this version of bootstrap, but you should remove all references to including Bootstrap from your theme page. This is often done by creating a copy of an existing theme page, and deleting the lines of code that include the Bootstrap CSS and JavaScript files. This will only be necessary until DNN Platform includes the ability for you or I do do this in a more user-friendly way.
This module will then include the Bootstrap files on your behalf. This is necessary due to the large number of Angular and Bootstrap dependencies it requires for the user experience you'll enjoy, as these dependencies all need to be added in a specific way. Allowing you to do this in the skin/theme will only make using the module a bit more difficult and time consuming.