Questions tagged [2sxc]

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

582 questions
0
votes
1 answer

2sxc adam uploader with automatic image resize

Is there any plan or is already implemented image resize at upload? I know that I can use image handler to auto resize images, but it would be great if I can make automatic upload resize to some "normal" web size image and compression because people…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
1 answer

How to get repeater working in 2sxc?

I'm confused by repeaters! Whether I try a list or table, I only get a table size of 1 to begin with when iterating against Data("Default"): @foreach(var cont in AsDynamic(Data["Default"])){ If I go into the Content.Toolbar, the second set of…
Vash Juan
  • 37
  • 8
0
votes
2 answers

Does 2sxc have tags and categories?

I've yet to find that 2sxc has facilities for entering, browsing, filtering and otherwise allowing keyword based filtering/sorting. If so, is there documentation about this, or sample code perhaps? I'd think it might also be likely that one could…
Vash Juan
  • 37
  • 8
0
votes
1 answer

Can 2sxc create an audit trail or assign versions to a new Content Type entry?

I'm recording Content Type items in a "log", and would like to save dated versions or "differences" when other users edit the item. Is this possible with 2sxc? I've not come across any techniques for this on the site - but only have taken a couple…
Vash Juan
  • 37
  • 8
0
votes
1 answer

Data.In.Add creates General Exception Error related to DNN Search indexing

I'm using the FAQ with Categories demo on my site, and I'm getting constant General Exception Errors in the DNN Log Viewer. All of these are related to "_All questions (sorted) of a selected category.cshtml" template, specifically line…
0
votes
1 answer

Installation Issue Error 500

I currently have DNN 7 installed and have been unable to get your module to work. I do a typical module install of 2sic_2SexyContent_08.04.07_Install with apparently no issues. When I drag the Content module to a pane there's an exception created in…
Forexbob
  • 13
  • 5
0
votes
2 answers

Change of module title

A customer of ours is using 2sxc and whenever they edit an item, the moduletitle is overwritten with the title from the content they just edited. How can I prevent this from happening. They want to use the ´static´module title.
0
votes
1 answer

can not perform valueFIlter in visual query on boolean value

here is the json data that the visual query returns with no valueFilter: { "Default": [ { "Title": "Demo Image", "Id": 2062, "Description": "

Wonderful Description Goes here

", "Available": true, "Image":…
J King
  • 4,108
  • 10
  • 53
  • 103
0
votes
1 answer

Settings for blueimp? Not displaying full screen image

2sxc newby. I just installed version 8 in DNN 8.02, added the module to a page, added the blueimp app, but when I click on an image it does not go full screen - nothing happens. It does go if I go to the 2sxc demo page. Is there another setting I…
A. Ludden
  • 1
  • 1
0
votes
1 answer

2sxc Dropdown list string don't appear

I have a problem on a dropdown list, I need to edit it and add some options, but I can't or better I dont' find the string list? Click there for see Dropdown list string is empty Can You help me? i have other dropdown in this app and the other work…
Fabio
  • 11
  • 3
0
votes
1 answer

Unable to duplicate a visual query

Whenever I try to duplicate a visual query, I get a status 400 error: Had an error talking to the server (status 400). Message: Bad Request Detail: Object reference not set to an instance of an object.
0
votes
1 answer

2sxc public form submissions

Hello SO and 2sxc team, Is it possible to use 2sxc to accept form submissions. Ie: can a user enter data into a series of inputs and those inputs get emailed to a supplied address? Thanks
J King
  • 4,108
  • 10
  • 53
  • 103
0
votes
1 answer

Get child pages from 2sxc page link field

I create field of type hyperlink in 2sxc dnn module. Now if I use this in razor script i get URL pointing to this page and this is OK. eg: @Content.LinkFieldName But now I need to create some kind of navigation to show me all child pages of this…
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
2 answers

Add custom button to 2sxc toolbar for dnn

What is the easiest way to add a custom button to toolbar, with access to content item? I already check : Toolbar item for delete - for 2sxc module But because delete is not possible with already defined buttons, I like to make my own button.
Jernej Pirc
  • 504
  • 1
  • 4
  • 13
0
votes
1 answer

Build source code of 2sxc module for dnn

Can somebody give me some basic directions how to build source version of 2sxc module for dnn? What is the folder structure for all dependent projects and versions and required binary?
Jernej Pirc
  • 504
  • 1
  • 4
  • 13