Farman and maddoghalo1, to change/add positions you want your users to apply for, you would have to edit the following lines in the template
staff_app (x2)
HTML Code:
<if condition="$vboptions['usml_postitionapplying_mod_onoff'] == '1'">
<input type="radio" name="position_applying" value="Moderator" />$vbphrase[usml_staffapp_mod]<br />
</if>
<if condition="$vboptions['usml_postitionapplying_smod_onoff'] == '1'">
<input type="radio" name="position_applying" value="Super Moderator" />$vbphrase[usml_staffapp_smod]<br />
</if>
<if condition="$vboptions['usml_postitionapplying_admin_onoff'] == '1'">
<input type="radio" name="position_applying" value="Administrator" />$vbphrase[usml_staffapp_admin]
</if>
More specifically, you would change
value="whatever here" and change the phrases (
$vbphrase[usml_staffapp_mod]), or hardcode your options in there versus using phrases