Questions tagged [kentico-12]

Kentico is a CMS using asp.net that enables users to build websites, online stores, and community sites. To use this tag, the question has to be about Kentico version 12, which was released on November 27, 2018.

With version 12, Kentico is now placing more emphasis in developing using MVC rather than the Portal Engine, which can still be used. New features in version 12 are:

  • MVC Page Builder
  • MVC Widgets
  • MVC Content Personalization
  • MVC Form Builder
  • Smart Forms
  • E-commerce Business API
  • MaxMind GeoIP2 Geolocation Database Support

References

Kentico Version 12

87 questions
0
votes
1 answer

How to use the Email template in c#code in kentico 10

I created one Email template in Kentico 10. How to use the Email template in c#code. I created the one kentico cms form, once submit the form after I need to show the success message in popup window. how to do?
krishnan
  • 33
  • 6
0
votes
1 answer

Kentico 12 Service Pack - MVC site only redirects to Admin site login page

I have a site I'm building in Kentico 12 MVC. I just upgraded the admin backend app and my MVC app to the Kentico 12 Service Pack (hotfix 12.29). Now my MVC app only redirects to the admin app login page. I removed the admin redirect route mapping…
0
votes
1 answer

Kentico:10 How to allow E-Mail and Username authentication at the same time

In Kentico, there is a login form with two textboxes (Email and Password). Users already access the site by logging in via Email. I need them to be able to access the site using UserName instead of Email. The username values are already present in…
krishnan
  • 33
  • 6
0
votes
1 answer

Kentico UI site Login using Username Instead of Email

In the kentico UI site, they have a login form, in which there are two textboxes (email and password). Users access the site login using email. Now I need to access using UserName instead of Email. In the CMS_User table UserName column, the values…
krishnan
  • 33
  • 6
0
votes
0 answers

Strange URLs when culture is enable

I am running Kentico 12.0.26 MVC. When adding links via the inline widget editor (MediumEditor), the final URL that gets generated has a strange URL path, which is not a pretty URL for…
0
votes
1 answer

Submitting form item via code not triggering an email notification

I am trying to submit a new form item via api on my MVC web app (grabbed the code from form's code tab) but the email notification is not working. It did create a new record except for the email alert. I checked the email queue but no records of the…
masterlopau
  • 563
  • 1
  • 4
  • 13
0
votes
3 answers

Kentico 12 - How to set individual page to require authentication?

On Kentico 12, the property Security inside the Page doesn't have Access field like the previous version Kentico 11 - Interface Access. I need to provide this feature, so I was thinking about using overriding the OnAuthentication method like…
-1
votes
2 answers

Kentico remove trailing slashes in a URL

How do I remove trailing slashes in a URL. For example: I want this url https://test.com/mypage/ to redirected to https://test.com/mypage The fix should not affect the admin site. Fix is only needed for the public site. We are using Kentico 12 MVC…
chamara
  • 12,649
  • 32
  • 134
  • 210
-1
votes
1 answer

The Page type field visibility condition not working

The Page type field visibility condition is not working for me. Am I missing anything here? CampaignType is a dropdown field. GetInTouchTheme field is always visible. It doesn't show/hide based on the CampaignType selection.
chamara
  • 12,649
  • 32
  • 134
  • 210
-1
votes
1 answer

You need to call the 'UsePreview()' method of the Kentico.Web.Mvc.ApplicationBuilder instance at the start of your application's life cycle

I am trying to learn developing with Kentico MedioClinic Tutorial. I tried to follow each step accordingly, but I stucked here. I searched the problem in the caption, first I tried adding // Registers enabled bundles …
-1
votes
1 answer

How Can I Create a Custom Kentico Module from an Angular Application?

I have a requirement to build a custom Kentico Module for a client, but I don't want to use the clunky, built-in Kentico framework. There's a lot of things that Kentico does right, but custom modules are not (in my opinion) one of them. I'd like to…
-2
votes
3 answers

Update the Customer Address in Kentico

I using bulk upload address method, the below code is address upload using excel file. My requirement is how to update the customer If already address available means no need to update, if not available the address means need to update.
krishnan
  • 33
  • 6
1 2 3 4 5
6