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.
New features in version 2.5
Entry Post 2.5 contains the following new features for use on MT4:
- Complete support for all Authentication methods in MT4 (including MT Auth, OpenID, and TypeKey)
- New "EntryPost Response" template makes it easier to customize the screen that users see after submitting an entry.
- Enhanced preview template.
- New email notification template enables to to customize the contents of the emails, including the ability to include extra field data
- Better error handling (errors displayed via customizable template)
- Advanced options for overriding the default "allow comments" and "allow trackbacks" settings.
I have been using external forms and scripts to submit MT entries for several years. Examples include Mars Rover Forum and Seinfeld Forum. 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.
Basic Features
- enable visitors to post entries to your blog
- new entries can be set to "Published" or "Unpublished" (pending admin/moderator review)
- supports all MT4 authentication methods (optional)
- entries can be scanned against MT's Spam Filters
- entries can be previewed before posting
- email notifications of new entry submissions
- entries can be added to a category (set a default or allow poster to choose)
- entries can be tagged (default list of tags, or specified by the poster)
- included default templates include spam-protected form
Advanced Features
- enable posters to upload an image with the entry
- other entry fields supported (Extended Entry, Excerpt, Keywords)
- option to disable rebuilds when an entry is posted
- option to disable entry creation (makes the form work as a 'contact me' form with email notification turned on.)
- xml response option
- support for extra fields defined by you
- override "allow comments" and "allow trackbacks" settings.
Try Entry Post 2.5 Now
I have enabled Entry Post 2.5 on the MT Test Blog. Submit an entry by clicking here. Feel free to login (optional) and submit entries. (Note that you may need to clear your cookies before testing, as the test blog is on a different MT installation than MT Hacks).
- Basic Form (default form installed with Entry Post)
- Advanced Form (an example form to demonstrate advanced features)
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.
The Administrator Experience
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).
The settings area for Entry Post looks like this:


By using the above settings, you can configure most of the features of Entry Post.
Template Tags
EntryPost 2.5 includes the following template tags that you can use to display information posted using the plugin:
- <MTEntryPosterName> - 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 <MTEntryAuthorDisplayName> tag with the <MTEntryPosterName> tag, and it will "just work", regardless whether the netry was posted by an author or posted by a visitor to your blog.
- <MTEntryPosterEmail> - 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.
- <MTEntryPosterURL> - 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.
- <MTEntryPosterIP> - The IP address of the poster. For privacy reasons, I don't recommend using this tag in your templates.
- <MTEntryPosterImage> - The relative path of the image uploaded by the poster.
- <MTEntryPosterLink> - 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 <MTEntryAuthorLink>.
- <MTEntryPostField> - This tag can be used to to display the value of any extra fields submitted using Entry Post. A single field argument is required, which should inlcude the name of the field, without underscores. For example, <MTEntryPostField field="Favorite Color"> would display the value of the Favorite Color field.
Advanced Use - Adding Extra Fields
Entry Post 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:
<input type="text" name="entrypost_Favorite_Color" />
..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.
Requirements
- MT 4.01+
- Template Installer plugin
Installation
- Download the zip file and extract the contents.
- Upload the "EntryPost" directory (and all its sub-directories and files) to your MT 'plugins' directory.
- Change the file permissions to 755 (CHMOD 755) for the EntryPost/mt-entrypost.cgi file.
- Login to MT and go to 'Preferences > Plugins' area of a blog and "Settings" link for EntryPost. You should now see the available settings for EntryPost, as shown above.
- Enable the plugin by checking the Enable checkbox, choose other settings, and the save the settings.
- 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.
- If you are using the default template installed above, you must also made a small edit to your "Header" template module. Go to Design>Templates then choose template Module from the menu on the right. Open the module called "Header". Before the </head> tag, add the following:
<MTIf name="entrypost_submit">
<script type="text/javascript" src="<$MTLink template="javascript"$>"></script>
</MTIf> - 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 <a href="<MTEntryPostSubmitPage>">Submit an Entry</a>.
Get Entry Post
Commercial License - $97
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.
Personal License - $33
For use on a personal site or blog, a personal license is required. The license includes all future updates to Entry Post.
Not on MT4? Version 2.0 supports MT 3.2 and MT3.3x.
If you would like to use Entry Post on a non-profit or charity site, please contact me.
As always, feedback, suggestions, and product questions are appreciated. Please reply to this entry.
Note: - While Entry Post includes built in support for poster fields and extra fields, it is not 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 CustomFields and RightFields.


