This simple mod allows you to click on the picture that is displayed when you view photos "to be" voted on.
As we all know once you vote on a pic it goes to the custom menu on the left where you can click on the pic and be taken to the members profile.
With this hack you can click on the pic before voting (the pic in the middle of the page)
It also provides the same mouseover information as the members picture does after you vote on it. (see screen shot)
Just took code from one part of the php file and copied it to another part...lol...Code:in rate.php find: $height = getParam( 'pic_height' ) + 4; below find and delete. echo "<br /><table cellspacing=0 cellpadding=0><td height=$height><img border=0 src=\"$pic[webname]\"></td></table>"; replace with: echo "<br /><table cellspacing=0 cellpadding=0><td height=$height><a href=profile.php?ID=$p_arr[NickName] ><img border=0 alt=\"$p_arr[NickName] : $p_arr[Headline]\" title=\"$p_arr[NickName] : $p_arr[Headline]\" src=\"$pic[webname]\"></a></td></table>"; BTW they are selling this hack at the site we do not mention....
Prometheus


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks