Skip to main content

Questions tagged [2sxc]

Anything related to 2sxc, the content-management module & app-engine for DNN/DotNetNuke.

0 votes
1 answer
15 views

Accordion effect to show and hide texts - 2sxc

Is it possible to add accordion texts in the text editor below? Accordion effect to show and hide texts My idea is to insert several titles and in these titles I insert the contents relating to the ...
Marcos Paulo's user avatar
0 votes
0 answers
12 views

How can I edit 2sxc entity structure, like add property, change property type etc. programmatically via C# code?

I need to update entities programmatically via C# code. I have some code already that creates IApp object of the target 2sxc app. From there I've been reading data via appObject.Data["...
Constantine Ketskalo's user avatar
-1 votes
0 answers
20 views

2sxc get string resource from another language

In lastest 2sxc, In razor template, how can I get resources from a specified language? For example: The current website is still in en-US language, but I want to get the value of a label of another ...
Thiện Võ's user avatar
0 votes
0 answers
12 views

2sxc searchcontroller cannot find files or templates for some reason

In the DNN eventlog on a specific site I see a lot of errors with the searchcontroller for 2sxc (17.9). So in this example it says /Portals/0/2sxc/Content/bs5/Link/_List of anchors.cshtml does not ...
MBouwman's user avatar
0 votes
1 answer
35 views

DNN Eventlog filling up with 2sxc errors after upgrade, what could cause this?

After upgrading to 2sxc 17.9 we see the Eventlog filling up with the following error: AbsoluteURL:/api/2sxc/app/auto/query/System.EntityPicker/Default DefaultDataProvider:DotNetNuke.Data....
MBouwman's user avatar
1 vote
2 answers
34 views

2sxc - error in local installation (copy of live instance) something missing?

We have got a 'live' dnn 9.13.2 installation with 2sxc 17.9 which is working without problems. I made a copy of this installation to use as a local dev environment. And when I try to login on this ...
MBouwman's user avatar
0 votes
1 answer
25 views

Do I need to install C#8 to try out 2sxc Mobius Forms Builder?

I wanted to try out 2sxc Mobius Forms Builder on a test website (running DNN9.13.3). Do I need to install the C# Roslyn complier to do this? Is this necessary any time 2sxc is installed? After I ...
Tom M's user avatar
  • 1
0 votes
1 answer
16 views

I get an error with when loading 2sxc 17.9 edit form?

Just installed 2sxc 17.9 on an DNN 9.11 and at first it seemed to work. However when I try to edit, the popup won't open. When I look with F12, I get: " Failed to load module script: Expected a ...
MBouwman's user avatar
0 votes
2 answers
76 views

2SXC - Inner Content Block Unique Identifier

In 2sxc, when embedding a separate app as inner content within a WYSIWYG Rich input, the rendered inner app's context returns the parent's ModuleID. This can be demonstrated using 2sxc's Blog app when ...
Yankee516's user avatar
0 votes
1 answer
25 views

2sxc ImageFlowModule - FATAL Exceptions

We have a site that's been running into a plethora of issues with the 2sxc module. I am currently getting a lot of "Remote Host Closed the connection" stemming from the ToSic.Imageflow.Dnn....
ajwaka's user avatar
  • 608
0 votes
1 answer
46 views

Error with 2sxc apps on site since this morning

We've got a site running for some years, with 2sxc apps (content and other apps, like news, and some custom stuff). Since this morning we got this error saying: " Error: System.Exception: Data is ...
MBouwman's user avatar
0 votes
1 answer
29 views

In 2sxc Strongly Typed, How Can I Get the Page or File ID from a Hyperlink Field as an Int?

Okay, so I am playing with the Strongly Typed stuff now. Having the whole shebang working all at once in VS Code with IntelliSense and being able to use both field names as properties as well as ....
Jeremy Farrance's user avatar
1 vote
2 answers
39 views

In v17.3+, Is There a way to Get Typed from Outside a 2sxc App?

After making good progress adapting to Typed and recently Strongly Typed 2sxc on our in-development and production projects, I am returning to code we use a few times a year where we need access to ...
Jeremy Farrance's user avatar
0 votes
2 answers
43 views

Totally lost with Mobius Forms v5 on DNN

I am failing to understand if: The contents of the form are emailed out or not. All I can get out and received via email are notifications of a submission. What I am looking for is where to put a ...
ELC Treasurer's user avatar
1 vote
1 answer
26 views

Linq with strong typed data in 2sxc

This was a common use in dynamic code: @foreach(var myData in AsList(App.Data["Data"])) { foreach(var x in AsList(myData.Specifications as object).Where(a => a.toApp)) { ... } } But ...
João Gomes's user avatar

15 30 50 per page
1
2 3 4 5
42