Questions tagged [2sxc]

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

582 questions
1
vote
1 answer

2sxc: What is the smart way to update an existing app?

just was wondering how could I update an app actually in use, so could not unistall it, so without losing data. Whats the best way? There is an automated feature for this? Thanks
1
vote
1 answer

Not able to delete 2sxc view

I'm not able to delete a 2sxc view. getting a warning "Had an erro talking to the server (status 400). Massage:Bad Request Detail:found 2 relationship where this child - the parents are:3854 (2sexyContent-ContentGroup), 3897…
Reggie BC
  • 25
  • 5
1
vote
2 answers

2sxc | WYSIWYG html editor table cell width

I wish to have the default table width display in the editor at a width that is visible as currently the default is close to zero width. The screenshot below shows the default width and below that is when you specify a set width via the properties…
denisjoconnor
  • 115
  • 1
  • 9
1
vote
1 answer

Make the edit toolbar show edit, add, remove, and sort

2SXC 8.8.0 DNN 7.4.2 C# Razor template I want to limit the edit controls on my content items to be edit, add, remove, and sort (sort being the drag and drop interface where I can also change the list header values). I've figured out I can use…
1
vote
1 answer

ValueFilter for DateTime Attributes

I'm working with the Blog app and I see how to filter the Blog posts by year using the Visual Query Designer. I use the querystring value that has the year and in the ValueFilter and my properties are as follows: Attribute: PublicationMoment Value:…
joshgk00
  • 39
  • 4
1
vote
1 answer

2sxc DNN - QueryString attribute filter

I'm using the blog app of 2sxc DNN module. It already has querystring by author and tags, i was wondering if it would be possible todo one with PublicationMoment with Year only. I only want to show post by year, so thought doing a query string would…
user366123
  • 153
  • 10
1
vote
1 answer

2sxc: In app setting can't upload images

I need to set a default image for my new app, so I was thinking about to use the app setting feature. So I added a new content type of file type, but trying to upload a 20,3 KB file from adam it gives me the following error The upload failed. The…
1
vote
1 answer

2sxc: Changing getting started dialog of apps

I'm trying to develop my first app, starting to create a new one... I can't find in documentations where to change the getting start dialog https://snag.gy/JWliB7.jpg I'm looking everywhere, configs, settings but no luck. Any help please?
1
vote
1 answer

2sxc: Listing working only with query in app?

I need to do a simple list of images. I tried to add a content module and make a new template with my custom content (image, title, url). Here is the code of my template: @foreach(var Element in List) { var Contenuto = Element.Content;
1
vote
1 answer

Add existing content items to module. (without using demo)

My question is very much like 2sxc Dnn.. Add existing content items to module However, I can only add a demo item once, and even if I could add more, it would be alot of work if the list of items is very long. TL/DR: How can I keep the sort options…
1
vote
1 answer

Combining Apps in 2sxc

I'm trying to combine apps to display a simple news article with blue imp gallery inside. But the Visual Query (VQ) doesn't seem to allow this from my basic user perspective even with specifying the app id in the VQ. So that the image gallery…
1
vote
1 answer

How to set JsTimeline language to current DNN language

To set the language for JS Timeline one must add this line inside the createStoryJS in the apps scripts.js : lang: "de" How would you go about having this set automatically to the current DNN Language? Thanks
1
vote
1 answer

2sxc: DNN Portal Templates and 2SexyContent

Does 2SexyContent completely support being included in a DNN Portal Template? Our site is a blogging site that needs very specific content layouts and setup. If I were to create a template and setup for 2SexyContent and then include it in a portal…
1
vote
1 answer

2sxc : Rename App Folder

How to rename app folder the right way? For now, I try this way and don't know it this is OK export app edit content of the zip (rename folder / rename folder name in app.xml) delete app import changed app This is maybe OK for test and…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
1
vote
1 answer

get 2sxc app data from different portal DNN

We are setting up different sites as portals in DNN. Some content will be shared across the different portals. I'm using the following method to render 2sxc data in a…
user366123
  • 153
  • 10