Anything related to 2sxc, the content-management module & app-engine for DNN/DotNetNuke.
Questions tagged [2sxc]
582 questions
0
votes
2 answers
2sxc Blog app search only index page 1
Using 2sxc Blog app, the DNN only indexes whatever is on first page of Blog page.
Second page onwards is not indexed, hence doesn't show in search results.
Can anyone help?

user366123
- 153
- 10
0
votes
1 answer
Multiple Portal Content Export/Backup
I have multiple portals on my DNN host, each with their own set of 2SXC Content/Apps. Is there a way to export content/apps from all portals without having to go into each portal separately? I don't necessarily want to back up an entire server,…

Ben
- 3
- 1
0
votes
1 answer
2sxc: Configure Tinymce to prevent removes empty span tags
It seems that tinymce removes empty span tags like already discussed here one solution could be to insert in tinymce.init function the following option extended_valid_elements: 'span'.
Is there a way to configure it in 2sxc?
If not, where can i…

Giovanni Manzo
- 85
- 7
0
votes
1 answer
How can we load 2sxc content-blocks on demand in a single page app?
Goal: load 2sxc content-blocks on demand in a single page application.
If we could get the data that powers the content blocks, rather than markup, that'd be fine too.
Here's the first naive go at responding with markup from a webapi…

EzraM
- 139
- 6
0
votes
1 answer
2sxc: REST Call to Query
I'd like to make a call to a query (SiteServices) from another site. I've set a "Read" permission on the query for "Anonymous". But, when I go to the URL "../DesktopModules/2sxc/API/app-query/SiteServices" I get an error that no module info was…

Mike
- 107
- 7
0
votes
1 answer
Add new menu item action feature to 2sxc.org content toolbar
Just getting to grips with this cool framework and interested in adding in an extra feature into the default toolbar. I assume the toolbar is from the following:
@Edit.Toolbar(Content)
And the functions from which each item is defined is in the…

denisjoconnor
- 115
- 1
- 9
0
votes
2 answers
Time picker on "Date and Time" not showing
The Time picker for "default (date/time picker)" on a date and time field is missing - although set to be shown. Manually appending time, causes the field to be marked as invalid.
Any reason why, how to fix it or What is missing (DLL / JS / CSS…

DMagician
- 21
- 3
0
votes
1 answer
V.8.5.6 Cannot enter german date
I've a problem with entering manually German Date in a Datefield. When i pick a date from datepicker, format is en-us.
In global settings i've enabled german culture, but nothing changed.
Is there anything else i must do?

Andreas Flohr
- 38
- 4
0
votes
1 answer
2sxc Edit UI no longer appears
My DNN site is running 7.4.2 and I'm running the latest 2sxc, 08.05.06. I have this strange issue where when I try to edit any content items, instead of displaying the edit dialog, it's now just displaying a bunch of javascript.
Before:
After:
As…

Josh
- 70
- 5
0
votes
1 answer
2sxc: Filtering by a date in Visual Query does not work
Working with events, I need to get the next 5 events that are not expired, to do a sort of news tiker.
So I tried to apply the following filter in visual query
https://snag.gy/e1nWpD.jpg
It is getting even the expired events. Tryed also without the…

Giovanni Manzo
- 85
- 7
0
votes
1 answer
2sxc Data from another app and zone
I'm using 2sxc 8.5.4 on DNN Evoq, i have an App which is in Portal 0 and i'm showing the content of this in child apps.
I created a template and created a query to fetch data from the App in Portal 0 by adding its App id and Zone id.
All works fine,…

user366123
- 153
- 10
0
votes
1 answer
Accessing webapi in 2sxc with Angular2 in DotNetNuke
I currently try to use angular2 in every possible place (already did an app with ionic2) and regarding 2sxc, I came across your angular2-heroes demo:
https://github.com/2sic/app-tutorial-angular2-heroes
I tried to find any clues online or in the…

Daniel Trattner
- 3
- 2
0
votes
1 answer
2sxc: Merge more streams in a Default one
I have an app that can have one or more streams
Example:
Book of author A
Book of author B
Book of author C
So my queries can have one or more relationship filters.
Assuming that I would like to use only one template for more views, and a…

Giovanni Manzo
- 85
- 7
0
votes
1 answer
Copying Page with 2sxc content doesn't copy the modules
I have a page with several 2sxc content modules. After copying the entire page (using the Page menu in DNN), the new page loses all of the content and even the module assignment (Data and View). This seems like a bug.
Using the Export Page/Import…

Ben
- 3
- 1
0
votes
1 answer
2sxc: Dropdown list Get Label instead of value in razor template
I have a dropdown in my contents like this https://snag.gy/OxgeoA.jpg
where I have got 3 "labels:value" options.
In my razor template I would like to get the label instead of the value.
With this I only get the value (for example…

Giovanni Manzo
- 85
- 7