BlogCarnival.com has become an integral part of many blog carnivals.  They were down for about a week with database maintenance.  I know that this was probably quite hectic for them as well as for all of the carnival managers that depend on the features it brings to the table.

A reasonable backup plan to handle submissions is to post an e-mail address to send the submissions to, and ask for blog name, blog URL, post name, post URL, blogger name or screen name, and any remarks about the post.  That covers most of the important things a host would need to put their carnival together.

This will work, but it can suffer from being a little bit too free-form.  A better solution is to set up a submission form on the website with specific fields and with form validation.  This requires a bit of scripting to pull off, but I found a great Wordpress form generator that let me roll my own submission form for the Carnival of Debt Reduction.  It’s the Secure PHP Form Mailer Script by Dagon Design.

Here’s what I did to put together the form you see here:

  • I downloaded the script, unpacked it, uploaded it to my wp-content/plugins directory, and activated it.  Standard plugin installation.
  • I signed up for a Recaptcha account for my spam retarder.  This gave me the two keys I needed for the plugin.  I selected the Recaptcha option and entered the two keys in the  Plugins -> DFFM-Main section in the Settings tab of my Wordpress admin section.
  • I edited the submit page and added the code <!– ddfm1 –> to that page where I wanted the form to appear.  
  • I clicked on the DFFM1 tab to customize the form.  For what you see on that form, this is what I put in the Form Structure portion:

type=text|class=fmtext|label=Your Name|fieldname=fm_name|max=100|req=true
type=text|class=fmtext|label=Email|fieldname=fm_email|max=100|req=true|ver=email
type=text|class=fmtext|label=Blog Name|fieldname=fm_blog_name|max=100|req=true
type=text|class=fmtext|label=Blog URL|fieldname=fm_blog_url|max=100|req=true
type=text|class=fmtext|label=Post Title|fieldname=fm_post_title|max=100|req=true
type=text|class=fmtext|label=Post Permalink|fieldname=fm_permalink|max=100|req=true
type=text|class=fmtext|label=Post Trackback|fieldname=fm_trackback|max=100|req=false
type=verify|class=fmverify|label=Verify
type=textarea|class=fmtextarea|label=Remarks|fieldname=fm_remarks|max=1000|rows=6|req=false

  • And here’s what I put into the Message Structure portion:

Someone has submitted a post to the Carnival of Debt Reduction!

Email: fm_email
Blog Name: fm_blog_name
Blog URL:  fm_blog_url
Name/Nickname: fm_name
Post Title: fm_post_title
Post Permalink: fm_permalink
Post Trackback: fm_trackback
Remarks:  fm_remarks

Thanks!

  • Those two points above are what define it as a carnival submission form.  I think the rest of the options on the form customization page are self-explanatory and they’re best learned just by playing with them.
  • One slightly-tricky thing I did was to change the text in the button to “Submit” rather than the default.  The fix is to change one of the identifiers in the lang/English.php file:

define(’DDFM_SUBMITBUTTON’, ‘Submit’);

And that’s mostly it.  This is a decent way to get a carnival submission form up and running on Wordpress.  Hope this helps you manage your carnival better! 

Blog Traffic Exchange Related Posts
  • An unfortunate reality of hosting a blog carnival The larger benefit goes to the people who submit to the carnivals rather than to the people who put forth all of the effort to host them. A number of bloggers I respect have figured this out already, and they're fairly reluctant to host a carnival anymore. They understand the......
  • Carnival evolution: Broadcasting to Nichecasting Some of the first blog carnivals had a broad subject matter.  Since "carnival real estate" was wide open, general-interest carnivals could stake their claim without displacing anyone.  When one looks at the money and finance carnivals at BlogCarnival.com there are a couple of screenfuls of money and finance carnivals.  The......
  • Communicate with your hosts If you're managing a carnival then you know how important your hosts are.  They can make managing the carnival a piece of cake.  And if they volunteer to host, they likely know what it entails and will put together a good carnival for you, the carnival readers, and for the......
  • Carnival of Personal Finance cutting the BlogCarnival.com cord? Last week when I tried to submit my article to the Carnival of Personal Finance over at BlogCarnival.com, I found out that this carnival was "inactive." At one point the carnival I manage, the Carnival of Debt Reduction, was in danger of becoming inactive over there because I hadn't updated......
Blog Traffic Exchange Related Websites
  • Four and twenty Debt Reductions, baked in a pie Two dozen Carnivals of Debt Reduction already, and it's back to home base. Thanks for all of the great submissions! Here we go! Five Cent Nickel heads off the pack with some chat about Dave Ramsey's Baby Steps -- apparently he has a soft spot for some of Dave's ideas.......
  • tipsPrinciples for Good Blog Design, pt 1 Most of the open source blogging platforms out there are going to come with at least a few different basic blogging designs. Some platforms call them themes, others call them templates, and others still have completely unique names for them. Most of these basic themes or templates have nothing inherently......
  • Subscribe to our FREE RSS FeedDon't Forget to Sign Up For Our FREE Daily Updates 'The FundPicker' and I would like to thank all of our recent visitors for joining in our discussions.  Don't forget, we offer FREE e-mail updates to alert you of our latest posts.  You can also add our site to your RSS reader, again for FREE!  We value your opinions and......
  •  7 Things to Stop Doing Now on Facebook 7 Things to Stop Doing Now on Facebook [/caption] by Consumer Reports Magazine Using a Weak Password Avoid simple names or words you can find in a dictionary, even with numbers tacked on the end. Instead, mix upper- and lower-case letters, numbers, and symbols. A password should have at least eight characters. One good technique is to insert......


Leave a Comment

blank