• RE:Macros in Kentico v4.1
    Forum Post Jan 20, 2010
    Did you try to look here: http://dev.kentico.com/docs/devguide/appendix_a___macro_expressions.htm ?

  • RE:Custom Macro - sqlescape
    Forum Post Nov 19, 2010
    Hi, could you please try to use following custom macro code. In case it will not work for you, could you please post us code of your custom macro? public static string ResolveCustomMacro(MacroResolver sender, string expression, out bool match) { match =...


  • RE:WebPart - Visibility
    Forum Post Dec 1, 2010
    yes, macro but: {%sitecontext.currentuser.userid|(equals)currentuser.userid|(user)michalv|(hash)53da73bba16ed216c5924cec22d1607c217831c9745efa40393be68cc1fbdbce%} - don't work {(1)%sitecontext.currentuser.userid|(equals){(2)%currentuser.userid%(2)}|(user)michalv|(hash)1b22d0...

  • RE:WebPart - Visibility
    Forum Post Dec 9, 2010
    Hi, you will need to create a custom macro to compare above two macros. I did not realize it before and I am sorry for inconvenience. The expression is not resolved correctly because the nested part of expression is resolved after the whole expression is resolved - in ti...

  • RE:E-mail Template Current domain
    Forum Post Jan 5, 2011
    Hi, Now seen how Macro type insert works so will try a test with {%domain%}

  • RE:Webpart visible depending on querystring
    Forum Post Jan 10, 2011
    Hello. Regrettably, you can´t use query macro in web part properties (http://devnet.kentico.com/docs/devguide/appendix_a___macro_expressions.htm), therefore the easiest way would be to create and call custom macro within "Visible " property of given web part. Within this ma...

  • RE:css list menu webpart
    Forum Post Mar 8, 2011
    Macro worked for me, setit up without ~ or virtual folder name. just started it with /.

  • RE:Compare Query string with a Macro
    Forum Post Mar 17, 2011
    Ah ok, that makes sense.... It might be worth to update the documentation, that is not very clear.

  • ResolveCustomMacro not working
    Forum Post Apr 27, 2011
    I'm trying to use the "ResolveCustomMacro" method with a custom macro and believe that it is not making the call. Is there some type of global setting required to enable this?

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