Quote:
Originally Posted by Greek76
Great mod how would you go about having the pics resized in the afm template? Meaning how would the code be lets say for 150 x 150?
|
replace afm_picture Template
Code:
<td align="center">
<a href="album.php?albumid=$lpicture[albumid]&pictureid=$lpicture[pictureid]">
<img title="$lpicture[title]" class="inlineimg" src="picture.php?pictureid=$lpicture[pictureid]&albumid=$lpicture[albumid]&thumb=1" border="0" alt="$lpicture[title]" width="150" height="150" />
</a>
<br />
<a href="member.php?u=$lpicture[userid]">$lpicture[musername]</a>
<br />
$lpicture[title]
</td>