Discussions

Ask a Question
ANSWERED

Edit options stopped working for NonEnglish language

Hi There On my production server when I try to edit content for non-english language it opens edit dialog with no content and throws dialog with msg "Uh-oh, something broke: Internal Server Error". This is happening all across my production site. Please help me. Thanks, Anil
ANSWERED

Open Content / MDesign Carousel template error

I'm new to DNN and Open Content. I installed 3.5.2. I imported the MDesign Carousel template. I get this error when I publish it. Could not load file or assembly 'System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Alias: www.co.coos.or.us Tab: 832 - http://www.co.coos.or.us/Departments/CoosCountyFairNew.aspx Module: 6438 Called from http://www.co.coos.or.us/Default.aspx?TabID=832. Referrer: http://www.co.coos.or.us/Departments/CoosCountyFairNew.aspx. DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at Satrabel.OpenContent.Components.Json.JsonUtils.JsonToDynamic(String json) at Satrabel.OpenContent.Components.Render.RenderEngine.GenerateOutputSingle(Page page, FileUri template, JToken dataJson, String settingsJson, TemplateFiles files) at Satrabel.OpenContent.Components.Render.RenderEngine.Render(Page page) at Satrabel.OpenContent.View.OnLoad(EventArgs e) --- End of inner exception stack trace ---

JPList filter by Date picker input

Hi, We use Web Api to load data, where it have StartDate & EndDate field. By default it load all data, and allowing users to filter by StartDate & EndDate. We've been struggle on how to use the Input filter for Date. Have tried couple thing, also tried to use jQuery-UI Date picker, but it's still not working: ``` <input data-path=".StartDate" type="date" value="" data-datepicker-func="datepicker" data-datetime-format="{month}-{day}-{year}" data-control-type="date-picker-filter" data-control-name="StartDate" data-control-action="filter" /> ``` Is there a sample of how to Filter by date?

Cannot add class to link

How can I add a class to a hyperlink?

Crop ratio

Hi, Is there a way I can crop an image using the imagex field and keep the ratio of every image I crop? It looks like I must choose an image size... I tried adding the old "aspectRatio": 1, but that doesn't do anything anymore... I'm actually just looking for a way to reduce file size...

Related articles

Hi there, Is there a way to have, in a OpenContent module using the Articles template, a detail page of an article including a list of related articles? The relation should be formed through a corresponding AdditionalData field, like Tags. This is a functionality I have been missing for a while now. I know I can have the admin do this manually, via a field in the article edit, but I am looking for automation... Maybe there are workarounds? Keston
ANSWERED

Use of mailto links in WYSIHTML editor

When using a textbox it doesn't (seem) possible to insert relative or mailto links. Even when inserting directly into source html it saves the first time but not when updating the textbox. Is it possible to customize the WYSIHTML editor in OpenContent to accept different types of links?
ANSWERED

Display multi-item detail on separate page

When a multi item open content is created, the detail URL of the page exists within `{Context.DetailUrl}`. However, when using the context link, the detail page will show on the same page with modules above it. How can use the `{Content.DetailUrl}` handlebars helper as a link to open the details of the template in a new page, void of other content?
ANSWERED

Material icons

Is it possible to use Material icons (https://material.io/icons/) in the icon picker control?

JPList is deprecated and been abandoned, is there any alternative?

Implement JPList on OpenContent for sorting and filtering is a really nice to have. But when we're facing issue and try to figure solve it, the website is no longer available, and have difficulty for fixing it since it lack documentation. https://github.com/1rosehip/jplist it's been deprecated. While https://github.com/1rosehip/jplist-es is a new one, this repo seems been abandoned by the creator. There's couple of question with no reply. Is there any other alternative for it?