• File Selection Form control transformation
    Forum Post Jun 12, 2013
    Hi, The File selection form control is being used to upload images. I'm struggling with getting the image to display with the transformation. I've tried <img src="<%# GetDocumentUrl("SectionImage") %>" width="100%"/> which yields <img src="" width="100%"/>. <img src="<%# Get...

  • Macros
    Question May 15, 2015
    I need to modify a transformation that has this statement: <%# IfEmpty(Eval("NewsTeaser"), "", GetImage("NewsTeaser")) %> This is getting a blank image which I don't want. I don't want it to get anything. How would I change this macro to return nothing. Thanks in advance....

  • Creating Web Parts
    Forum Post Jul 14, 2012
    I am new to Kentico and am trying to write a custom web part for a jquery slide show plugin. I am having trouble getting it to work. If I post my code here will someone please let me know what I am doing incorrectly? Thank you. This is the plugin I am using: Flexslider The...

  • New Hotfix 5.0.5 Released
    Article Feb 1, 2010
    The new hotfix package was released and it is available for download. You can find the hotfix packages for appropriate .Net version in the Bugtracker (the orange box on the right). Instructions are included, please read carefully.

  • Kentico 8.1 Technology – Using SharePoint API
    Article Sep 3, 2014
    Kentico 8.1 features a brand new implementation of SharePoint integration. The main purpose was to make the developers’ lives easier and to provide you with the ability to retrieve data from a SharePoint server without the hassle. In this article, we will focus on how to use t...

  • New Hotfix 5.5.4 (build no. 3817) Released
    Article Jun 15, 2010
    The new hotfix package was released and it is available for download. You can find the hotfix packages for appropriate .Net version in the Bugtracker (the orange box on the right). Instructions are included, please read carefully.

  • Can media selection form control be configured
    Question Mar 7, 2018
    We are using the media selection form control for some custom fields as we like being able to use the media library and avoid attachments. Is there any way of changing the behavior of this control so that the attachment tabs don't appear? It currently has Attachments, Conten...

  • Using different Flash banners for different site sections
    Forum Post Aug 8, 2011
    Hello, How would you go about using different Flash banners in a repeater webpart? I found this article for images: http://devnet.kentico.com/Knowledge-Base/portalengine/Using-different-graphics-for-different-site-sectio.aspx But I am not sure how to write the Tran...

  • No Image Handling in Transformations
    Forum Post Feb 12, 2012
    Dear Kentico, in Kentico 5 we used to handle empty image fields (of document type file) like this: <%# IfEmpty( Eval("picture"), "", "<div style=\"float: left; padding: 10px 20px 20px 6px; margin: 0 20px 0 0; background: #FFF;\">" + GetImage("picture", 120) + "</div>" ) %...

  • RE:Attachments in newsitem
    Forum Post Sep 25, 2012
    Hi, I added the pdf-file through the properties-->attachments of my news document. I I choose "modify" at the selected item transformation, I see this. But I can't see the part for the attachments... <div class="newsItemDetail"> <h1><%# Eval("NewsTitle",true) %></h1> ...

  •   ... 21 22 23 24 25 26 27 28 29 30 ...