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
  • Do a "best" list to feature posts Organizers of some of the more established carnivals are asking their hosts to feature the best posts they receive.  This is in an effort to help separate the cream from the crop and add some impact to the carnival.Tricia over at Blogging Away Debt had a neat way to feature......
  • Do due diligence with hosts Getting hosts for your carnival can be tough.  It takes organization to keep things moving, and sometimes the hosting schedule gets tight.It's tempting to jump at the first person who offers.  That's fine but be sure to do some due diligence.Meaning check out their blog.  Is it a place that......
  • Pay attention to the directions from the manager Blog carnivals are great tools for marketing a blog and getting some free backlinks, but there are few ways more effective at killing the proverbial goose that lays the proverbial golden eggs than ticking off the manager of the carnival by not following his/her directions! If you repeatedly submit spam......
  • Adding content to a carnival when you host There are many good ways to get your carnival to stand out if you're the host.  Typically the inventiveness is evident in the presentation of the posts.  But what about adding a well-thought-out introduction to the carnival?Most of the carnivals I've hosted just say something to the extent of:"Welcome to......
Blog Traffic Exchange Related Websites
  • Monday Morning Roundup - Simplify Your Finances, A Cash Versus A Credit Purchase, and A Debt Reduction Journey We've been doing some more simplifying in the house (getting rid of clutter). It was a very "get organized" weekend here in the Not Made Of Money household. Now I have to decide if we'll donate it all to Salvation Army or Freecycle it. The Sun's Financial Diary discusses a......
  • celticringsBudgeting For Your Wedding There is no other way that this can be said: Weddings can be really expensive! Of course, when you think about it, there are different degrees of expensive, and it is important for you to figure out where you and your significant other fit in on this scale. For some......
  • 018Adding an e-mail account Here’s all you have to do to set up a new e-mail account using an existing Office Live subscription: Sign in to Office Live with the owner e-mail address and password that you used to subscribe to Office Live. Only the original subscriber can create a new e-mail address —......
  • Roundup for week of 25 March 2007 The weekend is here and once again here are some links of interest from the MBN and other great personal finance blogs in my travels:Consumerism Commentary dishes up ten ways to blow your tax refund.  The Scrooge McDuck one is key.  My 1997 Olds Achieva with 167k on it doesn't......


Leave a Comment

blank