Discussions
Multi checkbox values in template
How can I get all values of a multi checkbox field in the details.hbs template?
I tried {{#each FieldName}}{{value}} {{/each}} but that doesn't work.
Classified, Catalogue, Properties: Out of Frame
Hello,
CKEditor ability to have Classes
It doesn't seem any of the editors will retain a class added to an html element. I have tried to do allowedextracontent but don't see any way to configure it to allow this. It will keep them when you first save, but if you go back to edit content, they are all removed.
Filter settings not working using category template
Hi,
On a specific page I have the OpenContent module active with the template Categories selected. But when I edit the filter settings to show only a specific category, this does not work.... I still see all the categories.
How to import templates from another location?
When creating a template, I know that I can import one from openextensions.net. How would I go about changing that destination? I have several templates I've created that I use on several sites. It would be very helpful for me to be able to import from one of my own websites.
Using other jpList controls with Open Content Multi-item
Hi folks,
As always, thank you for a wonderful product!
I am interested in using controls offered by jpList other than the ones provided out-of-the-box with the Multi-item implementation of Open Content. For example, it appears that Open Content uses the Filter Toggle Bundle (https://jplist.com/bundles/filter-toggle-bundle), and let's say I would like to use the Checkbox Dropdown Control (https://jplist.com/controls/checkbox-dropdown), which is not included in that bundle.
I tried simply uploading the appropriate files to my template folder in DNN, then registering the files in the template using {{registerscript "jplist.checkbox-dropdown.min.js"}}, and adding the necessary HTML to the template, but the filtering did not work. What other changes do I need to make, or is this even possible?
Thanks,
Mick
Creating Articles template creates duplicate font and other unnecessary files
When creating an Articles module, based on a template from openextensions.net, it creates a folder with duplicate font files (flexslider-icon - Copy.eot, flexslider-icon - Copy.svg, flexslider-icon - Copy.ttf and flexslider-icon - Copy.woff).
Get related articles with link
Is it possible to set-up a 'related articles' set up with a hyperlink to these articles? I'm up and running with the select2 field and I was able to call the related articles, but I'm not able to add the corresponding link... It doesn't seem to be a part of the data I can see in the console...
Time Zone issues
Hi folks,
I have a bizarre issue where I have a date on an item (in the JSON entered as 2018-10-17T17:30:00-05:00, where the -5:00 on the end is Central Daylight Savings Time, the current time of the portal), however for some reason a user in California is seeing this rendered in his own time zone, Pacific time (so the date above is showing up as 3:30 instead of 5:30). I have no idea why this should be happening, can you folks advise?
Thanks for all the great work you do!
Creating Articles module throws 500 error
I'm creating a module based on the articles template and running into an issue.