Mike,
I was wondering if you could take a look at this code and see what I'm doing wrong. When I was customizing the look of my privmsglist template, I think I messed up somehow. For instance, whenever I check several boxes, clicking move or delete has no effect. I can add folders, and jump from folder to folder, but I can't move messages.
Here's the code containing the move and delete buttons:
Quote:
<form action="private.php" method="POST">
<div align="center"><FONT SIZE="2" FACE="arial, helvetica"><b>Checked Items:</b></font>
<input type="hidden" name="action3" value="domove">
<input type="hidden" name="table2" value="$table">
<input type="hidden" name="password3" value="$password">
<input type="submit" name="submit3" value="Delete">
<FONT SIZE="2" FACE="arial, helvetica"><b>or</b></font>
<input type="Submit" name="submit3" value="Move">
<FONT SIZE="2" FACE="arial, helvetica"><b>to</b></font>
<select name="select2">
<option value="0">Inbox</option>$folderjump
</select>
</div>
</form>
|
Here's the code for the checkbox:
Quote:
<input type="checkbox" name="msgs[$msgid]" value="yes">
|
Thanks in advance to anyone who can help,
Cameron