• RE:CMSRepeter - nesting and sorting?
    Forum Post Oct 30, 2008
    Hi, you need to set the sorting query string in the code of the repeater. Then, you can get the value from the query string using the macro expression - http://www.kentico.com/docs/devguide/appendix_a___macro_expressions.htm. Hope this will help. Best Regards, Juraj ...

  • RE:Referencing Fields in the Form Tab from the Design Tab
    Forum Post Apr 15, 2009
    Hello, If you need to get value of the field for current document you can use context macro {%nameOfField%}. Please see http://www.kentico.com/docs/devguide/appendix_a___macro_expressions.htm for more details. Best Regards, Martin Dobsicek

  • RE:Different texts on diffrent languages of a site
    Forum Post May 7, 2009
    Although I have not used them myself, I would try the "Localization macros" as detailed in Appendix A - Macro expressions of the Developer's Guide.

  • Using a macro expression for the SiteCodeName
    Forum Post May 8, 2009
    Hello, I want to use a macro expression in the sitemanager->settings->files - file folder URL like /CMSPortals/{%sitecodename%}. Can I do this, and what is the right expression? Thanks in advance, Remy Bakker

  • RE:Where is the list with supported macros?
    Forum Post May 25, 2009
    Hello. Besides of macro types overview in appendix A in our Developer´s guide, you can find list of macro expressions e.g. in <project folder>/CMSHelp/newedit_transformation_methods.htm file. Best Regards, Radek Macalik

  • RE:RSS Reader
    Forum Post Sep 1, 2009
    Hello, If you are passing the parameter in query string you can use query string macro (http://devnet.kentico.com/docs/devguide/appendix_a___macro_expressions.htm) directly in 'Feed URLs' field. Best Regards, Martin Dobsicek

  • Complete List of Macro Functions
    Forum Post Oct 20, 2009
    Hello, I was wondering if there is a FAQ, forum post, or section of some documentation that outlines all of the Macro functionality? I have looked at the Developer's Guide and it only has a very small section related to these macros. Is there a master list somewhere that ...

  • Custom Macro Paremeters
    Forum Post Nov 29, 2009
    I have developed a custom macro in CMSCustom.cs which returns HTML. The code that appears in the Invoice template is HTML encoded. I have tried using {% ProcessCustomMacro("MYCUSTOMMACRO", "|(encode)false") %} {#MYCUSTOMMACRO#|(encode)false} but it does not work...

  • RE:Custom Macro Paremeters
    Forum Post Nov 30, 2009
    Hello. This calling of your custom macro function seems to be correct: {% ProcessCustomMacro("MYCUSTOMMACRO", "|(encode)false") %} Could you please send me that function to support@kentico.com (please refer to this forum post) so I can test it on my computer? Thank you. ...

  • Reverse a Macro value
    Forum Post Jan 27, 2010
    I must just be missing something simple but I just can't get this to work. I'm trying to invert the result of a macro value. I want to use {%currentuser.useriseditor|(user)michalv|(hash)84ed22cb55002bd0f75066120fe61b58026fdb659df3d339891fd1715285a177%} for use with a visib...

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