Questions tagged [2sxc]

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

582 questions
0
votes
1 answer

2sxc Permissions by Role

Using 2sxc 8.8 for DNN Evoq Content 8.3, is it possible to setup a role that will allow a user to see the buttons, edit and change template / layout, but does not allow them to "Edit Template" and give them "Admin" access?
mabritz
  • 1
  • 1
0
votes
1 answer

2sxc shake edit buttons remain in sight

I installed 8.8. And shaking my phone like a maniac but the edit buttons remain in sight. Is that a known issue or should I be doing something different (like adjusting templates or something). Kind regards Tycho
0
votes
1 answer

Referencing Another App

What is the best way to reference another app in the visual query designer? I am using the blog app and I created a second app to list the tags that are used in the main blog app. This way when the app goes to a detail page of a post, I can still…
joshgk00
  • 39
  • 4
0
votes
1 answer

2sxc - creating a field for checkboxes

Is there any way to create a field with checkbox options? I can't seem to find anything on how to do that. I need to create a field that has predefined options where the user can select more than one of those options. Thanks!
0
votes
1 answer

Cannot add DynamicEntity to Generic List

I have a special problem... Szenario: I have a Contentype, which has two Entity-Fields. One of the Entityfields ist filled, one is empty.I got the data (As DynamicEntity named result1). For the empty entityfield, i got a default value in a Method…
0
votes
1 answer

2sxc | FAQ with Categories App | Add Link to each module app list item

I added '@Content.Link' to Razor template for the 'Simple list of questions' FAQ app. Problem is it gives each list item the same link. How do I set it so that each list item can have its own different link. Thx UPDATE: See current Razor code…
denisjoconnor
  • 115
  • 1
  • 9
0
votes
1 answer

2sxc Blog App - Tag View

I'm using the blog app and I created a new Pipeline to give me all posts so that I could create a view that would show the archive of posts. I have it working as expected. On my DNN page, i put another App module on the page and set the view to…
joshgk00
  • 39
  • 4
0
votes
2 answers

DNN 2sxc Image Manager fails - activate old Telerik components

I'm using DNN 8.0.4 and the 2sxc v. 8.7.0 application. I'm unable to use the DNN Image Manager within any of the sub-applications to link to an existing image. When I try to use it, I get a popup error message that says: "can't connect to the…
david wendelken
  • 191
  • 1
  • 8
0
votes
1 answer

2sxc | Copy modules page template of more than one multiple for each instance

I'm able to create a page template of modules and copy it to a new page fine. Problem is that this template page consists of modules that close the view picker without editing/adding any data and as a result have only one single multiple of each…
denisjoconnor
  • 115
  • 1
  • 9
0
votes
2 answers

2sxc: foreach how to identify first element

In a foreach loop, how do I identify the first element? For example, in the snippet below, can I identify the Content item that is the first (or last) item? @foreach(var Content in AsDynamic(Data["Default"])) { ?? }
Joe Craig
  • 1,244
  • 1
  • 7
  • 7
0
votes
1 answer

I cannot view all items of data-type

I'm using the 2sxc module for the first time, so it is possible that I'm just being a newbie. I created an app, added a content-type with 3 fields Name (translated) Email (translated) Phonenumber (translated) Then I created a view…
0
votes
1 answer

Use code to find another translation of a DNN page to link to the correct language

i have a list view with a link to the detail view with 2sexycontent. at the list view i created a tag for the link with href="@Content.Link" this works for german, but at the other 4 languages i have a problem with the localization. cause the tabs…
0
votes
1 answer

Creating 2sxc Content Template

I followed the steps as per the following guide tutorial: http://2sxc.org/en/Learn/Getting-started-with-creating-stuff/First-Content-Template But I am having trouble with one or two issues. When I get to Step 2.2 Add the Demo Template by pasting in…
denisjoconnor
  • 115
  • 1
  • 9
0
votes
1 answer

Reuse a 2sxc DNN module twice with different content in each one

Hi I am trying to use the '_Content - Title only.cshtml' module template for a text heading on my dnn page but wish to use multiple times on same page. Problem is once I select dnn option 'make a copy' and edit text it changes text for each instance…
denisjoconnor
  • 115
  • 1
  • 9
0
votes
1 answer

2sxc: deny permissions to user editor to change layout

Working with user permission, I would like to deny to editors users possibility to change layout of a 2sxc app module. Is it possible? Thanks