• macro Identity logic
    Question Aug 30, 2018
    I'm getting into Kentico and I am testing out CI, staging, deployments etc. In ran into the macro security scenario where it is best practice to set up macro identities with an effective user. What I don't understand is the logic behind it. the cms_macroIdentity table has a F...

  • Visibility Macro in Static HTML web part
    Question Mar 5, 2019
    Currently have a Static HTML webpart and the content section is set to include a widget. Widget is a modal popup window to sign up for a newsletter. The Visibility section of the webpart is currently using a macro to hide the modal popup if the URL contains specific words, bu...

  • Set default value to field inside module using macro.
    Question Dec 16, 2015
    Hi, All I want to set default value for one field using macro inside cms_user table of module. I see there is a button to insert a macro into the field. Wondering if it is possible, why it is raising exception. 1- Create field inside cms_user table **(Module -> Membership...

  • New Hotfix 6.0.12 (build no. 4387) Released
    Article Jan 6, 2012
    The new hotfix package was released and it is available for download. You can find the hotfix packages in the Bugtracker section (the orange box on the right). Instructions are included, please read carefully.

  • New Hotfix 6.0.13 (build no. 4395) Released
    Article Jan 13, 2012
    The new hotfix package was released and it is available for download. You can find the hotfix packages in the  Bugtracker section  (the orange box on the right). Instructions are included, please read carefully.

  • Resolve macro in Text field on Form tab
    Question Dec 31, 2014
    I'm attempting to resolve the following macro for a URL on the form tab in a text field: However, the macro doesn't resolve, but instead outputs the macro signature and hash: ` asdf ` How can I get Kentico to resolve this macro in this context? Or, is it not possible?

  • Resolve Macro within Transformations
    Question Dec 10, 2014
    I'm trying to resolve a macro inside a transformation but it doesn't seem to work. Basically, I'm trying to get at the current transforming node's parent's DrawerName field. Any ideas? <%# Eval("DrawerName") %>

  • Macro for reporting activities in email notification
    Question Feb 9, 2016
    Hi there We are trying to add 24hrs of a users activities to our email notification. We are currently using the macro: which displays ALL history, and not in the correct order. Does anyone know what I'd use to get it to display the last 24hrs only and in the correct order? Th...

  • How to write a macro for WHERE condition in a repeater
    Question Jul 28, 2016
    I created a page type for News Article with a field for Department. In the News page type, the list of options for Department is a dropdown list that's pulling from a custom table. On the News Article Page, the field name is "postDept" and the form control is "Custom Table I...

  • How to create Listitems for dropdown using K# macro
    Question Mar 3, 2017
    I am trying to show Radio buttons for form field using macro depending on user role. Here is code if (CurrentUser.IsInRole("BasicUsers")) {"1;Properties" } else {if (CurrentUser.IsInRole("SalesTeam")) {"4;Digital Assets" } else{if (CurrentUser.IsInRole("MarketingTea...

  •   ... 71 72 73 74 75 76 77 78 79 80 ...