Questions tagged [2sxc]

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

582 questions
0
votes
1 answer

Server 500 while accessing 2SexyContent-ContentGroup

I am trying to delete a view by following instructions here: Not able to delete 2sxc view and here: http://2sxc.org/en/blog/post/advanced-dynamic-data-content-understanding-content-type-scopes I can get to the 2SexyContent-System scope without…
MDM
  • 897
  • 6
  • 12
0
votes
1 answer

Content Import error - Server Error 500

After many months of using 2sxc; building sites, importing content, without any problems, I'm encountering an issue when importing content to a new site. The only error message I see is "Had an error talking to the server (status 500)." If I use a…
Ben
  • 3
  • 1
0
votes
1 answer

Bad request error before doing anything

I just installed 2sxc 8.9 on a website. Installation was done in about 20 seconds. Then I tried to make an app and add content-type and data. Than I tried to make a view but it's giving this error: It's on DNN 7.4 which is supposed to work,…
0
votes
1 answer

Imported data not display

Imported data not displays in repeated table. It's only shows demo data. below is my template. @{ @foreach (var Content in AsDynamic(Data["Default"]).OrderBy(m => m.wcName)) …
Reggie BC
  • 25
  • 5
0
votes
3 answers

How to change order in dropdown to replace item

Is it possible to change the order in the dropdown to replace an item? I need to change it to alphabetic order. Any idea? Thanks in advance!
0
votes
1 answer

2sxc App | Demo Content | Auto Fill

I have a series of modules based on the 'Content' App that I have created demo content for but as per the templates once I click edit the content data doesn't pre fill into the UI fields (which is something I'm trying to achieve). I know the…
denisjoconnor
  • 115
  • 1
  • 9
0
votes
1 answer

Where to find data in database of sxc

I created an app with the sxc module. Now I have like 500 empty rows which I want to delete. I searched for them in the database to delete them all but I cannot seem to find them and I think it is a waste of time to delete them all 1 by 1. It's…
0
votes
1 answer

2sxc: In-Page Editing with QuickE

Using 2sxc 8.8 for DNN Evoq Content 8.3, and in-page editing with QuickE is not working. I've enabled quick edit on all pages but still have to enter the "Edit" mode in order to see the module I have just added using the "Add to content" button.…
mabritz
  • 1
  • 1
0
votes
1 answer

Make ADAM upload to specified folder

I want to let my content admins use the drag and drop upload through ADAM but keep the images they upload in a specified folder. For example, I have a field called "Background" which is a hyperlink. I've set it to use the Image Manager, and…
0
votes
1 answer

"Data is missing" error occasionally appears

DNN 7.4.2 2SXC 8.8.0 I upgraded to 8.8.0 from 5.5.0. The upgrade went successfully. I only had 2 content types and templates. Now I've added many new content types and templates (more than a dozen) and I've started adding them to my pages. I'm…
0
votes
1 answer

Reordering Images When Using "Library" In 2sxc

This is probably best answered by Daniel, but others may know the answer... Is it possible to re-order the images when uploading files/ images using the "Library" content type. Currently if a client comes back and wants to change the order, we have…
Andrew Birks
  • 792
  • 9
  • 26
0
votes
1 answer

2sxc - DNN Blog app

After updating 2sxc to the new 8.08 version my DNN blog app no longer displays the content within posts. When you open the post you are met with, "No demo item exists for the selected template" Any ideas how to get this displaying the correct…
0
votes
1 answer

2SXC: PersonnaBar overwrites modal dialogs in DNN 9

The personnaBar in DNN9 overlays the left half of some of the larger modal dialog boxes. How can this be corrected? I have tried editing set.min.css directly by adding "padding-left: 4em" to the ".modal-dialog" class which works when applied…
Empulse
  • 1
  • 2
0
votes
1 answer

Opening Data Items List (not Content Items List) screen from a Template

I designed an app with a template that displays a fixed quantity of random ads on a page using a razor script like so: var sponsors = AsDynamic(App.Data["Sponsors"]).OrderBy(x => Guid.NewGuid()).Take(6); @Edit.Toolbar(actions: "add,contentItems",…
Yankee516
  • 80
  • 6
0
votes
1 answer

Can't click on snippets anymore

If I want to edit a template in 2SXC, this used to be blazing fast, as I clicked on the snippets available. After upgrading to 8.8, I can not click on the snippets anymore. That is, I can click on them, but the snippet is not added in the template.…