• Caching a custom function
    Question Jul 15, 2015
    I have this function: public static string GetCategory(int documentId) { if (documentId < 1) { throw new Exception("Invalid document ID"); } DataSet ds = CategoryInfoProvider.GetDocumentCategori...

  • submit functionality stopped working
    Question Sep 21, 2015
    The contribution list web parts on our site have worked fine for several months. However it appears now it's broken on submit of the form. The same error is occurring with the contribution list web part on multiple pages, so it's not caused by changes specific to a single ...

  • Macro visibility signature
    Question Oct 11, 2017
    I've added new functionality to an existing module to show a new tab on the Pages application using the following macro. The following is added to Modules -> Interface -> (choose a page) -> Element Restrictions -> Visibility condition: System.GetObject("cms.node",Convert.ToInt...

  • Performance troubleshooting tips and tricks
    Knowledge Base Article Aug 28, 2013
    If you are experiencing slow loading times or the performance seems to be low, this article will show you the initial performance troubleshooting steps as well as general optimization tips and tricks.

  • How to set some characters not to be included in forbidden URL characters
    Question Jun 21, 2010
    How to set some characters not to be included in forbidden URL characters

  • Map localhost to external domain
    Question Jul 10, 2014
    I am trying to forward my localhost site to somesite.com. I get the error message: Bad request - Invalid Hostname. I am using IIS Express and I updated the applicationhost.config file binding protocol from :8080:localhost to the following: Any ideas on what I'm doing wrong?

  • URL lowercase
    Question Jul 18, 2014
    Hi, I have a question about URL's that I can't seem to find the answer to. I'm updating a bunch of URLs through a Kentico cms website so Im changing it from:http://www.abetech.com/Honeywell_7800.aspx to: http://www.abetech.com/products/mobile-computers/honeywell-7800.aspx ...

  • CodeName form control
    Question Feb 13, 2015
    I'm using the code name form control and want to change the default replacement for an invalid code name character, where can this be done? I was thinking it would use the Forbidden characters replacement setting but it doesn't. And I'm not seeing anything in the actual from...

  • General Condition macro in FormBuilder
    Question Feb 23, 2015
    Hello, I have a calendar form field that enables date selection. I have applied validation on this field to not accept future dates by going to FormBuilder -> Selected Calendar field -> Select Validation on the right hand pane -> Selected Rules = General Condition -> Edit (Ent...

  • How to split the node alais path in a transformation
    Question Apr 24, 2015
    Trying to do this with no luck <%# Eval("NodeAliasPath").ToString().Split("/")[1] %> i'm in version 8

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