• Limiting Character size in HTML editor
    Forum Post Sep 20, 2005
    Hi, Can we limit the size of characters in the HTML editor used for making editable regions in Kentico. If yes, then how? manish

  • Re: 1.6 Site Search issue with uploaded files
    Forum Post Oct 18, 2005
    On a similar note, is there a way to limit the site search to a set of top level nodes? i.e. everything under a, b, and d but not search c and e?

  • Re: Attachment size limit
    Forum Post Feb 6, 2007
    This may depend on your web.config settings - you may need to increase the maxRequestLength value: <system.web> <httpRuntime maxRequestLength="8192" /> <!-- 8MB --> </system.web> Best Regards,

  • Re: Attachment size limit
    Forum Post Feb 8, 2007
    I assume this is not a setting that is in the web.config by default? I need to add it? Is 8MB the default size? We are having the same issue. Todd

  • RE:excluding documents from search results
    Forum Post Jul 25, 2008
    Any answers...? I'm building another site at the moment which will also have a search facility, and I will want to limit the results.

  • RE:limit chracters <%# Eval("SKUDescription") %>
    Forum Post Apr 22, 2009
    Hello, Could you please try to use following sample code: <%# LimitLength(Eval("SKUDescription"), 10 , "...") %> Best Regards, Martin Dobsicek

  • RE:<%# Eval("####") %> define text limit
    Forum Post Oct 14, 2009
    Sorry - Also realised that this question is in the wrong section, initially thought it would not matter but may explain some of the issue. If it can be moved over that would be great Thanks Gavin

  • publish
    Forum Post Dec 24, 2009
    i want to limit the publish button clicks. can i get some help on this and also where can i find the button click event for the publish

  • RE:Error in Database setup - Step 3
    Forum Post Feb 2, 2010
    Hello. Thank you for clarification. What is memory limit per one DB on your SQL Server? Best Regards, Radek Macalik

  • RE:Limit an editor to one section of site?
    Forum Post Jul 19, 2010
    Figured this out. Finally found a reference to "Starting Path Alias" This is where you set the starting location for a user.

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