I hope this will contribute some here.
I used this code in my memberinfo:
Code:
<!-- Start Photos and Links Hack -->
<fieldset class="fieldset">
<legend>Photos & Links</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
Pictures Contributed: <strong>$userimages[count]</strong>
</td>
</tr>
<tr>
<td><a href="http://www.trackpads.com/media/browseimages.php?c=500&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_photos_by_x]</phrase></a></td>
</tr>
<tr>
<td>
Links Contributed: <strong>$userlinks[count]</strong>
</td>
</tr>
<tr>
<td><a href="http://www.trackpads.com/media/browseimages.php?c=500&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_links_by_x]</phrase></a></td>
</tr>
</table>
</fieldset>
<!-- / Photos and Links Hack -->
I had to create the 2 new phrases 'find_all_photos_by_x' & 'find_all_links_by_x'.
The only problem I have is what the heck is the code to search the links by username? Above I have the same search string for both. Any ideas?
Thanks again,
-Jason