Hi,
I am trying to post all of my images from iPhoto as done in stopdesign, but trying to make my own template. All the uploads are fine. I can see the images uploaded. I tried to display all the thumbnails into archives.html page as depicted in one of the tutorials found at http://www.learningmovabletype.com/archive...photo_album.php
so my Master Archive Index (archives.html) template have this code:
<MTEntries>
<MTGridCell>
<MTGridIfLeftColumn><tr></MTGridIfLeftColumn>
<td>
<a href="<$MTEntryPermalink$>" class="thumbs"><$MTEntryExcerpt$></a><br/>
</td>
<MTGridIfRightColumn></tr></MTGridIfRightColumn>
</MTGridCell>
</MTEntries>
I can see the text inside both Entry Body and Excerpt part of the entry. like:
<img alt="DSCN0588.JPG" title="DSCN0588.JPG" src="http://www.wackynepal.com/iblog/photos/friends/DSCN0588-thumbnail.jpg" width="89" height="67" />
for excerpt.
I uploaded some files from the MT itself resulting in the similar code (same except for title tag).
The problem now is... I can see the thumbnails in my archives.html page from only the ones which I uploaded from MT itself (Upload File).. But I can't see the thumbnails that are uploaded from iPhoto.
I see that the excerpt shows the thumbnails which is accessed by <$MTEntryExcerpt$> in the template but I get nothing in case of the photos I uploaded from iPhoto although the text is there in the excerpt part.
So, if you understood what I am trying to say, and if you have encountered such problem let me know. Please advise me in what I am missing. What could be the solution?
For a more clear view, i hope, see this..
http://www.wackynepal.com/iblog/2005/12/dscn0411jpg_1.php
There are 3 pictures of whom the first two are uploaded from iPhoto. In http://www.wackynepal.com/iblog/archives.html I can only see the thumbnail which I uploaded from the Movable Type. The iPhoto uploads are missing.
Thanks.