Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > News RSS Feed web part View modes: 
User avatar
Member
Member
luyolo.mhlauli-nmmu.ac - 11/25/2011 7:02:37 AM
   
News RSS Feed web part
Does the Kentico News RSS Feed Webpart resolve macros in the Title textbox or Description textarea??

User avatar
Member
Member
kentico_michal - 11/29/2011 5:11:20 AM
   
RE:News RSS Feed web part
Hello,

Yes, it is possible. You will need to execute the CurrentResolver.ResolveMacros method in your transformation:

<%# CMS.CMSHelper.CMSContext.CurrentResolver.ResolveMacros(Eval("NewsSummary").ToString()) %>


Best regards,
Michal Legen