When an ad has been created, it allows users to e-mail that ad to another person.
However, it has the following part on the bottom of the text that is automatically input in the Message box. Where is this pulling from so that I can change the ASP.NET Classifieds wording to something of my own?
Member
1 Points
30 Posts
Change DEfault text in Message when sending e-mails for others to see ads
Mar 01, 2009 11:24 PM|pkrumrei|LINK
When an ad has been created, it allows users to e-mail that ad to another person.
However, it has the following part on the bottom of the text that is automatically input in the Message box. Where is this pulling from so that I can change the ASP.NET Classifieds wording to something of my own?
You can view my site at www.woodshoppers.com
Thanks!
Ad: Moose bust
Category: Carved
Price: $450.00
URL: http://woodshoppers.com/ShowAd.aspx?id=9
ASP.NET Classifieds
http://woodshoppers.com/
Paul Krumrei
Participant
1165 Points
1035 Posts
Re: Change DEfault text in Message when sending e-mails for others to see ads
Mar 02, 2009 09:40 AM|darkknight187|LINK
Are talking about this text:
ASP.NET Classifieds
http://woodshoppers.com/
If so the name and address of your site is in an xml file.
Look in App_Data/Siteconfig.xml
(Or something like that)
The actual email is put together in App_Code/BLL/Ads.vb
Look Down at the bottom.
- Daniel
Please remember to mark the post as answer that solves your issue.
This will be greatly benificial for other users.
Member
1 Points
30 Posts
Re: Change DEfault text in Message when sending e-mails for others to see ads
Mar 02, 2009 12:42 PM|pkrumrei|LINK
You are the greatest. I will check it out!
Paul