This is great!
Deleting fields was easy!

How do I in postlist.tmpl change, lets say, "Replies" to "Location" (from the users profile).
code:
<td nowrap="nowrap" width="5%" class="tdheader" align="center">
<a href="{$config['phpurl']}/postlist.php?Cat=$Cat&Board=$Board&page=$page&view=$view&sb=$sortreplies&o=$o">
{$ubbt_lang['REPL_TEXT']}
</a>
$RepliesS
</td>
code:
<td align="center" nowrap="nowrap">
{$postrow[$i]['Replies']}
</td>