Great mod but to get the link to work in the profile block I had to change the $post[userid] to $userinfo[userid]
Code:
<fieldset class="fieldset">
<legend>$vbphrase[pp_gallery]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
Images: <strong>$post[photos]</strong><br> <a href="http://yoursitegoeshere.com/showgallery.php?cat=500&ppuser=$userinfo[userid]">View $userinfo[username]'s Gallery</a>
</td>
</tr>
</table>
</fieldset>