• RE:Macro for getting Form POST variables
    Forum Post Jan 16, 2014
    Where are you trying to get the values? You can use a context macro {%ColumnNameInTheForm%}

  • RE:K# macro in notification email field
    Forum Post Jan 28, 2014
    Have you looked at the Macro Expressions docs? I think your OR statement is incorrect. I think it should read{% Topic == 1 || Topic == 2 ? "email1@example.com" : "email2@example.com" |(user)michalv|(hash)e39f3c12a11bb9041e97d003c6d2daeb1e4d182e74551e9db5a75d65fb35a5e4%}

  • RE:Macro |(sqlescape)
    Forum Post Jan 29, 2014
    Hi, I have been able to reproduce this issue. The fix for this is to use "handlesqlinjection" method instead of sql escape. Try calling your macro like: {% ProcessCustomMacro("macroname", "|(handlesqlinjection)false") %} Let me know how that works. Kind regards, R...

  • RE:Use macro to get top level document name
    Forum Post Jan 29, 2014
    No Problem, I was figuring it would be similar to six and it was mentioned above about the macro engine in six. Here is a link to my post in the 7 forum http://devnet.kentico.com/Forums/f65/t43646/Root-document-name-macro.aspx

  • RE:Root document name macro
    Forum Post Jan 30, 2014
    Hello, If you are referring to the Content before field within your web part properties, you can use the following macro to return the parent document name of the specified path - {%Documents["/AliasPath"].Parent.DocumentName|(user)michalv|(hash)90b1802664150131983676d5efc...

  • email templete CC section
    Forum Post Feb 3, 2014
    I tried to add a macro to email templete( E-commerce - Order notification to customer ) CC section feild as {%Customer.CustomerEmail|(user)michalv|(hash)8ce080ef8a1d18bebfbcdbef500484631e3dd5aa69f3ad3b195a68c538e8d48f%} it dont allow to add macro to that feild.. How to ...

  • Kentico macro signing question
    Question Mar 25, 2019
    Hello, I have a question about macro signatures. I have a part of a section in a template that will only be visible if there are child pages under a Solutions directory. I use a macro to determine if this is valid. `` The works okay on one of my environment, but when I pus...

  • multi-lingual statichtml
    Forum Post Apr 27, 2009
    How can I create multi-lingual statichtml webpart in a page without use macro?

  • RE:Using a macro expression for the SiteCodeName
    Forum Post May 12, 2009
    Hi, I am afraid but in the settings are the macros not supported and not resolved. Best Regards, Juraj Ondrus

  • RE:Edit value in web part setting
    Forum Post Oct 9, 2009
    Hello, In the described case the macro would be the following: {%cmscontext.currentuser.userisglobaladministrator|(user)michalv|(hash)d25e1467d435a16274462c17dbbc891157716a50d5d4afd04f8db7c5468ba880%} Best regards, Boris Pocatko

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