Author |
Topic  |
|
Amelia
New Member

Australia
57 Posts |
Posted - 06 June 2002 : 03:13:42
|
Hi, I just upgraded from 3.3.03 to 3.3.05 and am testing.. I've sent a topic to a friend and that went OK.. then the next screen pops up (pop_send_to_friend.asp) and says
"Email has been sent Close Window Send Topic to a Friend"
and only has the following in the message box
"Hi, I thought you might be interested in this post:"
ie.. the link to the posting has been removed. Is this the way it should work? if it's not possible to remember the link, then maybe the page should only show "Email has been sent, Close Window" instead of trying to allow people to send topic to multiple recipents.
I was using Netscape 6 when testing.
Amelia
Moved to bugs forum, could not locate previous bug report
Edited by - Nathan on 06 June 2002 03:40:52 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 06 June 2002 : 03:37:08
|
And that it is.
This Response.End on line 107 needs to be moved down two lines.
<% Response.End end if end if else
if strAuthType="nt" then
Should be like this
<% end if end if Response.End else
if strAuthType="nt" then
Nathan Bales Snitz Exchange | Do's and Dont's |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 06 June 2002 : 03:55:41
|
Doh! search terms were send_to_friend, but the filename wasn't mentioned in that thread. Sorry 
Nathan Bales Snitz Exchange | Do's and Dont's |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 06 June 2002 : 03:57:26
|
not a problem, doesn't hurt to have the fix posted.  |
 |
|
Steve D.
Average Member
  
USA
640 Posts |
Posted - 06 June 2002 : 10:27:08
|
I know this isn't technically a bug, more than an enhancement request, but when you click on the Send to Friend link and you are logged in, it would be nice if your name and email address were filled in automatically. If your are not logged in, then it's fine for them to fill in the info. It just seems as it's extra work for members already logged in.
---------------------------------------- Badges? We don't need no stinking badges |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 06 June 2002 : 17:03:59
|
that has already been addressed in our next version. |
 |
|
|
Topic  |
|