PDA

View Full Version : How to display navigation thumbnails w/ Simple Template


gfanslow
03-17-2006, 07:58 AM
I'm just getting started setting up a PixelPost site and was surprised to find that the included Simple Template doesn't display a row of thumbnails for navigation underneath the main image.

Can anyone point me to some code for a modification like this?

Joe[y]
03-17-2006, 09:15 AM
you can just use the following tag in your template file:

<THUMBNAIL_ROW>

gfanslow
03-17-2006, 10:24 AM
Great Thanks. I'll give it a try.

gfanslow
03-17-2006, 10:47 AM
I just tried that and pasted "<THUMBNAIL_ROW>" below the HTML for the text box, but it doesn't seem to work.

You may be assuming greater PHP/HTML prowess than I am due. Do I need to put "<THUMBNAIL_ROW>" into a more complicated term, referring to actual location of te thumbnails, or something?

<div id="image-info">
<span class="addcomment">+ <COMMENT_POPUP></span>
<span class="title"><IMAGE_TITLE></span> - <IMAGE_DATETIME>
<table width="100%">
<tr>
<td id="image-notes">
<IMAGE_NOTES>
</td>
<td id="image-exif">
<EXIF_CAMERA_MODEL><br />
<EXIF_EXPOSURE_TIME><br />
<EXIF_APERTURE><br />
<EXIF_FLASH><br />
</td>
</tr>
</table>
</div>

<THUMBNAIL_ROW>


<div id="footer">
Site Style: <a href="#" onclick="setActiveStyleSheet('light'); return false;">Light</a> /
<a href="#" onclick="setActiveStyleSheet('dark'); return false;">Dark</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<SITE_RSS_LINK> / <SITE_ATOM_LINK>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="http://validator.w3.org/check/referer" title="This website uses Valid xHTML">Valid xHTML</a> / <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This website uses Valid CSS2">Valid CSS</a>
</div>

se.nsuo.us
03-17-2006, 11:19 AM
Got a link to show us?

Joe[y]
03-17-2006, 06:11 PM
sorry i was just being dumb and gave you the wrong tag. try this one:

<IMAGE_THUMBNAIL_ROW>

gfanslow
03-23-2006, 02:36 AM
Yes that was the solution and it's working nicely. I sorted it out somehow. I don't remember how.

Tom R
03-26-2006, 02:16 PM
Which File is this, as I would like to do the same

Connie
03-26-2006, 03:49 PM
image_template.html