Questions tagged [sitefinity]

Use this tag for questions related to Sitefinity development including those related to templates, API, widget designers, Thunder, etc. Sitefinity is a CMS developed by Progress Software

Sitefinity is a CMS developed by Progress Software using .NET. 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.

The product's architecture leverages the .NET development patterns, including Master Pages, templates, standard and user controls, themes and CSS. It also supports an array of database systems, unlimited page layout freedom and the ability to integrate custom external applications. These externally pluggable applications can vary in complexity from custom .NET controls and ASP.NET MVC controllers to complete web applications. Sitefinity has been designed for both the developer and the end user, providing a comprehensive development platform.

760 questions
3
votes
1 answer

Sitefinity MVC Feather Widgets - prevent caching

I'm using the feather package and building feather widgets for Sitefinity 9.1. I can't seem to override the Output Cache for the widgets using the OutputCache attribute: [OutputCache(NoStore = true, Duration = 0, VaryByParam = "*")]. I don't want to…
drogon
  • 1,785
  • 3
  • 21
  • 34
3
votes
1 answer

What object type is used for a single related image property in Sitefinity?

I've added a custom field to the news widget called RelatedImage which I want to display in a custom News List MVC template. Note: the custom field is a Related media (images, videos, files) field with the limitation of "Multiple images can be…
Jacques
  • 6,936
  • 8
  • 43
  • 102
3
votes
1 answer

Sitefinity: How can you update the revision of a document programmatically?

In Sitefinity, almost everything is able to be revisioned. In the backend interface at a page for a content item you can click on Revision History and see revisions. We're in a situation where we're manually uploading documents in to the Documents…
Sam Rueby
  • 5,914
  • 6
  • 36
  • 52
3
votes
2 answers

You are trying to access item that no longer exists. The most probable reason is that it has been deleted by another user sitefinity

I have uploaded my new sitefinity from my local to my server but when I tried to login but its just showing error: Server Error in '/' Application.You are trying to access item that no longer exists. The most probable reason is that it has been…
nitin
  • 89
  • 10
3
votes
1 answer

Sitefinity Search on dynamic module resulting no url

I have use sitefinity search in Sitefinity 6.3 Problem is that on the search result the items coming from dynamicmodule doesn't have links. that is the dynamicmodule related items doesn't have href on it while other are showing fine
Kamran Shahid
  • 3,954
  • 5
  • 48
  • 93
3
votes
1 answer

sitefinity azure deployment cannot connect to database

I'm having trouble getting my new sitefinity deployment to windows azure hosting. On the sitefinity project startup screen I can put in my azure connection string info and it bombs out saying the database type mismatches (mssql instead of azure). …
jnsohnumr
  • 159
  • 1
  • 2
  • 13
3
votes
1 answer

Creating Files in Sitefinity API for docs that already exist on Filesystem

I am working with Sitefinity as a solution in Visual Studio 2012. I'm on a 64bit machine. I just installed Windows Identity Manager as I was getting another error before that and it was related to not having that installed. Now I am receiving…
meme
  • 103
  • 1
  • 1
  • 7
3
votes
2 answers

Sitefinity Javascript Issue

I am using Sitefinity 6.X . The requirement is to create a photo gallery.But Sitefinity does not seem to work with javascript /jquery. I am always getting the error "Function Not defined", even though i included references to all jQueries. Experts…
user2488071
3
votes
2 answers

Load sets of records, 4 items at once

I've a question about loading sets of records for a 'slideshow' on my homepage. I'm using ASP.NET, LINQ and C#. This is the markup of the repeater:
Daniel Plomp
  • 174
  • 1
  • 12
3
votes
1 answer

Reverse Proxy (ARR) and ScriptResource.axd Issue

I'm having issue when I run my website on the Reverse Proxy layer. It will display the following javascript error. => Message: 'Sys.WebForms.PageRequestManager' is null or not an object => Message: Sys.ArgumentTypeException: Object of type…
3
votes
1 answer

Updating ContentBlock pulled from pageManager.LoadControl(). Sitefinity 5

Asked this on the forums as well, but no luck as of yet. What I need to do is set the HTML content of each content block on a given page. It seems that I can set the html value okay, but saving it does not update the actual page. I'm wondering if…
agmcleod
  • 13,321
  • 13
  • 57
  • 96
3
votes
2 answers

Anyone have experience with Telerik's RadGrid Paging?

I am having an issue with the paging system on Telerik's RadGrid (AJAX). First take a look at this screenshot: As you can see, the First/Last Prev/Next buttons are there, but there is no markings on them. Also, the dropdown (thats where those…
Anders
  • 12,088
  • 34
  • 98
  • 146
3
votes
1 answer

Any hints on getting Sitefinity CMS to work on medium trust?

We have been using Mosso / The Rackspace Cloud until very recently, but they have suddenly switched to a medium trust model for .NET for newly added sites and will be migrating existing server farms to medium trust shortly We can't get our…
3
votes
2 answers

How to create a sitemap in sitefinity CMS?

Please give me sample or links how to create sitemap in Sitefinity.
cathrine
  • 133
  • 1
  • 3
  • 9
2
votes
2 answers

How can I get/show Blog Post Permalinks in Sitefinity?

In my Sitefinity 4.3 based site, I have a blog set up using the standard Blog content module and widget templates. Blog posts are categorized, among other things, by the product they relate to. The URL structure is…
fitzgeraldsteele
  • 4,547
  • 3
  • 24
  • 25
1 2
3
50 51