For AI agents: visit https://opencontent.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
OpenContentGuidesDiscussionsDownloadDemosOpen Source
HomeGuidesChangelogDiscussions
GuidesDiscussionsDownloadDemosOpen SourceLog InOpenContent
Guides
Log In
F.A.Q.
These docs are for v3.5. Click to read the latest docs for v5.0.

Overview

  • Getting Started with Open Content
  • Introduction
  • Presentation video
  • Screenshots
  • Demos
  • Download
  • Templates
    • Videos
  • F.A.Q.

Features

  • Multi language
  • Multi items
    • Sorting when viewing items using drag and drop
  • Search, Filter and Sort
  • Additional Data
  • DNN search integration
  • Global settings
  • Workflow / Content Staging
  • Edit Forms
  • Embedded Forms
  • User & Role based Items
  • SkinObject
  • External Datasources
  • Relations
  • JPList tips

Templates

  • Architecture
  • Field types
    • Select2
    • Multi Upload
  • Available Templates
  • Manifest
  • Handlebars
  • Razor
  • Data Models
  • Template Editor
  • Template Settings

Resources

  • Creating a template for Open Content by Declan Ward
  • Alpaca Documentation
  • Handlebars js
  • Razor Quick Reference
Powered by 

F.A.Q.

Open Content Frequently Asked Questions

Suggest Edits

Errors after upgrade to DNN 8?

Make sure the following is available in the web.config

<dependentAssembly>
  <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>

Updated less than a minute ago