<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html" />
  <link rel="self" type="application/atom+xml" href="http://forums.movabletype.org/atom.xml" />
  <id>tag:forums.movabletype.org,2011://24/tag:forums.movabletype.org,2009://24.12875-</id>
  <updated>2011-09-01T02:26:43Z</updated>
  <title>Comments for how to get the entry id in a asset plugins ?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.292</generator>
  <entry>
    <id>tag:forums.movabletype.org,2009://24.12875</id>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.movabletype.org/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=24/entry_id=12875" title="how to get the entry id in a asset plugins ?" />
    <published>2009-02-25T20:52:07Z</published>
    <updated>2009-03-02T01:48:11Z</updated>
    <title>how to get the entry id in a asset plugins ?</title>
    <summary>hi, i want to write a new asset plugins to create a photo blog that is 1. create a new entry and write the topic and description 2. upload 36 picture as asset of this entry 3. embid a slideshow...</summary>
    <author>
      <name>tsingson</name>
      <uri>http://www.tsingson.com</uri>
    </author>
    
    <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
      <![CDATA[<p>hi, i want to write a new asset plugins to create a photo blog that is <br />
1. create a new entry and write the topic and description <br />
2. upload 36 picture as asset of this entry<br />
3. embid a  slideshow for flash to display those picture one by one ( so i need build a xml file for the 36 photos of current entry ) </p>

<p>so, how to get the entry id and make a new relationship between  asset  and entry ??</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.12875-comment:19265</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.12875" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html#c19265" />
    <title>Comment from Mike T on 2009-02-27</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>How much of the documentation have you read?</p>]]>
    </content>
    <published>2009-02-27T13:45:26Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.12875-comment:19267</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.12875" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html#c19267" />
    <title>Comment from tsingson on 2009-02-27</title>
    <author>
        <name>tsingson</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>only one entry that this entry will own a serial photos as one ablum.</p>]]>
    </content>
    <published>2009-02-27T13:48:35Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.12875-comment:19271</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.12875" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html#c19271" />
    <title>Comment from Dan Wolfgang on 2009-02-27</title>
    <author>
        <name>Dan Wolfgang</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I'm unclear of what you want to do. Because you published this in the Open Source forum, I'm going to guess you're using MTOS. If that's the case, my first thought is that you should step up to MT Pro so you can get the Commercial Pack and custom fields--where you could create entry-asset relationships easily and reliably.</p>

<p>Aside form that, the <a href="http://www.movabletype.org/documentation/appendices/tags/entryassets.html" rel="nofollow">EntryAssets tag</a> may help you do what you want.</p>]]>
    </content>
    <published>2009-02-27T14:18:40Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.12875-comment:19273</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.12875" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html#c19273" />
    <title>Comment from tsingson on 2009-02-27</title>
    <author>
        <name>tsingson</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Dan:<br />
   thanks you guide. <br />
   you r right:  i want a entry-assets ( photos ) relationships.</p>]]>
    </content>
    <published>2009-02-27T14:22:49Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.12875-comment:19287</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.12875" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html#c19287" />
    <title>Comment from Mike T on 2009-02-27</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>If you want to embed a large number of images quickly, you may want to try out my <a href="http://www.codemonkeyramblings.com/plugins/image-gallery/">Image Gallery plugin</a>.</p>]]>
    </content>
    <published>2009-02-27T18:47:47Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.12875-comment:19353</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.12875" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/02/how-to-get-the-entry-id-in-a-asset-plugins.html#c19353" />
    <title>Comment from tsingson on 2009-03-01</title>
    <author>
        <name>tsingson</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Mike:<br />
   thanks a lot for your suggestion.<br />
   in fact, i had download your image gallery plugins and try to install in my MT, and,i check the system lever plugins management panel that it had been install success, it do not work as expect.</p>

<p>   i had try my best to learn and find out all QA about your pluings, but i can't found any helpfull info.<br />
   <br />
   and, i had ordered a "slideshow pro for flash" as a component to show photos in one entry. so, i need the photos plugins to build a photo list XML file for "slideshow pro".</p>]]>
    </content>
    <published>2009-03-02T01:48:11Z</published>
  </entry>

</feed>

