|
|
This article gives you instructions on how to implement a transformation function to get a text value instead of an ID, if your field is defined as a list of pair values (e.g. Drop-down list).
|
Created on
4/15/2013 2:33:38 PM in
API and Internals
|
|
The most common way of adding attachments to documents through the API, is by using a Path or HttpPostedFile as a parameter for the AddAttachment() method. This article describes how to pass a binary object (e.g. image, video) retrieved directly from the database.
|
Created on
4/15/2013 2:27:06 PM in
API and 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.
|
Created on
4/4/2013 1:39:56 PM in
API and Internals
|
|
This article shows how to log the real visitor’s IP address into the Event log events, instead of the proxy server’s IP address.
|
Created on
4/4/2013 1:18:31 PM in
API and Internals
|
|
This article shows you how to configure Kentico CMS to allow users to login using their e-mail address, or user name.
|
Created on
3/25/2013 4:46:24 PM in
API and 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.
|
Created on
2/25/2013 6:05:49 PM in
API and 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.
|
Created on
2/24/2013 2:09:57 PM in
API and Internals
|
|
This article will show how to ensure the correct IP address will be used in relevant modules (such as Web Analytics, Online marketing or in event logging), when the load balanced environment (or e.g. an SSL offloader) passes the original host IP address in special HTTP header and the CMS uses the address of the balancer instead.
|
Created on
2/8/2013 7:41:58 PM in
API and Internals
|
|
The following article gives a brief explanation of how the Document, Page templates, Document types, and Document type tables reference each other.
|
Created on
1/13/2013 7:18:47 PM in
API and 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.
|
Created on
12/12/2012 2:32:26 PM in
API and Internals