• Nested Macros not resolving in Newsletter templates
    Forum Post Dec 11, 2013
    Hi, We just upgraded from v5.5R2 to v7.0.61. I have a custom macro that is used an email newsletter. It uses the old way to pass parameters into a custom macro: It looks like: {#GetAndCreateUserAbcResubscriptionLink|{%Email%}|{%domain%}#} When the code for GetAndCreat...

  • RE:Nested Macros not resolving in Newsletter templates
    Forum Post Dec 12, 2013
    FIXED: So the BIG problem is that the macro was not returning any Context about the email subscriber... the {%Email%} value was not being parsed, the literal value of '{%Email%} was getting passed into the Custom Macro function. I ended up doing minor modifications to th...

  • RE:Get ID from URL macro
    Forum Post Dec 16, 2013
    Thank you for your help. It was like you said the same parameter.

  • RE:Get Parent Document Data on Document Creation
    Forum Post Dec 26, 2013
    Using a macro, you can access the parent like so{% CMSContext.CurrentDocument.Parent.<propertyname>|(user)michalv|(hash)ff94ffaf59f33adff07a3bc83b3e2f0d695191ec903beee93b86bf9c4a95083e%}

  • RE:Using macro in BizForm
    Forum Post Jan 21, 2014
    Hi Jack, Thank you for your message. Can you please provide us with a little more background on what are you trying to achive? Do you want to set the macro as a default value for some field in bizForm? If so this can be done easily with a custom macro -> http://devnet...

  • RE:Root document name macro
    Forum Post Jan 30, 2014
    you can try something like this to add the DocumentName in the Content before... {% if (CurrentDocument.NodeLevel == 2) { return CurrentDocument.Parent.DocumentName } else { return CurrentDocument.DocumentName } |(user)michalv|(hash)fd2fb5e8637901f6bca9912e5d203134c960c...

  • RE:Root document name macro
    Forum Post Feb 6, 2014
    Oddly enough this doesn't seem to work in firefox. Any idea why?

  • RE:Root document name macro
    Forum Post Feb 6, 2014
    {%Documents["/" + CurrentDocument.NodeAliasPath.Split("/")].DocumentName|(user)michalv|(hash)ec055a8c4650d8b3498f14d7d560ca3d20ca1dae941caba65aa8a4b648afea8e%} This is what it looks like but still doesn't seem to work when logged in.

  • RE:Set default value to field of custom document type.
    Forum Post Apr 7, 2014
    What was the macro you were using? And where were you placing it?

  • Previous / Next Buttons on Menu Item Pages?
    Question Jul 31, 2014
    This Question was ask some time ago. Is it possible if so how can I get it done. I have a request to have Previous and Next buttons for a certain section of our site so the user can navigate to the next item in the content tree. How can I achieve this?

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