• 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> ...

  • New Hotfix 5.5.1 (build no. 3793) Released
    Article May 24, 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.

  • RE:Programmaticaly upload a file
    Forum Post Dec 3, 2008
    Hi, not an upload dialog. I want to build a new field type for my custom document types (lets say movie type) (Site Manager->Development->Document Types->Fields ) like File Selection which should have the ability of multiple file selection and uploading. More specifical...

  • RE:Media Selector Control
    Forum Post Aug 23, 2012
    Hello, Regrettably, the media selection form control can't select more than one media at time, so you would need to develop your own form control or simulate that non-limit selection by some custom document type and your editors would create as many documents (under some lo...

  • How to set the starting node for the Document selector
    Knowledge Base Article Jul 23, 2012
    By default, the Document selector form control displays all documents. However, you can use custom code to enable selection of the starting node.

  • How to dispaly a custom filed from document type
    Question Jun 5, 2014
    Here is the problem: I've got document type for product which I need to display. In this document type I add new fields, lets call it 'FineText' and 'FineImage'. Now I'm try to write transformation: <%# GetImage("FineImage")%><%# EvalText("FineText", true)%> but it's not...

  • Associate an icon with a page
    Question Jun 24, 2014
    Hi, Is there any way to associate an icon with a document type so that when that page is displayed the icon is displayed as well? This would have to be without having the user having to upload an icon every time they create a page. I tried adding the icon to the "default value...

  • Selecting media item by GUID
    Question Dec 7, 2015
    I'm working on a portal+ASPX site where I need to take control of image rendering in my code behind. What I want is for a CMS editor to select an item from the media library but internally just store its GUID. I can then render links to this image dynamically, appending resizi...

  • Windows Azure Storage DLL version mismatch
    Question May 26, 2016
    Hello For our Kentico V9 Web Forms project, we use ImageProcessor.org. For media storage we use the Azure Blob Storage. It all worked well until we installed the ImageProcessor Azure Blob cache package via NuGet. This package installs **Microsoft.WindowsAzure.Storage version ...

  •   ... 31 32 33 34 35 36 37 38 39 40 ...