Discussions

Ask a Question
ANSWERED

OpenContent conflicts with Porto Theme

I'm trying to use one of the shortcodes in Porto with OpenContent. When I do, I get the following JS error every page load when logged in as an admin and it repeats for any action I attempt to perform with the resulting templated content.

ANSWERED

Live Edit is Fantastic....yet

I imagine whomever created this its still a work in progress but wondering if a save option has been figured out yet as well as a warning if a user tries to delete an option and better yet restore a deleted option if it is in fact deleted.

ANSWERED

{{AdditionalData.Intro.Title}} should be {{AdditionalData.intro.Title}}

In the templates there's a token placed, by default, {{AdditionalData.Intro.Title}}.
imo that only works if you change this to {{AdditionalData.intro.Title}}.

Improve SEO on multi item templates

I was wondering..
I have some multi item templates in use and noticed something regarding SEO.
As an example an articles template.

DNN Search Index

Hi, I know it is possible to have the data indexed bij DNN Search. Simply by adding this to a template main section in manifest.json:

Chained/Nested Helpers Inside {{each}} Don't Work

Is this a bug?

ANSWERED

Help with Article Template Add Comment to Article

Hi,
I need add Part of the article's comments detail page, I can do it with template ?
please help me

ANSWERED

Later Handlebars Version

We're looking to install a module making use of a later version of Handlebars to an environment also using OpenContent, and so would need to add Handlebars 1.8.1.0's DLL to the website's bin folder, as well as update the web.config's dependentAssembly section to have 1.8.1.0 as the newVersion for Handlebars.

ANSWERED

white text

Hi guys,

Equal for Multiple Possible Values?

I have a setting in a template that is a select list. In the template itself, I need to check to see if the setting value is one of multiple possibilities. I'm not sure how to do that with Handlebars and searching hasn't yet helped me find what I'm looking for.