<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://mt-hacks.com/">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html</link>
<description>Entry Post 2.0 - Extra Fields and MT4 Support Discussion at MT-Hacks.com</description>
<dc:language>en-us</dc:language>
<dc:creator>Mark</dc:creator>
<dc:date>2007-07-06T13:03:07-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=4.25b2-en" />

<cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/1.0/" />


<items>
<rdf:Seq>
<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#241201" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#241224" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252394" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252525" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252844" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252858" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252869" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254760" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254862" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254891" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254897" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254906" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254917" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254924" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#255059" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#255061" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#256149" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#256277" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#267873" />

<rdf:li rdf:resource="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#315899" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html</link>
<description><![CDATA[<p>Entry Post is a plugin for Movable Type that enables visitors to your site to submit entries using a form.  Visitors do not need a user account and they do not need to login.  Similar to posting a comment, they can simply fill in a form and submit.</p>

<p><strong>New features in version 2.0</strong></p>

<p>Entry Post 2.0 contains the following new features:</p>

<ul><li><strong>Native Field Support</strong> - This means that the EntryPost plugin now manages fields by itself, so you don't need to install CustomFields or any other plugin.  You <em>can</em> use Entry Post 2.0 alongside other fields plugins -- there are no known conflicts.</li>
<li><strong>Extra Fields</strong> - In addition to the standard Name, Email Address, URL, and Image fields, you can now use Entry Post to submit extra fields "on the fly".</li>
<li><strong>New Template Tags</strong> - New tags make it easier to display information about the poster (and any extra fields) in your blog pages.</li>
<li><strong>Support for MT4</strong> - Entry Post two can be used with MT 3.2, 3.3, and now 4.0.  tested with MT4 beta5.</li></ul>

<p>I have been using external forms and scripts to do this for several years.  Examples include <a href="http://www.marsroverblog.com/forum.html">Mars Rover Forum<a/> and <a href="http://www.stanthecaddy.com/forum.html">Seinfeld Forum</a>.  These MT-powered forums enable forum members to post new topics (entries) using an external form.  Based on this experience, I have converted the entry posting script into a plugin -- and added a bunch of additional features.</p>

<p><strong>Basic Features</strong></p>

<ul><li>enable visitors to post entries to your blog</li>
<li>new entries can be set to "Published" or "Unpublished" (pending admin/moderator review)</li>
<li>supports TypeKey authentication (optional)</li>
<li>entries can be scanned against MT's Junk Filters</li>
<li>entries can be previewed before posting</li>
<li>email notifications of new entry submissions</li>
<li>entries can be added to a category (set a default or allow poster to choose)</li>
<li>entries can be tagged (default list of tags, or specified by the poster)</li>
<li>included default templates include spam-protected form</li></ul>

<p><strong>Advanced Features</strong></p>

<ul><li>enable posters to upload an image with the entry</li>
<li>other entry fields supported (Extended Entry, Excerpt, Keywords)</li>
<li>option to disable rebuilds when an entry is posted</li>
<li>option to disable entry creation (makes the form work as a 'contact me' form with email notification turned on.)</li>
<li>xml response option</li>
<li>support for extra fields defined by you</li></ul>

<p><strong>Try Entry Post Now</strong></p>

<p>I have set up an <a href="http://mt-hacks.com/entrypost-testing/">Entry Post test blog</a> that you can use to submit test entries.  You can use one of two forms:</p>

<ol><li><a href="http://mt-hacks.com/entrypost-testing/submit.html">Basic Form</a> (default form installed with Entry Post)</li>
<li><a href="http://mt-hacks.com/entrypost-testing/entrypost-advanced.html">Advanced Form</a> (an example form to demonstrate advanced features)</li></ol>

<p>By using the forms above, you will quickly get an idea of the visitor experience with Entry Post.  In its simplest form, it is very similar to posting a comment.</p>

<p><strong>The Administrator Experience</strong></p>

<p>Entry Post has been designed to be easy to install and configure.  Simply upload the files, change some file permissions, then configure the plugin via the Plugin Settings for each blog.  Required templates are installed with a single click (which can then be customized, if desired).</p>

<p>The settings area for Entry Post looks like this:</p>

<div><img src="/images/entrypost-settings1.png"><br />
<img src="/images/entrypost-settings2.png"></div>

<p>By using the above settings, you can configure most of the features of Entry Post.</p>

<p><strong>Template Tags</strong></p>

<p>New in version 2.0, EntryPost includes the following template tags that you can use to display information posted using the plugin:</p>

<ul><li><strong>&lt;MTEntryPosterName></strong> - The name of the poster, as submitted in the "Name" field.  If the name field it blank, the plugin assumes that the entry was not submitted via Entry Post, and this tag will display the name of the author of the entry.  This makes it very easy to update your templates, simply replace the &lt;MTEntryAuthorDisplayName> tag with the &lt;MTEntryPosterName> tag, and it will "just work", regardless whether the netry was posted by an author or posted by a visitor to your blog.</li>
<li><strong>&lt;MTEntryPosterEmail></strong> - The email address of the poster, as submitted in the "Email" field.  If the "Name" field is blank, this tag outputs the email address of the author. For privacy and anti-spam reasons, I don't recommend using this tag in your templates.</li>
<li><strong>&lt;MTEntryPosterURL></strong> - The URL of the poster, as submitted in the "URL" field.  If the "Name" field is blank, this tag outputs the URL of the author.</li>
<li><strong>&lt;MTEntryPosterIP></strong> - The IP address of the poster. For privacy reasons, I don't recommend using this tag in your templates.</li>
<li><strong>&lt;MTEntryPosterImage></strong> - The relative path of the image uploaded by the poster.</li>
<li><strong>&lt;MTEntryPosterLink></strong> - Outputs the linked name of the poster.  If the "Name" field is blank, it will display the author's linked name.  Supports the same arguments as &lt;MTEntryAuthorLink>.</li>
<li><strong>&lt;MTEntryPostField></strong> - This tag can be used to to display the value of any extra fields submitted using Entry Post.  A single <em>field</em> argument is required, which should inlcude the name of the field, without underscores.  For example, &lt;MTEntryPostField field="Favorite Color"> would display the value of the Favorite Color field.</li></ul>

<p><strong>Advanced Use - Adding Extra Fields</strong></p>

<p>Entry Post 2.0 makes it very easy to add extra fields.  All you have to do is add the extra fields to the form.  First, browse to Templates and then Template Modules and edit the 'EntryPost Form" module.  Now add a field to the form in the following format:</p>

<p>&lt;input type="text" name="entrypost_Favorite_Color" /></p>

<p>..and you are done!  Note that the "name" argument above must begin with "entrypost_", followed by the name of the field.  Use underscores ("_") instead of spaces, if the field name has more than one word.  You can add multiple extra fields in this manner, and they will automatically be added to the entries posted, and displayed automatically on the admin Entry screen.<br />
    <br />
<strong>Requirements</strong></p>

<ul><li>MT 3.2+  (<b>Note:</b> The tags and TypeKey login features require MT 3.3+)</li></ul>

<p><strong>Limitations</strong></p>

<ul><li>Under MT 3.2, you will be able to see the Entry Post fields on the entry screen, but you won't be able edit them.</li>
<li>Under MT 4.0, the Typkey sign-in feature doesn't work reliably.  The next version of Entry Post will focus on support for MT4's native authentication system.</li></ul>

<p><strong>Installation</strong><br />
<ul><br />
<li>Download the zip file and extract the contents.</li><br />
<li>Upload the "EntryPost" directory (and all its sub-directories and files) to your MT 'plugins' directory.</li><br />
<li>Change the file permissions to 755 (CHMOD 755) for the EntryPost/mt-entrypost.cgi and EntryPost/signin.cgi files.</li><br />
<li>Login to MT and go to the 'Settings' area of a blog and choose the 'Plugins' tab. Then click the "Settings" link for EntryPost.  You should now see the available settings for EntryPost, as shown above.</li><br />
<li>Enable the plugin by checking the Enable checkbox, choose other settings, and the save the settings.</li><br />
<li>Return to the EntryPost settings and install the templates by clicking the provided link.  After the templates have been created, you can customize them, if desired, to suit your needs or match your site design.  The primary template is an index template called "EntryPost Submit Page" - this page includes the form to post entries.</li><br />
<li>You will probably now want to provide a link to the Submit Page from your main index.  One way to do this is to use the provided "EntryPost Submit Link" widget (using WidgetManager).  Alternatively, you can manually create a link such as &lt;a href="&lt;MTEntryPostSubmitPage>">Submit an Entry&lt;/a>.</li></ul></p>

<p><strong>Get Entry Post</strong></p>

<p><strong><em>Commercial License - $97</em></strong></p>

<p>If you site or blog is for-profit, a commercial license is required. The license includes all future updates to Entry Post and priority feature requests.</p>

<div><a href="<$MTPaymentURL id="4"$>"><img src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" /></a></div>

<p><strong><em>Personal License - $33</em></strong></p>

<p>For use on a personal site or blog, a personal license is required. The license includes all future updates to Entry Post.</p>

<div><a href="<$MTPaymentURL id="5"$>"><img src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" /></a></div>

<p>If you would like to use Entry Post on a non-profit or charity site, please <a href="http://mt-hacks.com/contact.html">contact me</a>.</p>

<p><strong>Live Demo</strong></p>

<p>If you are interested in purchasing EntryPost, but would like to try it first, that can be arranged.  To experience the poster side of things, visit the Entry Post test blog using the links provided above.  If you would like to login to see the admin interface, please <a href="http://mt-hacks.com/contact.html">contact me</a>.</p>

<p>As always, feedback, suggestions, and product questions are appreciated.  Please reply to this entry.</p>

<p><strong>Note:</strong> - While Entry Post 2.0 includes built in support for poster fields and extra fields, it is <em>not</em> intended to be used as a general purpose "extra fields" plugin.  Fields can only be added via the external Entry Post form. If you are interested in a general purpose fields plugin, there are several available, including <a href="http://plugins.movalog.com/customfields/">CustomFields</a> and <a href="http://www.staggernation.com/mtplugins/RightFields">RightFields</a>.</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark</dc:creator>
<dc:date>2007-07-06T13:03:07-05:00</dc:date>
</item>


<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#241201</link>
<description><![CDATA[<p>I've installed entry post and it worked great the first time with the exception of the &lt;MTEntryPosterName> tag.  Perhaps I'm not understanding the directions, but I though I could simply replace &lt;a href="&lt;$MTEntryAuthorURL$>">&lt;$MTEntryAuthor$>&lt;/a> </p>

<p>with</p>

<p>&lt;a href="&lt;MTEntryPosterURL> ">&lt;MTEntryPosterName> &lt;/a></p>

<p>Unfortunately, the use of the latter does not provide an author for my prior blog entries.<br />
</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>tim</dc:creator>
<dc:date>2007-07-16T04:45:22-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#241224</link>
<description><![CDATA[<p>tim,</p>

<p>That usage seems correct.  It should work as desired. What version of MT are you using?  Can you provide a link to your site (if you want, send it privately via my <a href="/contact.html">contact form</a>).</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark Carey</dc:creator>
<dc:date>2007-07-16T08:51:41-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252394</link>
<description><![CDATA[<p>Okay, here's a special one: Client wants submitters to be able to specify whether or not the post should accept comments. I get the impression EntryPost can get at any postdata field, but it's not obvious to me why the form fields get the name values that they do in order to specify those values. Can this be done?</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Su</dc:creator>
<dc:date>2007-10-08T15:25:50-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252525</link>
<description><![CDATA[<p>Su, there is no way to do this currently, apart from editing the plugin code.  The current version of Entry Post always uses the blog's default settings for allowing comments and trackbacks. It is a tiny code edit, however, for those sites who may want to override this behavior one way or the other (either always enable comments or never enable comments).</p>

<p>In future, I could add an advanced feature in which a hidden form field could be used to override the default setting.  This would have to be used with care however, as people could submit their own version of the form (sitting on their own server) and set this field to turn on comments for their entries, etc.</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark Carey</dc:creator>
<dc:date>2007-10-09T14:00:32-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252844</link>
<description><![CDATA[<p>Wrong answer!</p>

<p>Let's file this under feature requests, then. I can see how it could be a concern in and of itself, but the site I'm working on has every piece of content go through moderation, so the overriding isn't much concern. And really, anyone accepting outside content for immediate publishing is probably opening themselves up to much worse than comment spam, in my opinion.</p>

<p>Generally speaking, I'd always rather have options available with the ability/responsibility to turn them off than for things to just be impossible. Impossible makes me angry *grin*</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Su</dc:creator>
<dc:date>2007-10-12T12:15:42-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252858</link>
<description><![CDATA[<p>Agreed, Su.  I will definitely add this feature for the next release.  It shouldn't be too much effort. If this is an important one for your client, I could churn out a version for you with this feature quite quickly -- let me know.</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark Carey</dc:creator>
<dc:date>2007-10-12T14:01:33-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#252869</link>
<description><![CDATA[<p>If it's something that can be worked up quickly, we'd really appreciate it, and I'm willing to guinea pig. I meant to ask if it would involve major surgery or could be bolted on.</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Su</dc:creator>
<dc:date>2007-10-12T16:15:49-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254760</link>
<description><![CDATA[<p>To save anyone else who does this a *headdesk* or two(and as reminder to myself): By default, the EntryPost form uses the same value for the "name" attribute as the default comment form. </p>

<p>I have the form embedded in a sidebar rather than a separate page, and so this was causing it to fail on individual archives. Just change the form's name and adjust the JS immediately below to fix.</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Su</dc:creator>
<dc:date>2007-10-22T14:06:24-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254862</link>
<description><![CDATA[<p>Hi Marc,</p>

<p>is it possible to restrict the usage of your plugin to authenticated (without TypeKey) commenters?</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Yves</dc:creator>
<dc:date>2007-10-23T04:57:08-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254891</link>
<description><![CDATA[<p>Yves, I assume you are talking about MT4 authenticated commenters.  The next major version of Entry Post should include full support of MT4's authentication system, include local MT auth, OpenID, etc.  I will likely also include plugin-specific options for requiring/allowing authentication. </p>

<p>Another feature to expect, as requested recently (Thanks Grace!), is that the email notifcations will likely have a template module that can be customized on a per-blog basis.  This will make it easy to customize what is contained in the emails, including the ability to add extra fields.</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark Carey</dc:creator>
<dc:date>2007-10-23T08:51:49-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254897</link>
<description><![CDATA[<p>Mark (now with a 'k' &ndash; double sorry) you're right.</p>

<p>So by now I can only choose between everybody may post to the blog or only TypeKey authenticated user may post to the blog?</p>

<p>Just an idea: If I set MT to 'Any authenticated commenters', force the commenter to either register or log-in and then present your form (instead of a comment entry form). Might this work until your next major version?</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Yves</dc:creator>
<dc:date>2007-10-23T10:34:26-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254906</link>
<description><![CDATA[<p>Yes, Yves, it will work like that.  But, as I noted, Instead of relying on the commenting settings in MT, I may include such an option for Entry Post only.  This would enable you to accept comments from anonymous users, but require authentication for posting entries, for example.</p>

<p>In the current version, you can simulate what you want to do (showing the form only if they are logged in), but the entry won't get attributed  to their user account, but rather under the default EP user.</p>

<p>In short, you definitely be able to do as you describe in the next version (barring any unforeseen difficulties in adding those features.</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark Carey</dc:creator>
<dc:date>2007-10-23T11:09:04-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254917</link>
<description><![CDATA[<p>Sounds worth waiting. </p>

<p>Maybe I can fiddle the commenters data into the posting through some hidden fields and JavaScript (in the meantime) and later fetch them through your new plugin. If I buy today, will I get the new version (timeframe ;-) for free?</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Yves</dc:creator>
<dc:date>2007-10-23T12:04:06-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#254924</link>
<description><![CDATA[<p>Yves, I am not sure what you mean by "fiddle the commenters data into the posting through some hidden fields and JavaScript (in the meantime) and later fetch them through your new plugin" -- so I can't confirm whether than will work.  BUT, I can tell you that future updates are included, so if you buy today, that includes any/all future updates.  I hope to get the new version out within a month (but no promises).</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark Carey</dc:creator>
<dc:date>2007-10-23T13:00:12-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#255059</link>
<description><![CDATA[<p>I purchased this and cannot limit my authors to just Typekey.</p>

<p>Can you send an email alert when you have it ready with MT 4 native authentication?</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Merv</dc:creator>
<dc:date>2007-10-24T11:18:50-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#255061</link>
<description><![CDATA[<p>Merv, yes, I will be sending out an email when the new version is released, to all MT Hacks members. </p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark Carey</dc:creator>
<dc:date>2007-10-24T11:35:19-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#256149</link>
<description><![CDATA[<p>Mark, I am currently reviewing several plugins from your site. If a user login via Entry post, then goes to another plugin say to forum plugin will it pass along the authentication? This would be on the MT4 version.</p>

<p>Thanks</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>PeteV</dc:creator>
<dc:date>2007-11-01T13:32:57-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#256277</link>
<description><![CDATA[<p>PeteV, the answer is yes, however, please notice that the current version of Entry Post for MT4 is not fully integrated with the MT4 authentication system.  The next major version of Entry Post will include full support for MT native auth, OpenID, etc, and will probably include a few extra settings so you can control who can post entries -- they settings would be separate from the commenting settings.</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark</dc:creator>
<dc:date>2007-11-02T10:17:22-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#267873</link>
<description><![CDATA[<p>I've been using this for a while, and am using it primarily as a form to email system.  I need a way to, when images are attached, either have them go with the email, or for the email to contain a link to the file.  Please help me make this happen!  I need it!</p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>Mark Fischer</dc:creator>
<dc:date>2008-01-11T16:02:37-05:00</dc:date>
</item>

<item rdf:about="http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html">
<title>Entry Post 2.0 - Extra Fields and MT4 Support</title>
<link>http://mt-hacks.com/20070706-entry-post-20-extra-fields-and-mt4-support.html#315899</link>
<description><![CDATA[<p>I was waiting for the developer of RF to release a new version, but I hear no news about the development, so I decided to transfer to CF.<br />
Since MT4.1 is ben released I was wondering if the same directions will still apply for the conversion?<br />
<a href="http://unitedwatersystems.com/" rel="nofollow">water softening</a></p>]]></description>
<dc:subject>EntryPost</dc:subject>
<dc:creator>andy</dc:creator>
<dc:date>2008-12-22T05:04:09-05:00</dc:date>
</item>


</rdf:RDF>