Quote:
Originally Posted by GrendelKhan{TSU
Anyway to make so:
- doesn't show the username
- uses smallfont (some browsers... albums run off edge of fixed width forum cause of names)
|
In template amf_picture, replace:
Code:
<br />
<a href="member.php?u=$lpicture[userid]">$lpicture[musername]</a>
<br />
$lpicture[title]
</td>
with:
Code:
<br />
<div class ="smallfont">$lpicture[title]</div>
</td>
I am trying to limit the output of $lpicture[title] to X amount of characters but having no luck. Anyone else with ideas on that one?