Quote:
Originally Posted by jacko_162
edit template: newalbum_picture
replace all with:
Code:
<td align="center">
<a class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&attachmentid={vb:raw lpicture.attachmentid}"><img src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&thumb=1&d=1258906442" alt="Image uploaded by: {vb:raw lpicture.musername}" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a>
<br />
{vb:raw lpicture.title}
</td>
will give you a little more "tool tip" info.
|
Awesome thanks for that. I have one little problem on mine. I have used HTML markup for my usernames so the alt tag is getting all messed up with the span tag breaking it.
Does anyone have a way of printing the username in the alt tag without printing the rest of the markup?
Thanks