Hi,
Yeah, I managed to get that far myself - the problem was that the link would still be there even if a user hasn't uploaded an image (which is why I was asking about how to pull the number of images a user has uploaded from the DB).
Cheers!
Quote:
Originally Posted by tbradham
I was able to get a link in the user's postbit by editing the postbit template.
Under this:
Code:
<if condition="$post['userid'] AND $show['member']">
Add this:
Code:
<tr><td class="vbmenu_option"><a href="vbimghost.php?$session[sessionurl]do=viewimages&id=$post[userid]"><phrase 1="$post[username]">My Pictures</phrase></a></td></tr>
|