PDA

View Full Version : thumbnail and category tags question


artwalk
05-29-2005, 06:18 AM
I'm still in hacking mode and I'm looking at turnover's comment_template.html. I noticed that the thumbnail in the comment popup is linked to the image's actual page. furthermore, it opens up inside the popup itself.

I still like the thumbnail to be in my popup but how do I turn off the link? I understand that this thumbnail is using the IMAGE_THUMBNAIL tag. Is there another tag without the link, just the thumbnail itself?

The IMAGE_CATEGORY tag likewise opens up the link inside the popup. Is there also another category tag I can use without the link? :-)

code snippet as it appears in turnover's comment_template.php
<div id="wrapper">
<div id="text">
<IMAGE_THUMBNAIL>
</div>
<div id="title">
<IMAGE_TITLE>
</div>
<div id="imageinfo">
<IMAGE_NOTES><br /><strong><IMAGE_CATEGORY></strong>
</div>
<div id="comments">
<IMAGE_COMMENTS>
</div>
<div id="addcomment">
<b>ADD COMMENT</b>

artwalk
05-29-2005, 06:33 AM
Ok, I just found <IMAGE_THUMBNAIL_NO_LINK>, so that's one down.

Couldn't seem to find an "unlinked" IMAGE_CATEGORY tag in that page I googled. Or did I just miss it?

Appreciate any help! Thanks!