• use current page path macro in "SignOUt" webpart
    Forum Post Aug 21, 2013
    I have a "sign out" web part and want to use current page path in "Redirect to URL". which macro should I use? thx in advance

  • RE:use current page path macro in "SignOUt" webpart
    Forum Post Aug 21, 2013
    Hi, You can use the following macro to retrieve current document's path for assigning it to Redirect to URL property: ~{%cmscontext.currentdocument.nodealiaspath|(user)michalv|(hash)4600bf2adcaf9db301227989e70ea7d206f74b653beddf4e0f2af5160da32d0b%}.aspx Best regards, Fi...

  • Call Custom Macro in master page
    Forum Post Oct 18, 2013
    Hi , Any one suggest how to used custom macro in master page , below is my requirement one link is footer i.e FAQ after click this link check user are authenticate or not according to redirect page. please suggest any one solutions

  • RE:Get Document by ID in macro
    Forum Post Oct 24, 2013
    How would I go about running these queries? Can I define a new query in the development section and then invoke it with the transformation using a macro?Do you have access to SQL Server Management Studio? Run it there.

  • Using ##COLUMNS## with Smart Search Filter Query
    Forum Post Nov 11, 2013
    I'm specifying a custom query within the Smart search filter web part and need to use the ##COLUMNS## macro but don't see a place for it like in the Query web part. Is there still a way to use this macro within the Smart search filter?

  • RE:Macro from CustomTable
    Forum Post Nov 12, 2013
    I will be doing a custom macro. I think that is the best. The product names in the URL would require me changing the URLs and potentially loosing some of the Google index rank. Thanks for the help.

  • RE:Macro to get category name from ID?
    Forum Post Nov 18, 2013
    I've submitted this to Kentico to see what they have to say. Meanwhile, I ended up writing a custom macro. I can accomplish this now with: {% GetCategoryNameFromID(QueryString.GetValue("DCI")) |(user)michalv|(hash)a3c1c5d9eee7f652aa3fd14c5f0efe75ca9b8c6e60b512c878fe79a3b7863...

  • RE:Repeater nested in transformation
    Forum Post Dec 26, 2013
    Sorry, I didn't mean that I was trying to add the macro in the code behind. The macro is in a transformation. I added that line of code to the transformation so that I could confirm that it was (in theory) returning the correct data.

  • Macro detection of selected device profile
    Forum Post Jan 3, 2014
    I'm looking for a macro that can detect the selected Device Profile (pictured below, on the CMS Desk). Can't seem to find anything relevant in either the documentation or forums. http://wordpress.greatinsighthosting.com/device_profile.jpg

  • RE:Help! My device layouts aren't working!
    Forum Post Jan 12, 2014
    Okay well this seems to work when the macro is: CurrentDevice.IsMobile || CurrentDevice.IsTablet But i want it based on screen size to match my css. It's like the macro above: CurrentDevice.ScreenPixelsWidth <= 768 doesn't work, or have i entered it wrong? Thanks

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