Quote:
Originally Posted by rharbison
Not sure if you noticed my earlier post. Is there any way to add a variable that would create a clickable link with the image? That would work very well to feature random thread thumbnails.
|
Making a clickable image is as easy as changing the code in the xml file from this:
Code:
"<img src=\"".$randpic."\" border=\"0\" alt=\"\" />";
to something like this:
Code:
"<a href="http://www.website.com" target="_blank"><img src=\"".$randpic."\" border=\"0\" alt=\"\" />";
The challenge is figuring out what to link to.
If it's the original image file, that might not be too hard as I think the information necessary is already part of the product.
If it's something else, then I think you're pretty much looking at hard coding it right into the code example above or generating the links in some other way.
I might take run at this and link my banner pics to the user's profile.
I'll post my results here with jugo's permission of course.
I may not get to this until next week, though.