Quote:
Originally posted by v0id
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
$metarefresh
<title>$bbtitle - Itemshop</title>
$headinclude
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td valign="middle" align="center">
<form action="$PHP_SELF" method=post>
<input type="hidden" name="iddonate" value="$user">
<input type="text" class="bginput" name="amount" value="0">
<input type="submit" class="bginput" value="Donate!"></form></td>
</tr>
</table>
that is my itemshop_donate template, looks fine to me.
|
Ok for all those with the donate problem I changed <input type="hidden" name="iddonate" value="$user"> to <input type="hidden" name="iddonate" value="userid "> and it works great now. Go figure! :laugh: