Questions tagged [2sxc]

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

582 questions
1
vote
1 answer

Creating a list out of single entities

2sxc question. I have a lot of single entities of a content type that I want to combine into a list. Essentially, I have four columns and each column has an individual 2sxc content module in it. The column layout is controlled by DNN content panes.…
nextoneup
  • 23
  • 3
1
vote
1 answer

Deleting field causes list error on all 2sxc modules

I was in the process of deleting and renaming few fields in the data portion of Content. I received a service error dialog that something was disrupted (sorry did not grab a screenshot). Going back to view any page with a 2sxc module throws an…
nextoneup
  • 23
  • 3
1
vote
1 answer

HowTo Enable "Quick-Insert" if page module has "Inner-Content-Blok" for 2sxc dnn module

I create footer module with Inner-Content. But since this module is footer module and is displayed on all pages I have problem with automatic "Quick-Insert" hide for page modules. Is it posible to configure or there is some workaround that I can…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
1
vote
1 answer

Iconsets paths in 2SXC

Is possible to use the font icon picker in a regular content template? I only got it to work inside 2SXC Apps but not inside regular Token Content. All examples I found where using the [App:Path] token to load the iconset. For regular Content…
1
vote
2 answers

Set page title from 2sxc dnn module

How can I change page title from module razor code? I have news module on page site.name/news, and it is called with news id eg.: site.name/news/newid In this page I display different news and I also want to set different html title for each of this…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
1
vote
3 answers

Sort 2sxc adam files

I can get images that way: foreach (var pic in AsAdam(Content, "Images").Files) 1.What is the right way to sort images by name or upload date? 2.How to custom reorder images?
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
1
vote
1 answer

How do I install 2XSC Modules in DNN (dotnetnuke)?

I have tried to install several 2XSC modules from this page (http://2sxc.org/en/Apps), but with each of them I get the following message: 'This package does not appear to be a valid DotNetNuke Extension as it does not have a manifest.' Neither the…
empulse
  • 11
  • 2
1
vote
2 answers

Toolbar item for delete - for 2sxc module

I create 2sxc.org app for DNN and don't know how to allow a user to delete the content item? Is there some toolbar snippet like: @Edit.Toolbar(Content, actions: "edit,replace") But also to create delete button? If there is no such command, how can…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
1
vote
1 answer

Access additional DataPipeline from Razor view in 2sxc module

Is it posible to access another pipeline data from razor script already conected to custom or default data pipeline? (multiple pipelines in one razor view) eg: My custom data pipeline give me some values and base on this values I want to get…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
0 answers

In DNN with 2sxc v16.03+, how can I get access to the older Razor14 while converting to RazorTyped?

I have a couple of recently created Views inheriting from Custom.Hybrid.Razor14. I thought it would be fairly easy to update to .RazorTyped and then work my way through the errors. However, its become a bit complicated. Especially when I get to…
Jeremy Farrance
  • 740
  • 6
  • 11
0
votes
1 answer

Changing Content Type Scope to Ghost Content Type and GUID

We have an instance where a portal that should have been using ghosted content types was not. Is it possible now that there is data records for these various content types to change to the ghosted content type and map to the master? It does not seem…
0
votes
0 answers

DNN 2sxc | How to grant users permission to view all content items

I have a custom 2sxc app, very much like a blog, that allows DNN users with edit-level permissions (default permissions) to add and update entities of a 2sxc content type called "Article". I would like users assigned the DNN "Content Editor" role to…
Zachary
  • 1
  • 4
0
votes
1 answer

How to return a text value from 2sxc events app post?

We're using the events course and registration app. Whenever we do a registration, the formscontroller API is called so it seems. However, we modified it, so it calls another API. This API returns a message which in turn we want the formcontroller…
MBouwman
  • 45
  • 8
0
votes
1 answer

turn-on: couldn't complete because some conditions were not met

We're using 2sxc 15.8 and on some pages the fancybox works and on other pages we get something like: turn-on: #1 couldn't complete because some conditions were not met. See details: [{…}] 0 : {type: 'window-key', ready: false, message: "tried up…
MBouwman
  • 45
  • 8
0
votes
0 answers

Anyone knows how to change the date format in a 2sxc app (in the backend)

By default the date format in the 2sxc backend is MM/dd/yyyy. However we would like to use our own format. Does anyone know if this is possible at all?
MBouwman
  • 45
  • 8