Installation and deployment
Version 3.x > Installation and deployment > How can I change macro content View modes: 
User avatar
Member
Member
winkelmann-ducksdesign - 9/17/2008 5:47:18 AM
   
How can I change macro content
Hi kentico developers,

every time I send a newsletter with automated "unsubscribe link" it gives in the preview the german code "austragen" and in the sent newsletter "Unsubscribe".

First: where can I change the text and second: I want to give the link a style.
Where can I find the a href code snippet?

Any ideas?

Thanks!
Carlo

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 9/17/2008 6:22:34 AM
   
RE:How can I change macro content
Hi Carlo,

1. The text could be changed in: your_project _folder/CMSResources/CMS.resx
(name: newsletter.unsubscribelink).
Please restart the application in Site Manager -> Administration -> System just after changing of the resource file.

2. It could be better to envelope the {%UnsubscribeLink%} with <span> tag with an ID. Then you could use in your CSS Stylesheet e.g.: #span_id a
This change of code could be done in: CMSDesk -> Tools -> Newsletter -> Templates -> edit Newsletter issue template.

I hope this will be helpful for you.

Best regards,
Helena Grulichova