Questions tagged [sitefinity-10]

Sitefinity is a .NET based CMS developed by Progress Software. Version 10 is released by Progress on around June, 2017

Sitefinity is a .NET based CMS developed by Progress Software. It's an ASP.NET-based web content management system that is used for the construction and management of commercial websites, community portals, intranets, etc.

Version 10 is released by Progress on around June, 2017. Most notable changes in this version revolve around security aspects(With improved user authentication supporting OAuth, 3rd party social logins, ADFS, LDAP support, site shield.)

57 questions
1
vote
1 answer

I can't download a ZIP file from the Sitefinity CMS Export / Import menu

I want to download a ZIP file from Sitefinity CMS Export / Import menu, but after I clicked "Export to ZIP file" button I've got this error: Data have not been successfully exported. I've tried to export each item individually, but the result was…
Dika
  • 2,213
  • 4
  • 33
  • 49
1
vote
0 answers

can we use angular in sitefinity project?

I am planning to create a website using sitefinity CMS and am not sure if it is possible to use Angular on the project. Does sitefinity support Angular?
yisacc
  • 49
  • 5
1
vote
0 answers

Sitefinity dynamic module field custom validation

I have dynamic module with a textbox field "Priority" in the backend edit page that I want to validate. However, I want to validate it against all other db entries of the same field to ensure that only one of them has this textbox value, If one of…
1
vote
1 answer

Default REST API returns deleted items

Our team is leveraging the Sitefinity default REST API (i.e. /api/default/products) in order to perform data operations on an external job. We are able to distinguish products by site/provider and culture without issue. This is currently working for…
1
vote
1 answer

Sitefinity REST to create image meta data

I am trying to create an entry in Sitefinity 10.1.6523.0 for an image that is already stored in Amazon S3 by another application. Using Postman and http://local.mycompany.com/api/default/images with the request... { …
1
vote
1 answer

Call widget directly in template file - Sitefinity

I have created a new widget in the MVC. It is functioning and properly useable in the CMS as expected. I need to hard-code that directly into the template for another widget, a widgetception if you will. I would like to do this without duplicating…
Randy Hall
  • 7,716
  • 16
  • 73
  • 151
1
vote
1 answer

How to Manage Records in sitefinity Dynamic module

I'm using Sitefinity 10.2.6602.0 and Created Dynamic Module with Module Builder. we have 10 product Records in Module. How to Restrict/Display records as per register user? Ex: if administration login , we can show all the records in module, if…
Ajay
  • 11
  • 1
1
vote
1 answer

Sitefinity losing user session on reload with claims authentication

I've got a web application that I'm working on that uses claims authentication, but I've got an issue with it dropping the logged in user whenever anyone refreshes the page. It sounds very similiar to this issue here:…
mwgriffith
  • 550
  • 3
  • 6
1
vote
1 answer

Get blog post custom field in template head - Sitefinity

I need to set several meta tag values in my page head to values set in blog post custom fields. How do I access the blog item viewmodel from the head? I've created a separate MVC view snippet for my custom head and referenced it in my template's…
Randy Hall
  • 7,716
  • 16
  • 73
  • 151
1
vote
1 answer

Get parent item from blogpost viewmodel - Sitefinity

I need to get the parent (blog) item in the razor view from the viewmodel object for any given blog post. I'm doing this in the standard List.BlogPostList.cshtml file. More specifically, I need either the set URL or title. Since the controller is…
Randy Hall
  • 7,716
  • 16
  • 73
  • 151
1
vote
3 answers

Upgrading vers 9 to 10, confused on last step of official documentation article "Manually upgrade a project to Sitefinity CMS 10.0 with a NuGet pack"

I am following the documentation listed below: https://docs.sitefinity.com/apply-authentication-model-after-nuget-package-upgrade The last step, number 8 says, "Copy the new ResourcePackages folder.  If you have changes in the folder, be careful…
Dave
  • 649
  • 5
  • 13
1
vote
1 answer

Dynamic Module data not showing up in the administration panel of sitefinity

I've got a dynamic module that I created with some data that gets imported from an import tool I've created. Now I keep the config information for these modules stored under /app_data/Sitefinity and check them into our tfs version control system…
mwgriffith
  • 550
  • 3
  • 6
1
vote
1 answer

Sitesync Sitefinity backend pages

I added a Sitefinity backend page through the Administration -> Backend Pages tool... however, this does not show up anywhere in the Sitesync I can find, and there's no apparent way of migrating this in the Backend Pages control itself. How do you…
Randy Hall
  • 7,716
  • 16
  • 73
  • 151
1
vote
1 answer

Find URL scheme and hostname in Sitefinity controller

I cannot find how to get the scheme and hostname of the URL for my site. I don't see a matching setting in the App_Data/Sitefinity/Configuration/*.config files, and nothing else is jumping out at me in the code or the documentation for this. I'm…
Randy Hall
  • 7,716
  • 16
  • 73
  • 151
1
vote
2 answers

Sitefinity MVC - include backend styling

I have added a backend page and a widget within that. I wanted to match styling up to the other backend pages for consistency. A good part of this is a table display a bunch of data that I decorated with k-grid as seen on my modules page. However,…
Randy Hall
  • 7,716
  • 16
  • 73
  • 151
1
2 3 4