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

  • RE:ASPX Blog Template Information/Documentation?
    Forum Post May 15, 2013
    If all else fails, look at the code in the controls to determine what they do or display. Most of what you're looking for can be found in CMSModules/Blogs/ directory. You could also look at the webparts and see how the module controls are used, this could be very helpful. A...

  • RE:ASPX Blog Template Information/Documentation?
    Forum Post May 15, 2013
    If all else fails, look at the code in the controls to determine what they do or display. Most of what you're looking for can be found in CMSModules/Blogs/ directory. You could also look at the webparts and see how the module controls are used, this could be very helpful. A...

  • RE:Truncate OM_Activity table
    Forum Post Aug 9, 2013
    Hey Matt! Logical answer and great questions for Kentico. I can say I have not yet setup an EMS install so I'm lacking detailed experience with this but I have read up on it quite a bit. Although the questions I asked have still not been answered: Is the OP having a perf...

  • Display custom document in webpart
    Forum Post Oct 23, 2013
    Hey guys, relatively new kentico user, first time poster. Right now I am tasked with the following assignment: I need to create "dropzones" on certain pages where customized, dynamic content will appear depending on certain paramaters in the url. So for a rough example, ...

  • RE:Transformation for CDATA in XML
    Forum Post Feb 11, 2014
    I think I understand more now, however, I am not sure if this approach will bring you the results you expect. The XMLDataSource webpart simply downloads the XML from the URL you specify and converts it whole to a DataSet on the server. It uses the WHERE condition and so on ...

  •   ... 51 52 53 54 55 56 57 58 59 60