Comments (10)
I've been testing out Entry Post and am glad to see this new version--the email notifications will come in handy. One snag I'm running into in my testing so far... Is there any way to set up a submission form so that the user can select more than one category, ideally via checkboxes?
Thanks,
Erik
Posted by erik | November 14, 2007 9:40 AM
Posted on November 14, 2007 09:40
Erik, Entry Post only supports adding the entry to a single category. It does support multiple tags, however.
Multiple category support is possible in a future version, or in a custom version if that interests you.
Posted by Mark Carey
|
November 14, 2007 11:53 AM
Posted on November 14, 2007 11:53
Thanks Mark... I've been able to figure out a workaround for the multiple categories problems.
A new issue I'm running into: I've added an extra field to my submit page that is a textarea. When I view a submitted entry in the admin tool, the field is converted into a regular input, so I can only see a small portion of the text. Is there any way to force the Edit Entry screen to display an extra field as a textarea?
Thanks again,
Erik
Posted by erik | November 20, 2007 12:02 PM
Posted on November 20, 2007 12:02
Erik,
No, there is no way to do that at this time. Currently, the plugin with display all fields as regular (short) text fields, it doesn't know what should be a textarea, a checkbox, etc. Maybe a future version of the plugin will have extra smarts to determine this. At minimum, a future version might be able to customize the admin display of extra fields using a template module, on a per-blog basis. That way could could customize the way the fields are displayed in the admin area, much the same way as you can customize the external form.
Posted by Mark Carey
|
November 21, 2007 6:21 PM
Posted on November 21, 2007 18:21
Hi Mark,
I'm getting something strange with MT authentication. I'm requiring users to log in to post with MT authentication, but when they sign in they are returned to the same message saying they are not signed in. However, if they then go to comment (also requiring authentication) then it appears they are signed in.
For the blog registration I have Allow Registration and only MT Native selected; and in Entry Post I have Require Authentication checked. I'm using Entry Post 2.51 on MT4.01. It's behind a firewall I'm afraid.
Any idea what's going on here?
Posted by John Shannon | December 5, 2007 5:53 AM
Posted on December 5, 2007 05:53
Hi John,
A few more details would help:
-presumably, when users click the sign-in link, they are doing so from the Entry Post submit page?
-Are you using the default templates that come with Entry Post, or customized versions?
-If you have changed any of the registration settings *after* installing the Entry Post templates, you should rebuild the Submit template.
-Any javascript errors?
-View the source of the submit page -- there is some javascript there that writes the greeting, what does that JS chunk contain?
-Before signing in, clear all the cookies for the domain in question. Then sign-in, and check to see what cookies were set and what values were assigned. The two key cookies are "mt_commenter" and "commenter_name". The later should trigger the *welcome* greeting.
Posted by Mark Carey
|
December 5, 2007 10:22 AM
Posted on December 5, 2007 10:22
1. Yes, from the Entry Post submit page. Although, even if they are signed into comments, it still asks to sign in here.
2. Default template. I did change the extension to .php, but same problem using the .html ending. Reinstalled templates just to make sure.
3. Yup, rebuilt as per instructions. Still same problem.
4. No javascript errors reported in firefox. Intermittently, in IE7 I'm getting a runtime error reporting an error on this line:
function signinToggle(choice) {
5. This bit of code?
function writeEntryPostGreeting(commenter_name) {
var blog_id = '16';
if (commenter_name) {
document.write('
Thanks for signing in, ' + commenter_name +
');'. Now you can post. '+
'(sign out)
} else {
document.write('
You are not signed in. You need to be registered to post on this site. '+
');'Sign in
}
}
6. Cleared cookies, and they were re-created once I tried to sign in but still no joy.
Posted by John Shannon | December 5, 2007 11:06 AM
Posted on December 5, 2007 11:06
OK - got it, I think.
The site this is happening on is http://intranet, where intranet is an alias for 193.123.xx.xx. I think what's happening is that the entry post script is not picking up the alias and is thus setting cookies under the 193 address.
Update: Hurray! That's it. I manually changed the script to go to the mt cgi comment script and all's well with the world. Thanks for cookie tip.
Posted by Johnnie | December 5, 2007 12:04 PM
Posted on December 5, 2007 12:04
Glad to hear you figured it out. Sometimes doing things behind firewalls or password protected areas adds unique elements into the mix. ;)
Posted by Mark Carey
|
December 5, 2007 12:39 PM
Posted on December 5, 2007 12:39
Nice topic
Thanks
I have found two interesting sources ( Fileshunt.com and Filesfinds.com ) and would like to give the benefit of my experience to you.
Posted by Natasha | May 21, 2008 4:52 PM
Posted on May 21, 2008 16:52