$hook_query_fields = ",customprofilepic.dateline AS profilepicdateline"; $hook_query_joins = "LEFT JOIN " . TABLE_PREFIX . "customprofilepic AS customprofilepic ON(customprofilepic.userid = post.userid)";
<if condition="$post['profilepicdateline']"> <img src="image.php?u=$post[userid]&dateline=$post[profilepicdateline]&type=profile"> </if>