• RE:Import toolkit 5.5 data import substring macro not working
    Forum Post May 18, 2011
    I finally figured out what's wrong - my macro is in the wrong format! Here's one that works: ={%headline|(substring)0;100%} Here's one that doesn't work: ={%headline| (substring)0;100%} Note the subtle extra space between the 'pipe' and the '(substring)'. This ...

  • Macro gets destroyed by editable region
    Forum Post Nov 29, 2012
    Hello, I need to have a macro in an editable text region that changes a URL based on whether a visitor is internal or external. I have something like the below working fine: <a href="{% internal = "192.168"; if (internal == Substring(IP, 0, 7)) {"http://someinternallink"...

  • RE:Glossary - Mousover - Tooltip
    Forum Post Feb 1, 2013
    Hello, sadly there is no such build it functionality of doing this. The thing you may achieve this is by creating your custom macro which is described here http://devnet.kentico.com/docs/devguide/index.html?registering_cutom_macro_methods.htm and some Custom table with fiel...

  • Custom Macro Access UserSettings
    Forum Post May 31, 2013
    I have created a custom macro that accepts (int UserID, string RoleName) Returns a bool. I want to use this macro on the visibility property of a Custom Field on the System.UserSettings table. This should show/hide fields on the Custom Fields tab in CMSAdmin User Managem...

  • Custom Macro for Email Template for sending mail
    Question Mar 24, 2014
    hello all, I want to Send Email to Multiple User With Custom Links in email body using email templates like "Please Click **here** to join" here, "here" contain link which should go on some specific website with some querystring para meter. so can any one help me to reach ou...

  • Macro inside an external JavaScript?
    Question Jul 11, 2014
    Am I able to use Macro {$ResourceString$} inside an external JavaScript file? I know you can do this in a Web Part for "In-Line Javascript".

  • How do Macro Expressions in Email Templates Work?
    Question Mar 20, 2020
    Hi. I was wondering if someone could explain how macro expressions in email templates work. As an example, the "Membership - Registration confirmation" email template consists of: Thank you for registering at our site. Please click the link below to complete y...

  • How do I render the content of the editable region of another document using a macro?
    Question Feb 20, 2014
    How do I render the content of the editable region of another document using a macro?

  • CookieHelper in a macro?
    Question Apr 21, 2014
    I am using this to do some localization of static text on some shared components in a couple of my sites. I need to apply this to a custom query. `CookieHelper.GetValue("CMSPreferredCulture")` I tried using: `` in the WHERE condition, but it keeps coming up blank. Figuri...

  • Using a macro to create a hyperlink in Report
    Question Apr 24, 2014
    I have a Report and I'm trying to create a hyperlink from one of the columns. How could I accomplish this?

  •   ... 71 72 73 74 75 76 77 78 79 80 ...