• Kentico roles and permission for media library
    Question Feb 28, 2023
    Hi, I wonder how can we set roles and permissions for accessing media library so certain users can only see certain folders in the media library to work with. We had users accidentally delete the parent folder of the media library so all the images used for the site was gone....

  • Restrict a role from a page
    Question Aug 22, 2023
    We are currently upgrading from v12 to v13 and one of the features that we used in K12 that has been removed was the Groups application to restrict pages to certain group members/users. The scenario is we have 100 or so different groups that people can have access to and cert...

  • Media file Links are not getting Synced to different servers
    Question Feb 23, 2023
    Hi Team, By following the below [Reference](https://docs.xperience.io/developing-websites/page-builder-development/selectors-for-page-builder-components) i have created card Widget have a media selection property **IEnumerable MediaFilesSelectorItem> Images { get; set; } =...

  • Sharing forms across sites
    Question Oct 26, 2023
    Hi, I have a Kentico 13 MVC instance with multiple sites. There are a few forms created only on the main site. Is there any way to display these forms on other sites? We are using a custom form widget with the code below: @Html.Kentico().RenderStandaloneWidget(SystemC...

  • Kentico 13 | Custom Control | Refresh Issue
    Question Dec 12, 2023
    Hi Team, Currently I have created custom widget component for widget where one dropdown, based on dropdown value selection I will show & hide one text box. Issue is while we put any single of character on the text box the entire custom control gone refresh so it difficult ...

  • K13 DropDownComponent - How to bind with List
    Question May 10, 2023
    I have the following code for a widget property: public const string LabID = "1;abc\r\n2;ab\r\n3;bv ..... etc"; [BindableProperty] [EditingComponent(DropDownComponent.IDENTIFIER, Order = 1, Label = "LabID")] [EditingComponentProperty(nameof(...

  • I need to add permission to url to be accessed for authenticated users for example this url (/CMSPag
    Question Apr 4, 2023
    I need to add permission to url to be accessed for authenticated users for example this url (/CMSPages/GetDocLink.ashx) i don't even find this file GetDocLink.ashx in the solution

  • IUserInfoProvider returning different versions of UserInfo from Get() and GetAsync()
    Question Nov 14, 2023
    I have a Kentico 13 .NET Core website which uses the `IUserInfoProvider` dependency, injected via constructor, on a number of Widgets. We are seeing strange behaviour whereby: * one Widget uses `_userInfoProvider.Set()` to persist some changes to a user, * the same Widget th...

  • Building an Integration (Stripe) - Part 1 - Admin Objects and Live Site Functionality
    Knowledge Base Article Apr 4, 2023
    The previous article in this series covered the tools available for creating integrations, and the process of choosing which tools to use for the Stripe payment gateway integration.  The rest of the series will cover the implementation of this integration, so you can code ...

  • In Kentico 13 Default Rich Text strip out css/script code.
    Question Jan 28, 2025
    I'm using kentico v13.0.116 and in the page builder we've noticed an issue with the rich text editor widget's Code View. They strips out style code or script code and keeps only HTML-related code only. Page template I have ` ` So they change the Rich Text Editor Configuratio...

  •   1 2 3 4 5 6 7 8 9 10 ...