• RE:Article Display (and Add/Edit)
    Forum Post Feb 16, 2011
    I can use transformation, but I think there are cases where it would be preferable to have an actual page per datatype for three reasons: 1. In our cases we have a datatype - Article and a few sub datatype: References, Resources, Citations, etc. It seems to me (unless I am ...

  • Sorting multiple document types in one repeater
    Forum Post Apr 22, 2011
    Hello, I am trying to collect multiple document types into a single repeater and retain the ability to sort on them. I want to combine recent News documents and Event documents an display them together in order of creation / occurrence. I feel like I am close, but can't qui...

  • RE:Kentico mobile pages
    Forum Post Dec 12, 2011
    Here is where you want to start: http://devnet.kentico.com/Documentation.aspx You can use arguments just about any page - what you do is use a Macro to read the querystring. You use this as an argument inside a control like a repeater. To create the links with querystring...

  • RE:Site export fails on CMS_MetaFile, "An expression services limit has been reached"
    Forum Post Dec 15, 2011
    Hi again, Ivana. I made the change on a copy of the site and export failed the same way in the same place. By the way, I needed to qualify DocumentAliasInfo since CMS.TreeEngine was not in the "Using" block in Global.asax.cs: // Set that document aliases don't have met...

  • RE:Limit widgets per zone
    Forum Post Apr 17, 2012
    There is usually a way to do anything you want, but I don't believe that this functionality is built in to Kentico at this time. You will likely have to write your own solution for this and I do think that it will be a difficult one to make without access to Kentico's sourc...

  • Lists using DocumentDataSource and BasicRepeater
    Forum Post May 25, 2012
    Hello, I'm trying to create a few different types of pages but for this post I'll simplify it to a listing page and a viewing page for a given document's content. I have my DocumentType called BasicPage which has Title, Description and Content fields and I have viewing p...

  • RE:Web Parts, Document Types and Page Templates
    Forum Post Aug 9, 2012
    You also have to go and make all of the properties you want the editor to be able to use visible in the editing form. There is no quick way to make them all visible (I suggested this feature for a future version). (Sigh) No doubt there is a reason why all these aren't t...

  • Custom Document Attachments and Images
    Forum Post Nov 8, 2012
    I have a reference library section in the website. It is built by custom documents. Each library (i.e. Birds, Bears, etc.) has their own custom document. Right now I am at roughly 64,000 documents spread across 200 different custom documents. Everything is going great and ...

  • RE:Limit Domain Roles created in Kentico
    Forum Post Nov 12, 2012
    Thanks. The web.config key should do what we need. Below are the steps I take to run the import that fails: Basically, I run the Kentico Active Directory Import Utility 7 (version 7.0.4640.25391). Select new import profile. Click next. Enter SQL Server name. Use Windo...

  • RE:Categories and Blog Posts
    Forum Post Mar 6, 2013
    I like the option of just using a method to extract this data although it doesn't leave much room for formatting and/or creating links which is why I opted for this way. ASCX control:<%@ Control Language="C#" AutoEventWireup="true" CodeFile="CategoryListing.ascx.cs" Inherits=...

  •   ... 41 42 43 44 45 46 47 48 49 50 ...