• Get Attachments from CMS_Attachment using a link
    Question Feb 14, 2023
    Hello we plan to store uploaded images within the CMS_Attachment table. Therefore we use this piece of code: var newAttachment = new AttachmentInfo() { AttachmentGUID = existingGUID, AttachmentName = file.FileName, InputStream = file.InputStre...

  • Using kentico without startup.cs
    Question Mar 7, 2023
    Hello, I need to support about merging startup and program cs files. (because of new root folder design in dotnet 6). I modified these files properly (img-1) and there isn't any problem on rebuilding phase. but in the application starting process we occur an error. (img-2) (...

  • Can you make a custom path selector for use in a widget?
    Question Apr 5, 2023
    A client is complaining about the path selector because it doesn't fully display the name of the pages or have a search bar. From what I can see, there is no way of modifying it, but is there a way of creating a version of the path selector that does have these things? Ideally...

  • Kentico 12 MVC Custom scheduled task
    Question Jul 24, 2023
    Hi all, Following the instructions given here: https://docs.xperience.io/k12sp/configuring-kentico/scheduling-tasks/scheduling-custom-tasks I made a simple task which I want to register as a scheduled task in the kentico scheduled tasks module but my namespace and task name do...

  • Register the widget into the system using the RegisterWidget assembly attribute.
    Question Sep 25, 2023
    In the Tutorial MVC you have the actual file to be changed when creating the widget NumberWidget from tutorial. But on the Core version it does not say where to add this code [assembly: RegisterWidget("LearningKit.Widgets.NumberWidget", "Number sel...

  • Invalid URL param hash when using alternate domain
    Question Feb 13, 2023
    We have 2 sets of domains pointing to our UAT admin site. The one set is the default Azure App Service web app domain. The second is a custom domain we own. The A record is pointing to the public IP address of the Azure web app. There is a reverse proxy enabled. If the reverse...

  • Media Library paths contain admin domain instead of live site
    Question May 1, 2023
    I have a Kentico v12.0.92 MVC website. In the Media Library app when I click on an item in the library and view the Direct Path and Permanent Link, both show the Admin domain. I have another v12.0.100 MVC site where I see the same thing, the preview links show the Admin domai...

  • Kentico Xperience 13 for developers: Builders exercise issue
    Question May 3, 2023
    hi Kentico, In training module: Builders, Implementing an image slideshow widget, after the "Exercise: Implementing slide management", where it says "Register the widget". In the code snippet, the class "SlideshowEditorResource" wasn't implemented so far. this cause the buil...

  • Index Provider Class
    Question Jan 19, 2023
    Having a cyclical issue in the Smart Search application of our recently-upgraded K12 site. On editing one of our indices, under Indexed Content, the Index Provider Class is missing. When I try to input the correct assembly name and save the changes, I am prompted with the fo...

  • Cleanup of recycle bin
    Question Feb 9, 2023
    We have a customer who has close to 400K media files in the recyclebin. I wrote a simple stored procedure which deletes all after X days old, in batches of N records, the following delete statement in a loop: delete top (50) from CMS_ObjectVersionHistory where Versi...

  •   ... 11 12 13 14 15 16 17 18 19 20 ...