Kentico 8 Installer doesn't detect already installed IIS (8) Martin Danko — Jun 1, 2014 — Knowledge Base Article kentico 8 installation Is the Kentico 8 installer ignoring IIS that is already installed on your computer, and instead it tries to set up its own IIS Express, bound to port 8080.
Detect if contact is a member of specific contact group using macros Martin Danko — Jun 1, 2014 — Knowledge Base Article contact management
Display hyperlink to another page as a column in the Document Library Web Part Martin Danko — Jun 1, 2014 — Knowledge Base Article document library
Missing Master page tab in Kentico 8 (after hotfixing or importing a website) Martin Danko — Jun 1, 2014 — Knowledge Base Article master page macro security
API Changes in the Security of Document collection Martin Danko — Jun 1, 2014 — Knowledge Base Article api security Are you experiencing problems where some methods or macros return false or NULL, or a different value is returned for authenticated and public user and these methods worked before applying a hotfix for version 7?
Why the scripts (JS) are not generated by the master page? Martin Danko — Mar 24, 2014 — Knowledge Base Article kentico 7 master page javascript
Pending documents are not showing after applying a hotfix in version 7.xx Martin Danko — Mar 24, 2014 — Knowledge Base Article kentico 7 my desk upgrade
Is the head tag in Kentico valid when it is generated with the additional attribute? Martin Danko — Mar 24, 2014 — Knowledge Base Article
How to hide the price from displaying in the shipping options Martin Danko — Mar 24, 2014 — Knowledge Base Article kentico 7 ecommerce
How can you easily change the order of tabs of CMS Desk or CMS Desk -> Document content section? Martin Danko — Mar 24, 2014 — Knowledge Base Article kentico 7 cms desk
Custom 404 page for multiple sites Martin Danko — Mar 24, 2014 — Knowledge Base Article kentico 7 404 customerror pages
How to export the reports in Kentico to Microsoft Excel? Martin Danko — Mar 24, 2014 — Knowledge Base Article kentico 7 report export Are you wondering if it is possible to export the reports in Kentico to Microsoft Excel?
Adding multiple carousels to the page Martin Danko — Mar 24, 2014 — Knowledge Base Article carousel web parts kentico 7 For this Example scenario, let's say you want to place multiple repeaters with carousel to render content from different paths with different properties. In this scenario, all the carousels on the page will scroll when you scroll the desired carousel, so let me explain how you can change this behavior.
Change the Poll percentage rounding (display decimals) Martin Danko — Dec 23, 2013 — Knowledge Base Article portal engine In some specific scenarios the SUM of the poll percentages is not 100%. This is due to the default rounding set and only integer numbers are displayed.
Showing navigation buttons with the Attachment image gallery Martin Danko — Dec 23, 2013 — Knowledge Base Article portal engine You would expect this Gallery to work in a similar way as Lightbox Gallery, so you can simply open the image in the Lightbox pop-up, and then navigate through the images. However, this is not the default behavior for the Attachment image gallery.
SSL & CSS protocols when using a load balanced web farm Martin Danko — Oct 30, 2013 — Knowledge Base Article design css styles design and css styles When using SSL with a load balancer and sending a non HTTPS request to the other nodes within the web farm, it’s possible that src: url() link in CSS style sheets and the style sheet itself, will be rendered under both HTTP and HTTPS protocols.
Add a custom field to Orders tab in Kentico 7 Martin Danko — Oct 4, 2013 — Knowledge Base Article custom field new field orders e-commerce Add a custom field to Orders tab in Kentico 7
How CSS and JavaScript minification works in Kentico Martin Danko — Aug 20, 2013 — Knowledge Base Article api internals api and internals Many clients think that minification is not working correctly because when they try open the CSS/JS file with minification setting enabled; it’s exactly the same so they don’t see any “optimizations”.
Restore SQL DB under different name(s). Martin Danko — Aug 12, 2013 — Knowledge Base Article api internals api and internals This process can be used to restore one or more databases from an existing SQL backup file. This is an efficient way to make copies of a database under separate names for testing purposes.
Media selection control and alternate text Martin Danko — Jul 27, 2013 — Knowledge Base Article content management By default the Media selection control contains an alternate text field, unfortunately the purpose of this field is to enter alternate text directly in combination with CKEditor in an Editable region. Since this alternate text is stored in the CMS_Document table with the document's content, the text is rendered directly on the page and it cannot be used within transformations.
Allow users to delete their own blog comments Martin Danko — Jul 23, 2013 — Knowledge Base Article content management By default only a global administrator, blog author, and users with Manage comments permission are able to delete comments on Blog. What if you would like to allow all users to be able to delete their own comments, but not anyone else's unless they have the manage comments permission?
Update SKU and related document when using Workflow with versioning and check-in/check-out. Martin Danko — Jun 12, 2013 — Knowledge Base Article content management When you are using Workflow (WF) with versioning along with check-in/check-out functionality, product documents are checked-in so they cannot be edited. In this case it’s necessary to follow the WF process and update not just the SKU, but also the related document.
Changes in the Database after applying the hotfix no. 30 for version 7 Martin Danko — May 31, 2013 — Knowledge Base Article api api and internals internals As we do not want to store the same data in the database multiple times (to avoid duplicity) we are also doing some changes on-the-fly directly via hotfixes. These are not major changes, just minor ones, but in some cases, this could affect your custom code depending on the database fields you are using.
How to restrict access to the CMS Desk for non-authenticated users Martin Danko — May 31, 2013 — Knowledge Base Article access cms desk membership security security and membership This article gives you instructions on how to restrict access to the CMS Desk (or to any other area within Kentico CMS) for non-authenticated users:
How to configure Gmail as the SMTP server Martin Danko — Apr 4, 2013 — Knowledge Base Article e-mail newsletters newsletters and e-mail If you are using Gmail as your e-mail and you don’t have your own SMTP server, you can take advantage of using Gmail as your SMTP server in Kentico.
Change/add (Biz)Form watermark in the mobile version using jQuery Martin Danko — Apr 4, 2013 — Knowledge Base Article bizforms jQuery in the mobile version of the E-commerce example site contains two fields with a watermark (e-mail and comment) that are located in the contact section. This KB article provides a step-by step guide on how to add your custom field(s) with custom watermark.
Go directly to the latest post in the forums thread after submitting a new post/reply Martin Danko — Apr 4, 2013 — Knowledge Base Article api api and internals internals The default behavior that occurs after submitting a new post/reply is, the whole page gets refreshed and it goes to the top of the forums page. This article describes how to change the default behavior, so the page will load the latest post in the forum, after the page is refreshed.
Prevent the CMSPortalManager control from rendering JavaScript libraries Martin Danko — Feb 25, 2013 — Knowledge Base Article api api and internals internals Kentico’s core jQuery libraries are loaded once a user is authenticated, since they are used by the CMS Desk. In some cases, this may inadvertently break the functionality of your custom JS. The following is a workaround to prevent the CMSPortalManager control from rendering the default JavaScript libraries when a user is authenticated, but not when a user enters into the CMS desk.
Small workaround to use simple jQuery “$” quotation with your custom JS Martin Danko — Feb 24, 2013 — Knowledge Base Article api api and internals internals Our built-in jQuery is loaded by default, so it’s not possible to use a simple jQuery “$” quotation in version 7 with your custom JS. Instead you need to use the noConflict() mode.
How to allow exporting of reports to other users besides global administrators Martin Danko — Jan 16, 2013 — Knowledge Base Article export export and import import Do you want to allow the exporting of reports to others users besides global administrators? Unfortunately, it’s not about having the correct permissions. In this case, the functionality is only available for the Global Administrator user by default. It’s necessary to make some modifications to the code file below.
How to change a date picker (years) range? Martin Danko — Jan 13, 2013 — Knowledge Base Article content management There is a similar solution in the Kentico forums which will not work when using newer versions of Kentico CMS; this is because the Date Picker was changed from the default .NET, to a JavaScript file using the jQuery library.
How to register and use the native Kentico jQuery library Martin Danko — Dec 12, 2012 — Knowledge Base Article api api and internals internals Do you know that Kentico CMS has a built-in jQuery library? This article provides you with some details on how to correctly implement jQuery into your website, to avoid any conflicts with other JavaScript libraries.
How to get the first TreeNode from the TreeNodeCollection using API and FirstOrDefault() method Martin Danko — Nov 30, 2012 — Knowledge Base Article api api and internals internals This article provides an example of getting the first TreeNode from the TreeNodeCollection of CMSContext.CurrentDocument.Children using LINQ method FirstOrDefault().
How to display a Microsoft SQL Server Reporting Services (SSRS) report in Kentico Martin Danko — Nov 30, 2012 — Knowledge Base Article controls web parts web parts and controls This article provides an example of displaying SSRS report in Kentico.
How to exclude specific user from the Event Log Martin Danko — Nov 20, 2012 — Knowledge Base Article api api and internals internals This article provides an example of excluding (deleting) events of a specific user from the Event log.
How to hotfix setup files Martin Danko — Apr 24, 2012 — Knowledge Base Article upgrading This article describes how to hotfix setup files when applying a hotfix via the Kentico Installation Manager (KIM). These setup files include external utilities, like: ADImport, Import Toolkit, and the KIM utility itself.