Photopost's vbGallery uses this code in the postbit to show the number of photos and comments for that member. I've attached a screenshot of how it displays.
Code:
<if condition="!empty($post[ppicount])">
<div class="vb_postbit_info">
Photos: <b><a href="gallery/browseimages.php?do=member&imageuser=$post[userid]">$post[ppicount]</a></b> Comments: <b>$post[pppcount]</b>
</div>
</if>
Attachment 78176
so is there any way we can adapt this same method into vbulletin's user albums? I want to get away from vbGallery so bad.