Has anyone figured out the variable for the number of photos for a user (if there is one)?
It would be really easy to write an if statement if this is availabe...
<if condition="$post[whatever_the_var_is]>='1'">
Photos: (<a href="album.php?u=$post[userid]" title="View $post[username]'s Album" rel="nofollow">$post[whatever_the_var_is]</a>)
</if>
Something like this would be sweet... I slopped this together so it may or may not work once the var is found. If someone would like to create a thread on this i'd be more than happy to contribute. I've already started looking around in album.php for possible solutions.
|