Discussions
Is it possible to retrieve the querysting from Alpaca?
I want to use some custom filtering in my template based on an id I pass through the querystring but don't see how I can get this information in my template.
DNN Search support for single template?
IS there dnn search support for a single template? I've seen examples of multiple template (list, details).
How to call external webservice to populate opencontent template field?
Hi,
Please advise me on how to call external webapi to populate drop down in Edit Content window?
In website it stated that we can use Select2 type field to call external service and populate the drop down field but am not seeing "Select2" type option in form builder window https://opencontent.readme.io/docs/select2 to design template.
Empty schema and how to override
After creating a new template (using Handlebars starter for example) the options file is empty when using Edit Template Files from the edit menu. Any changes made to the options.json file are over-written when the form builder is used (the form builder is on by default on all templates we create). Is there a way of adding to the options (e.g. "configset":"standard" for the ckeditor) when using the form builder or can the form builder option be de-activated?
How to update current OC to the newest version
I was wondering if there are patches available to update the current OC version (3.4) to the newest.
First render on the server, later renders on the client side?
Hello,
Field values from other module (SQL table)
Is it possible to use a Relation type field and call an other database table. Would be great to be able to point to product data from a webstore module...
Adding head values to items of multi-item template
I want to be able to have some of my article data be visible in head values, like ogg meta tags. Is there a way to add these meta tags (server side)? For example, in Ventrian News Articles there's a template where you can add meta data, using tokens to fill in the values.
Filter catalog by date AND time
Hi, I'm trying to create an item that's only supposed to be loaded at 28/09/2017, 10:00:00
However, it seems that I'm only able to filter items by date.
Getting json from another OC module to display in template
We are currently using a Select2 in "OC module A" to get data from "OC module B" (which is a list of items on another tab) and store the id.