Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Email A Friend on Topic Pages

  1. #1
    daled is offline Junior Member
    Join Date
    Jul 2009
    Posts
    6

    Default Email A Friend on Topic Pages

    Is it possible to enable the "Email A Friend" functionaility to Topic pages and News pages?

    thanks in advance!

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    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...