Quote:
Originally Posted by Renes4
I'm using this already locally and I've got 1 simple question...
I want to show the 'My Photos(1)' bit at the postbit(legacy) only if there are any photos at all.
Anyone any idea how exactly I can modify the code, to achieve this
It's probably something like this, but I dont know what and how the if-statement should be constructed:
<if "$post[vbimghost] > 0">
show myphotos text
</if>
Anyone any ideas?
Thanks in advance...
|
In your postbit at the place you wish
Code:
<div>
$vbphrase[vbimghost_myphotos]: (<a href="vbimghost.php?do=viewimages&id=$post[userid]">$post[vbimghost]</a>)
</div>