Is it possible to enable the "Email A Friend" functionaility to Topic pages and News pages?
thanks in advance!
Is it possible to enable the "Email A Friend" functionaility to Topic pages and News pages?
thanks in advance!
Well, with the topic page, it's relatively easy, considering that the Topic is simply an HTML, you could simply use a form control and a mailto tags; however, with the News, you will need to modify the news.xml.config or you could write your own XMLpackage that would collect the News from off the database and then use create another method and simply mimic the XSLTExtensionbase.EmailProductToFriend, this time instead of fetching a particular ProductID under an specific CategoryID, use the NewsID as a parameter instead and that's it...![]()