Code:
<if condition="$show['profilepic']">
<img src="image.php?u=$vbulletin->userinfo[userid]&type=profile&dateline=$vbulletin->userinfo[profilepicdateline]">
<else />
<img src="$vboptions[bburl]/$stylevar[imgdir_misc]/profiledef.gif">
</if>
Try that code, its from another hack here, search for Show Profile Pic anywhere.
And if you are only trying to put this on the forumhome, why not try a forum home hook location?