View Single Post
Old December 17th, 2004, 03:31 PM   #3 (permalink)
Brian
Guest
 
Posts: n/a
Re: HTML code for value of a specific custom field?

Are you trying to do this in showimage.php? If so, open the file and look for:
Code:
Content visible to verified customers only.
Right below that, add:
Code:
Content visible to verified customers only.
Replace 'X' there with the custom fieldid that you want to use, then add $customvariable into the alt tag for the image.
  Reply With Quote