Questions tagged [kentico]

Kentico is a content management system (CMS) for building websites, online stores, intranets and Web 2.0 community sites. Kentico utilizes ASP.NET and Microsoft SQL Server. Use this tag for asking questions related to development issues with Kentico CMS.

Kentico is an enterprise-level web Content Management System (CMS) and enterprise marketing system (EMS) produced by a company of the same name.

Build on the .NET stack, Kentico supports both WebForms and ASP.NET MVC development model. Kentico uses SQL Server for the database backend. Developers may build entirely bespoke solutions, or use many of the out-of-the-box components and templates to build production ready sites in the browser itself.

Kentico CMS and EMS are can be customized and extended to measure up to a wide range of business functional requirements,

1753 questions
3
votes
4 answers

Kentico Macro to Get Page Type

I'm new to Kentico and am using version 9 for a website. A graphic designer asked me if I could create a macro or code that adds the page type of a page to the body tag as a css class. Has anyone done this before?
Andre
  • 181
  • 2
  • 11
3
votes
2 answers

Kentico staging module - how can I prevent role synchronisation removing users from roles at target server

I have already raised this question with Kentico devnet and Kentico support and haven't yet received a solution. I'm hoping the wider SO community will come up with something. For reference, here is the devnet thread:…
Tom Troughton
  • 3,941
  • 2
  • 37
  • 77
3
votes
1 answer

Kentico - Adding multiple discounts

I'm using Kentico version 8.2, and am trying to allow a user to enter multiple coupons. In the ECommerceContext.CurrentShoppingCart object you have a ShoppingCartCouponCode that you can set. This then adds this coupon to the Discounts collection on…
3
votes
1 answer

How to Require SSL on a specific Page Type but not on the parent page

I'd like to know if Kentico has a "best practice" way to ensure the Requires SSL property is set as Yes on a specific Page Type, without inheriting the property from the Parent page. I have researched this and have implemented a working solution…
Darren S
  • 920
  • 5
  • 15
3
votes
1 answer

Shortcuts on Kentico Admin UI

Is there a way to create shortcuts on the Kentico Admin UI? These would be used to launch internal applications or pages outside of Kentico commonly utilized by our CMS Users (some of which may deal with Kentico data, and we leverage the Kentico…
victor_c
  • 171
  • 2
  • 10
3
votes
1 answer

Limit Kentico search results by user group

I'm working out a base requirements for a new kentico build. We want to limit content, either at the page or web part level by user group. What do I need to do to ensure search results only return what a user in a specific group is meant to see. So…
Mark Handy
  • 1,180
  • 1
  • 11
  • 23
3
votes
2 answers

Query custom table in form builder auto responder

I have a custom form built using Kentico form builder. In my form, I reference a custom table via a foreign key...meaning that my form stores the id that is a reference to my custom table data. In my auto responder is there any way to retrieve the…
Mark Fasel
  • 31
  • 1
3
votes
1 answer

Custom Reporting Table Query Boolean Column

I am new to Kentico and really enjoy developing so far! I have exhausted all search efforts and thought I'd reach out to the community. I am creating a custom report (table to be exact) using the reporting built into Kentico. I have a custom…
Mark Fasel
  • 197
  • 2
  • 8
3
votes
1 answer

System Exception - Input stream is not at the beginning position in Kentico

I am working on a Kentico project where I have to integrate MetaScan into Kentico. I am trying to send a HttpPosted file through the method callMetaScan(CMSFileUpload.PostedFile) and I have the following callMetaScan method private void…
Sabyasachi
  • 51
  • 5
3
votes
2 answers

How do I get my custom jQuery modules to work after upgrading to Kentico 8.1?

After upgrading to Kentico 8.1, my site's jQuery modules seemingly disappeared. Kentico is unilaterally injecting its own jQuery module, overwriting my own reference. How do I prevent this?
Bryan
  • 1,431
  • 1
  • 17
  • 22
3
votes
3 answers

Kentico CMS search results

How do I change the Kentico CMS search settings so as to display a part of text from search results as in Google? Presently it shows only the path in the results.
3
votes
1 answer

How to Advance filter for category and author in Smartsearch in kentico

I have created basic search and uses the SearchHelper to get smart search results based on the search paramaters. Now creating the Advance search based on Category , Author etc but did not find the way to filter the result based on these…
Deepak.Aggrawal
  • 1,249
  • 11
  • 24
3
votes
2 answers

cascading dropdown list for custom field in kentico cms

I have added two new custom field in CMS_USER table. Both filed is integer type and Form control is Drop-Down list type. currently both dropdown list is filled by SQL query in Editing control settings. I want to implement functionality as when user…
Prashant Mehta
  • 484
  • 2
  • 11
  • 30
3
votes
1 answer

Add custom tab in Sitemanager->Administrations->Users

I have a requirement that I need to add a extra tab in SiteManager->Administration->Users This tab will have functionality of Users only but with more advanced filters, this is because HotFix/Version Upgrade of Kentico can update the default and…
Nipun Ambastha
  • 2,553
  • 1
  • 16
  • 26
3
votes
3 answers

Custom table in Uniselector in Kentico

I have been using Kentico without issue for a while until today, here is my issue I want to use Custom table in uniselector. How I came into the issue was, I need to use Custom Form Controls, like in SiteManager->Users Advanced filter. We have Add…
Nipun Ambastha
  • 2,553
  • 1
  • 16
  • 26