I cannot believe I just noticed this....lol.....

When viewing the search results and viewing as a photo gallery there is no link to the members profile only a mouse over of their nickname.

Fix


Code:
in your search_result.php

find and delete



$out .= "\" alt=\"$p_arr[NickName]\" border=0></a>\n";


replace with

$out .= "<tr height=$gl_thumb_height><td align=center  border=10>\"<a href=\"profile.php?ID=$p_arr[ID]\">\n";
Prometheus