• How to customize the query for the User Viewer webpart using the UsersFilter control
    Forum Post Oct 29, 2012
    Hi Guys I am trying to get my user viewer webpart to read users details from the whole table CMS_Users but it always retreives data from the current site i am working on. I modified this code in my the SetupControl method of userviewer web part string strConnString2 = ...

  • ConnectionString Name Issue
    Forum Post Nov 12, 2012
    Dear Developers... I've got a question for you: We have multiple Kentico Installations in different versions. We are currently building our new Dev-Staging-Live Environment. Now for usability reasons we want the connection strings outsourced in a new file called Conne...

  • ConnectionString Name Issue
    Forum Post Nov 13, 2012
    Dear Developers... I've got a question for you: We have multiple Kentico Installations in different versions. We are currently building our new Dev-Staging-Live Environment. Now for usability reasons we want the connection strings outsourced in a new file called Conne...

  • New site wizard
    Forum Post Jan 5, 2013
    Just did an upgrade from v 6 to v7. After some problems with timeout I'm up and running. Was trying to setup a new site using site wizard and did choose e-commerce Site template. During step 5 it all crashed; ERROR: Error importing document '' Message: String was not ...

  • RE:Remove specific module access from public network
    Forum Post Dec 13, 2013
    So you're saying if someone goes to http://www.yourwebsite.com/cmsdesk you don't want the CMSDesk login page to appear? If so, simply modify the web.config files in each directory (CMSDesk and CMSSiteManager) to allow and deny specific roles you've created within Kentico. Th...

  • WebFarm Task Synchronization Issue
    Forum Post Jan 13, 2014
    Hello, We have the following issue. We have a webfarm with two servers let's say http://server1.domain.com and http://server2.domain.com. I have set <add key="CMSWebFarmUpdateWithinRequest" value="true" /> into the configuration. The problem is that only the changes m...

  • Understanding Macro Identities in Kentico 11
    Article Dec 13, 2017
    Macros have long been a friend to any Kentico developer. Whether it’s one of many built-in methods or a custom one, these little code blocks can be powerhouses when it comes to developing your applications. One of their best aspects is their ability to be contextual, based on...

  • Undocumented GetImage macro function usable?
    Question Mar 17, 2014
    Hi There, I started developing a custom macro to get an image based on an attachment guid, to my surprise and confusion I realized that a GetImage macro is already implemented (my custom macro name was also named GetImage), however it's not documented anywhere that I can find...

  • Html in Macro in static html web part
    Question Apr 28, 2014
    I’ve been trying to inject some HTML into a macro that is used in the static html web part see below. This HTML are ` ` tags which should show what is in the QueryString["URL"] ` Back to where you came from {% } else { #%} Explore our courses {% } #%}` If the Query...

  • Expose InfoProvider result via custom macro expression
    Question Apr 10, 2015
    I have a custom macro method that is essentially doing a TreeProvider.SelectNodes() call, and I'd like to provide that through the macro method in the same way that Documents is exposed. I'd like to be able to refine the query, i.e. , then iterate through the TreeNode result...

  •   ... 61 62 63 64 65 66 67 68 69 70 ...