Questions tagged [sitefinity-5]

Sitefinity v5 is Telerik's next generation content management platform. Version 5 specifically introduces enhancements to v4 in terms of using ASP.NET Webforms, MVC and Hybrid mode as well as responsive design, multi-tenancy and the free Sitefinity Thunder and Lightning extensions. Use this tag for questions specific to Sitefinity 5. If you have question regarding previous versions use the 'sitefinity' tag instead.

51 questions
4
votes
1 answer

How do you add an image picker into a Sitefinity custom widget editor?

On Sitefinity CMS 4.x or 5.x architecture, how do you add an image picker to a custom widget? Currently I have to enter an image path into a text field. I would prefer to be able to use the standard picker to select an image from a Sitefinity…
Dan Sorensen
  • 11,403
  • 19
  • 67
  • 100
3
votes
1 answer

Sitefinity one username for multiple user

To Whom it may concern I would just like to know is possible to use one user name and it be used by multiple users at the same time on sitefinity without it kicking out a logged on user when another another user logs in using the same user…
3
votes
2 answers

Ghost of Dead Sitefinity MVC Widget Controller Haunts Me

We've recently adopted Sitefinity and have begun creating MVC widgets. Overall this has been working as advertised. Then, after having tested my new widget, I realized I named it wrong! I then changed my controller name from MyWidgletController to…
goatshepard
  • 1,063
  • 1
  • 8
  • 18
2
votes
0 answers

Restrict a document path from Backend in Sitefinity site

I need to add a Restrict on a document file path accessed from Sitefinity if there is no value in session. I have an URL to documents stored in CMS like below "~/docs/default-source/documentlibraryname/documentname.doc" I Need to do some…
lakshmi prakasan
  • 330
  • 4
  • 12
2
votes
2 answers

How to add Rich Text Box in Custom Widget in Sitefinity

I have created a Custom widget in Sitefinity. I want to add a rich Textbox in the widget. For detail see below images.
jitendra kumar
  • 81
  • 2
  • 12
2
votes
2 answers

Sitefinity Script Conflicts

I am struggling to get my jquery to stay in order within Sitefinity. The dragging out of Sitefinity widgets onto a page is breaking my script links in the of my master page. A thread has started on the Sitefinity forum:…
Maria Gosur
  • 91
  • 2
  • 12
2
votes
1 answer

Sitefinity 5.3: How can I place a widget into my Visual Studio template?

I'm new to Sitefinity and building templates in Visual Studio. What I'm trying to do is build a template that will have reusable components included automatically (ie. header, navigation, footer, etc). This way, when a content editor goes in to add…
Ryan
  • 1,387
  • 14
  • 23
2
votes
1 answer

How to disable Sitefinity Post blog Single Item

My website has in the footer the last 5 post summaries of my blog. The problem: When I am reading a post, my footer is showing the same post instead of showing the summary. I want to disable a Single Item from the footer. Is it possible to do that…
Calango
  • 155
  • 2
  • 15
2
votes
1 answer

Microsoft AJAX: Unable to get property 'x' of undefined or null reference

How do I troubleshoot the following error being thrown by a Microsoft AJAX JavaScript framework method? It is an automatically generated line of JavaScript from a custom User Control in a Web Forms App (Sitefinity 5 CMS) Error Message: Unable to…
Dan Sorensen
  • 11,403
  • 19
  • 67
  • 100
2
votes
1 answer

How do you integrate a RadEditor control into a Sitefinity custom designer?

On Sitefinity 4.x or 5.x CMS, how do you add a RadEditor to a custom widget? I currently have a regular text field and it works fine, however I would like to provide more functionality to the edit text. I have a working custom widget that includes a…
Dan Sorensen
  • 11,403
  • 19
  • 67
  • 100
2
votes
2 answers

Could not load file or assembly Telerik.Sitefinity

having some issues upgrading my Sitefinity 4.1.1339.0 installation to 4.3 (and ultimately to Sitefinity 5). It is giving me the following error: Could not load file or assembly 'Telerik.Sitefinity, Version=4.1.1339.0, Culture=neutral,…
cschneider27
  • 299
  • 1
  • 4
  • 13
1
vote
1 answer

Sitefinity WebService -Odata

I am using Sitefinity webservice module to post data to the content. I am using Postman to test the POST method for odata. My Post method /api/AzureFunctionSitefinity/azuresitefinityintegrations My Model :APPLICATION/JSON { "UrlName":…
Dinesh
  • 193
  • 2
  • 14
1
vote
2 answers

Where in the Sitefinity database is content stored?

I've successfully migrated 1,000s of news items and other content from Sitefinity 5 to Wordpress after hours of excruciating analysis and sheer luck with guessing but have a few items that are still left over. Specifically the pages. I know a lot of…
Daniel
  • 2,167
  • 5
  • 23
  • 44
1
vote
1 answer

IIS 8 App Pool recycling issues - Sitefinity

I maintain a Sitefinity 5 site that is fairly heavily customized, which I think plays a part in my problem, that takes upwards of 10-20+ minutes to become usable again after an app pool recycle is initiated. Sometimes I'll even have to kill the w3wp…
Tristan
  • 21
  • 1
  • 2
1
vote
1 answer

File input with HttpPostedFileBase returns always null

We have very simple form with file input. When we post form we can handle other element from model. But file input always return null. By the way we use our view and controller in Telerik Sitefinity as a custom control. It may related with this…
serhads
  • 462
  • 2
  • 7
  • 22
1
2 3 4