These are templates that we commonly use for various projects.
Learn more about DNN CMS at the official DNN community website.
- Be sure you have DNN installed with the latest version of OpenContent installed as well.
- Have an OpenContent module added to any page.
- Go into Edit Mode in DNN with a superuser account.
- Choose
Edit Global Settings
from the actions menu (one of the last menu items). - Find the
Github Templates Repository
setting. - Now, copy/paste the following value:
,UpendoVentures/OpenContentTemplates
. (Leave out the period, but include the comma.) - Save your update.
Now, when you choose to create a new template, all of these templates are available in addition to any others you might already have on your site.
Yes, it's not real code. It's just supposed to be fun. :P
This solution is created and maintained by Upendo Ventures for the DNN CMS Community. Please consider sponsoring us for this and the many other open-source efforts we do. It's a lot. :)
- Sponsor Us (we're grateful at any level 🙏🏽)
If you're not a developer, the rest of this README is not going to interest you. 😉
This solution was built using the Upendo DNN Generator.
Oh, you want to help build some templates? Sweet! Here's how you can do it.
- Install DNN
- Install Porto (common library, live slider, porto)
- Apply the Porto template
- Install OpenContent
- Clone repo to
\Portals\0\OpenContent\Templates
- Create an issue (if it doesn't already exist)
- Create a branch to work on (e.g.,
Issues/issue-1234
) - Begin development.
- Test your work in your dev website.
- Commit your changes and then create a pull request to the
development
branch. - Switch branches.