• RE:Macro Value Is Not resolved when i pass to through Widget Properties
    Forum Post Jun 11, 2010
    Hello, Could you please make sure, that the mentioned field isn't set as a public field? Due to security reasons, macro values aren't resolved on public fields. Best regards, Boris Pocatko

  • RE:Add Unsubscribe link to Dynamic Newsletter
    Forum Post Jul 8, 2010
    Hello, The only way to achieve this is to use a custom macro which will retrieve the given content from the site. Best regards, Boris Pocatko

  • RE:Macro to retrieve session value
    Forum Post Aug 10, 2010
    Hello, Homer is right. I would recommend you using custom macro, too. You can use the standard ASP.NET methods or our API there. Best regards, Helena Grulichova

  • RE:CustomMacro with html tags
    Forum Post Aug 19, 2010
    Hi, Could you please try to adjust your custom macro by adding this statement to your custom macro, right before you return the final string: sender.AllowParameters = false; Best Regards, Ivana Tomanickova

  • RE:WebPart - Visibility
    Forum Post Dec 1, 2010
    Hello. You can use macro parameters (equals / notequals) as per this appendix in our Developer´s guide: http://devnet.kentico.com/docs/devguide/appendix_a___macro_expressions.htm Best Regards, Radek Macalik

  • RE:Need help with macro
    Forum Post Jan 28, 2011
    Hi, yes, you are right. The upgrade will be needed in this case. The macro, I provided you should work then (I tested it and it was resolving correctly in my environment). So I hope it will work for you as well. Best regards, Ivana Tomanickova

  • RE:Help with macro for page title
    Forum Post Apr 8, 2011
    Thanks for taking a look. Sorry, I forgot to mention that I tried the alternate character and that didn't work either. It returns the same garbled string in the page title. Here's the full macro with the alternate character: {(0)%CurrentDocument.NodeID|(equals)192|(fals...

  • RE:My Account button when user is authenticated
    Forum Post Apr 19, 2011
    Hello, You can also use a macro on the Visible property of your web part: {%currentuser.username|(equals)public|(truevalue)false|(falsevalue)true|(user)michalv|(hash)e8f9e63bb2babed4af5361b1980c2690b29029555fa862e822d2e50fb2d7fa43%} This macro returns true, if the use...

  • RE:Custom macro for "Select top N documents"
    Forum Post Apr 27, 2011
    A little help from the Kentico folks would be nice. I've scoured the forums and documentation and can't see what I'm doing wrong. Would be nice to know if this macro feature is not supported for this repeater property.

  • RE:Default dynamic value in BizForm
    Forum Post May 3, 2011
    Thank you, it looks, that macros are pretty cool! But your macro didn´t work, so I used this one: {(0)%CurrentDocument.NodeID|(equals)192|(falsevalue){(1)%CurrentDocument.DocumentName%(1)}|(truevalue){(2)?title\|(regexreplace)\-(with) ?(2)}%(0)} from forum page http://d...

  •   ... 41 42 43 44 45 46 47 48 49 50 ...