Quote:
Originally Posted by akasej
Did I miss where the question about removing the user name and album name from below the pictures was answered?
That's what I'd like to do if any of you wonderful people out there can help me. Thanks!
|
You owe me a beer
Go into your Styles and Templates and look for a template called
afm_picture
In that template, near the bottom you will find this code:
Code:
<a href="member.php?u=$lpicture[userid]">$lpicture[musername]</a>
<br />
$lpicture[title]
Replace it with this code: all you're doing here is commenting out the lines by adding <!-- at the beginning and --> at the end, so it will be easy to revert back to the original by simply removing those.
Code:
<!-- <a href="member.php?u=$lpicture[userid]">$lpicture[musername]</a>
<br />
$lpicture[title] -->