Gossamer Forum
Quote Reply
PM's
I'm still getting the error "The pm you tried to access does not exist" when clicking reply next to a sent pm.
Quote Reply
Re: [Paul] PM's In reply to
Oops, that's a template bug; the "Reply" button shouldn't show up at all.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] PM's In reply to
Jason,

Please don't forget the bug with the button "Delete" in the same template (message_sent_view.html). See http://www.gossamer-threads.com/...i?post=198876#198876.

Thank you.

François
Quote Reply
Re: [Franco] PM's In reply to
I fixed this as well - currently, the delete button looks like:

<input type="submit" class="button" name="do=message_delete;delete=<%msg_id%>" value="Delete">

That should be changed to:

<input type="submit" class="button" name="do=message_delete;sent_delete=<%msg_id%>" value="Delete">

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com