Quote:
05-21-03 at 11:10 AM tinbin said this in Post #133
Merc:
I had the same problem and i changed the memberlist_userphoto to this:
Code:
<a href="memberlist.php?s=$session[sessionhash]&action=viewphoto&userid=$getphoto[id]">
$getphoto[comments]</a>
This will make the comments a clickable link to the photo.
Then u would have to delete the $getphoto[comments] where it originally is to avoid it being displayed double
|
Thank you SO much. I really appreciate it.