• RE:Custom Macro - sqlescape
    Forum Post Jul 3, 2011
    I got stuck on this for an hour today - is this 'anti-sql injection' feature highlighted in the documentation some somewhere? If not, could it please be highlighted someplace like http://devnet.kentico.com/docs/5_5r2/devguide/index.html?appendix_a___macro_expressions.htm? ...

  • RE:Macro OrderCustomData
    Forum Post Jul 12, 2011
    Hi, in this case the macro could look like the following: {%order.ordercustomdata.custtype|(user)michalv|(hash)967f08ed3caa2fb33aa78af254dcfc8f600d1fcdcfe490e68af844d2d9bab8e1%} If not, could you please share the code used for creating xml file for ordecustomdata col...

  • Macro to check if user is logged in
    Forum Post Sep 1, 2011
    Hi, what macro I can use to check if user is logged in and get true/false value? I want to hide login box webpart if user is already logged in. Thanks

  • RE:Macro to check if user is logged in
    Forum Post Sep 1, 2011
    Hello. I believe it can be done even without macro. You can simply set “Display to roles” property of given web part to “Not authenticated users.” Best Regards, Radek Macalik

  • RE:Using macro in WHERE field
    Forum Post Sep 28, 2011
    Hello, Could you please let me know the exact error message you are getting? At a first glance the macro seems to be written correctly. Best regards, Boris Pocatko

  • RE:Creating Custom Reports
    Forum Post Nov 16, 2011
    Hello, You can define your own macro. The macro is in the {% ProcessCustomMacro("Expression", "") %} format. When the macro is needed to be resolved, it calls the ResolveCustomMacro method located in the ~/App_Code/Global/CMS/CMSCustom.cs class (or ~/Old_App_Code/Global/CMS...

  • RE:Integer value for macros
    Forum Post Nov 22, 2011
    Hello, Yes, this is a bug. If you are adding the macro through the Macro Editor it shouldn't be validated for an integer value no more... It will be fixed in the next hotfix! Best regards, Jan Hermann

  • How do I format money in Kentico
    Forum Post Nov 24, 2011
    I am using macro in html kentico. {%currentdocument.Price|(user)michalv|(hash)51034a9b40673b528d5da07371c6b18837ec5017c3412552e2e6104133ee5418%} I want it show that: $x.xx example: 0 -> $0.00 1->$1.00 1.1->$1.10 1.01->$1.01 So macro in kentico can do that? Plea...

  • RE:Folder (only in menu not as page)
    Forum Post Jan 5, 2012
    Ok! I know I can add a macro to the OnMouseOver script, like OnMouseOverScript="alert('hi')" But do you know with which macro I can uncollapse al the subitems of the item that is hovered? Regards, Jorik

  • RE:Custom Macro
    Forum Post Apr 18, 2012
    Hello, Strange... I have copied your posted code and it is working fine: http://i.imgur.com/DwRl2.png Are you using it in the right custom macro format? {% ProcessCustomMacro("theme", "") %} Best regards, Jan Hermann

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