Questions tagged [2sxc]

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

582 questions
0
votes
1 answer

Dnn 2sxc Blog Module sub-directory

I am testing out DNN 8 and am using the blog app and content management from 2sxc (great module, BTW!). I have the recent blog post listed on a page sub-directory called '/articles'. But I also wanted some of them listed on the home page as well.…
swimex
  • 21
  • 5
0
votes
1 answer

2sxc: 404 Error after adding App module on the page. API is missing?

I have a problem when placing an App module(v 8.4.8) on a page. When I placed an App module on a page I got a pop up saying "Had an error talking to the server (status 404). if you are an advanced user you can learn more about what went wrong -…
Jonas
  • 7
0
votes
1 answer

2sxc: While trying to edit 2sxc content under site (other then Localhost:80), the content editor returns an empty window - Am I doing anything worng?

Two things: First: I've tried adding second host on my local IIS (v7.5 / Windows 7 / 64Bit / 16GB ram) for testing some content on my DNN site, but after adding, some thing of the 2sxc framework does not work, e.g. trying to edit something like…
DMagician
  • 21
  • 3
0
votes
1 answer

2sxc : how to reuse custom input type in another application?

I "know" how to make some basic custom input types but now I want to use this types in my other applications. I know that I can make copy for each off app I create but I am iterested if the "Ghost Content Type" is the way to do this that way that I…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
1 answer

display 2sxc application api data over browser without knowing moduleId

I know how to use 2sxc api data from 2sxc api with: $2sxc(moduleId).webApi.get("AppName/MethodName",... but how about to call this data for some Anonymous user from another domain or web browser? What is the url for method and what headers I must…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
2 answers

2sxc List.Presentation in General View

I have an entity type "Post" and I would like to create a view that will show one random Post with a given category. I created a Data pipeline that grabs all posts and I created a view with ListPresentation = a "TemplateSettings" entity type that…
Mike
  • 107
  • 7
0
votes
1 answer

2sxc : How-To Get "ContentType Fields" / input-type specific / property value

I am trying to get "RowCount" value for Content-Type Field. With my code I can list all application Content-Types Than I can list all fields with basic attributes (Name, Label, DefaultValue...) But now I am trying almost full day to access…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
1 answer

2sxc : On Intranet Without Internet Connection

If you try to use 2sxc modul without internet connection (eg:protected intranet) there is a problem with tinyMCE editor loaded from CDN () by default.
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
0 answers

In 2sxc content module how to associate approval workflow for edits?

I'm using 2sxc content module for DNN. The page workflow only kicks in when i add a new 2sxc content module, however for any content edits the changes are published without any approval. Can someone guide me to enable approval workflow even for…
user366123
  • 153
  • 10
0
votes
0 answers

2sxc: can not install any apps

I have recently installed the latest version of the base app from codeplex (2sic_2SexyContent_08.04.08_Install.zip ) to DNN vesion 7.4.0, created a new admin page and added the module there. from there I have tried to add a new app…
Bryan
  • 1
0
votes
3 answers

2sxc : Fill String Dropdown Values from code/api

In 2sxc module app I want to get values for "String Drop Down Values" from function or external web api and not with entered list of values. Is this possible by default or can somebody give me some guides where to start to do this? (EDIT/ADD) Is…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
1 answer

2sxc icon picker not showing certain fontawesome icons in DNN

I'm working with Tutorial App of 2sxc ;"Tutorial Custom Icon Font and Picker",and using font awesome. The icon picker shows lots of fonts but one particular one "fa-graduation-cap" is just not showing up http://fontawesome.io/icon/graduation-cap/…
user366123
  • 153
  • 10
0
votes
1 answer

2sxc : How to get list of all application Content-Types

Is there any public methode in 2sxc for get all Content-Types? Or how to get list of all content-types? (edit / added) When I get all appTypes (from my answer below) i can access all Fields by this code: var fieldList = (myType as…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
1 answer

get 2sxc app id from app name

I want to use data from another app like in code But I want to get appId from app name or folder? Is there any method to get this?
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
1 answer

Add value to 2sxc Global setting

In 2sxc module there is Global sction with Language code and status. Is posible to add custom section with my own properties?
Jernej Pirc
  • 504
  • 1
  • 4
  • 13