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
1
vote
1 answer

How do I add kentico's page builder in my application?

I am trying to add Kentico's page builder to my application and view the editable area on the CMS side. The steps I followed were: Creating a content-only page…
Hussam Ahmed
  • 413
  • 1
  • 5
  • 17
1
vote
1 answer

Kentico - SessionManager.IsUserOnline Sometimes returns false

Are there any known issues with SessionManager.IsUserOnline() ? We got following code on a class and sometimes it returns false eventhough the user is logged in. bool userIsOnline = SessionManager.IsUserOnline(SiteContext.CurrentSiteName, 100,…
chamara
  • 12,649
  • 32
  • 134
  • 210
1
vote
1 answer

Kentico macro to hide widget zone / web part zone if it contains no web parts

My widget zone (a webpartzone) has before/after HTML to fit it into the layout of the page. However, if editors choose not to include any web parts, then I would like to set the zone's visible field to false. Any idea how to access the current…
Rob M
  • 301
  • 1
  • 9
1
vote
1 answer

Built-In Widgets in Kentico MVC?

In Kentico Portal Engine, you have a huge list of widgets (aka, web parts) to choose from. I could be wrong, but it seems like these cannot be used when content editors are working with the "Pages" tab for MVC-based websites (i.e., not Portal…
Nicholas Westby
  • 1,109
  • 13
  • 32
1
vote
1 answer

Kentico 12: detect if an editable area contains any widgets

I'm building a site in Kentico 12 MVC and working on setting up content personalization. The normal way to do this is to add an editable area in the view:
@Html.Kentico().EditableArea("area1")
Then, in the CMS, the Page tab will…
daGUY
  • 27,055
  • 29
  • 75
  • 119
1
vote
1 answer

Problems with Kentico editor/WYSIWYG

We've just switched from K7 to Kentico 12 and having some problems with the editor. When formatting code in an external editor for a page and pasting it into the source code, it's stripping out all formatting, so the source code is 1 long list of…
SDesigner
  • 11
  • 1
1
vote
1 answer

Using the wrong escape character for Lucene lexical error at line 1 Cannot Parse Encountered . Kentico 12

I have a similar issue as the following question: Lucene error while parsing Query: Cannot parse '': Encountered “” at line 1, column 0, and I had already tried all the escaping. What else could it be? I'm using Kentico 12 hotfix 14, with their…
RichieMN
  • 905
  • 1
  • 12
  • 33
0
votes
2 answers

TinyMCE bombing out in Kentico after upgrade to 13

I have a Kentico site that I inherited that I am getting towards the end of updating to Kentico 13.0.106. It has one problem that is pretty major for me at the moment. At the moment, TinyMCE is breaking, and the Wysiwyg editor is not showing. None…
tone
  • 1,374
  • 20
  • 47
0
votes
2 answers

Upgrading from Kentico 12 to 13

I am preparing for my next attempt at upgrading a Kentico 12 MVC site (12.0.102) that I inherited to Kentico 13 and I'm just trying to determine viable paths that I can take. What I would like to know is, what functionality am I likely to lose in…
tone
  • 1,374
  • 20
  • 47
0
votes
0 answers

Error on page preview mode in Kentico 13 after Okta integration

I'm trying to run Kentico 13 CMS in preview mode but i'm getting the following error. An unhandled exception has occurred while executing the request. Message: Try reloading the administration interface. The user was not found in the JWT token, nor…
0
votes
1 answer

Kentico 13: User contributions outside of the admin

I haven't worked with the user contribution webpart from v12 and older, but is it possible to do something similar in v13? Essentially I'm looking for users to create content outside of the admin site. There's a requirement that logged in users…
eKoz
  • 83
  • 7
0
votes
1 answer

Kentico - Unable to find a custom user column

I just took over a project from a developer who has already left an organisation and I'm doing some maintenance work in the project. I can see the following code in a custom web part CurrentUserInfo CurrentUser =…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

Kentico multiple media libraries linked to multiple Azure containers

I have a requirement from the client to create 2 Media Libraries and Link them to 2 different Azure storage containers. I tried the following code but it still saves the files into the same container. Doesn't matter to which media library I upload…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
0 answers

Create a copy of all the redirection in my website

Can anyone please help me with how do I pull records or file for redirected page. I wanted to have it as a backup for my website revamp.
0
votes
1 answer

Server Side Request Forgery (SSRF) vulnerabilities in Kentico

Recently our workplace has been tightening down on security, and has brought in some rather robust scanning software to handle it, we have been able to get most of the vulnerabilities handled but one is eluding us, the SSRF or Server Side Request…
Dan Main
  • 37
  • 6