PDA

View Full Version : [fixed] in Template privmsg



Mystics
Sat 21st Sep '02, 11:39am
Hi,

If you want to delete a private message from your Sent Items while you are reading it, you should get redirected to your Sent Items-Folder, but actually you get redirect to your Inbox.

To fix this:

Find in Template privmsg:
<input type="hidden" name="privatemessageid" value="$privatemessageid">Add below it:
<input type="hidden" name="folderid" value="$folderid">Mystics