The new files are working properly. Thanks, mtha!
Also, I have edited the Award Request template quite a bit and thought I'd share it with everyone who wants it:
Code:
$stylevar[htmldoctype]
<html id="form" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $formtitle</title>
$headinclude
</head>
<body>
$header
$navbar
<form enctype="multipart/form-data" method="post" action="$phpfilename">
<input type="hidden" value="$userid" name="userid">
<input type="hidden" value="submit" name="action">
<input type="hidden" value="$award[award_id]" name="award_id">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="3">
Request for $award[award_name] (id: $award[award_id])
</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
<fieldset class="fieldset" style="margin:0px">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>$formpurpose</td>
</tr>
</table>
</fieldset>
<br><div align="center"><img src="$award[award_img_url]"></div><br>
<fieldset class="fieldset">
<legend>Description</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>$award[award_desc]</td>
</tr>
</table>
</fieldset>
</div>
</div>
</td>
</tr>
</table>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="3">
$formtitle
</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
<fieldset class="fieldset">
<legend>Username</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td><b>$bbuserinfo[username]</b></td>
</tr>
</table>
</fieldset>
<fieldset class="fieldset">
<legend>$question1</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td></td>
</tr>
<tr>
<td><input type="text" class="bginput" size="30" name="answer1"></td>
</tr>
</table>
</fieldset>
<fieldset class="fieldset">
<legend>$question2</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td><input type="text" class="bginput" size="30" name="answer2"></td>
</tr>
</table>
</fieldset>
<fieldset class="fieldset">
<legend>$longquestion1</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>$longexplain1</td>
</tr>
<tr>
<td><textarea rows="5" cols="50" name="longanswer1"></textarea></td>
</tr>
</table>
</fieldset>
</div>
</div>
</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div style="margin-top:$stylevar[cellpadding]px">
<input type="submit" name="submit" class="button" value="Submit Request" accesskey="s" />
<input type="reset" name="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
$footer
</body>
</html>
NOTE: The attachment is in my unique style, but it was edited based on the UserCP templates, so it should look like that in any template. Let me know if this is any use to anyone.
EDIT: Where would I go to change the title of the thread, e-mail or PM that is created when a request is submitted?
EDIT 2: Nevemind the first
EDIT as I figured out where in the file to change some things to make the title of the thread different.