Raymond Camden's Blog Rss

BlogCFC 5.1 Released

23

Posted in ColdFusion | Posted on 07-14-2006 | 7,102 views

I'm happy to announce the release of BlogCFC 5.1. This release adds some very cool features including a simple content management system. This "mini" CMS allows for content editing outside the blog system. This is a great way to build supporting pages for the blog. Along with the CMS changes, here are some of the other changes:

  • Subscriptions now require validation. I had a lot of fake email addresses in my database and this will help clean it out.
  • You can now send an email to your subscribers. This lets you create a newsletter or just communicate with your subscribers.
  • Some clean up to the administrator. I added AJAX to the entry editor using Adobe's Spry technology.
  • Gravatar support in the comments. Gravatar is a cool technology, but the server sucks. There may be something to replace it soon though...

As always, you can download from the project page, and donations to the wish list appreciated. (Especially if it's Prey!)

So why haven't I updated this blog to 5.1? My blog is a mess. Truly, it is. I'm working on a new version now with a completely new design. All I have to do is get some of the side content down, and thankfully that is a lot easier now.

Enjoy!

Comments

[Add Comment] [Subscribe to Comments]

I guess you've been busy as I see you have other releases.

Thanks Ray. Installation update went well.
As an FYI the MySQL script is missing the field: `verified` tinyint(1) NOT NULL default '0' in the tblblogsubscribers table. Also, I loaded the script on MySQL 5.0 and have not seen any problems other than the missing field above.

Thanks again,
Jason
Thanks again. I made the alterations to allow for DB username and password properties in all the files; if they are useful let me know.
Jason, I accidentally added it to users, not subscribers. It is fixed in SVN (will be in 5 mins), and I'll be making a 5.1.001 release this weekend.

James. Email me the mods. I'll consider it for my next "big" release.
Thanks as always, for sharing you're proverbial <cftoybox /> with us.

Your willingness to share your work is a continual inspiration to Robert, Conrad, and I and we hope to be pitching in with our own work soon.

Take Care,
Mike.
No problem Mike, glad you like it.
I get a error after installation?

"usecaptcha is not a valid property."

any ideas...
Did you correctly update your INI file? CAPTCHA has been in since 5.0.
Very cool application. I ran into one issue where links at the beginning of comments would extend beyond the width of the right menus and destroy the layout structure. This was fixed by adding div {word-wrap: break-word;} beneath body {background-color: #c0c0c0;} in style.css.

-Carl
Ray,

I encountered the following error when submitting my first entry from the admin section:

Date:    7/21/06 1:00 PM
Script Name: /fde/admin/entry.cfm?id=0
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Referer: http://63.135.103.158/fde/admin/entry.cfm?id=0
Message: access denied (coldfusion.tagext.GenericTagPermission cfschedule)
Type: coldfusion.runtime.CfErrorWrapper

Any idea what I am doing wrong? My website is hosted at CrystalTech.

Thanks for this great tool!

Raphael.
They blocked cfschedule it appears. I only use cfschedule for entries in the future. Did you set it up as such?
I really like the abstracted text area - I just dropped in TinyMCE with absolutely no drama whatsoever.
If you write up what you did, I'd post it to blogcfc.com. (I don't mean you, I mean email me and I'll post it, crediting you.)
Do you have an upgrade path. I have an older version that I have been using for the past 9 months, and I don't want to start over. I like some of the new features ...

Thanks
You would need to carefully read the readme.txt file.
Take a look at this error. I can't make it work on HostMySite shared account. Do you have any idea why?

http://www.viaromania.eu/blog/
Are you using MySQL? If so - what db type?
Yes, I am using mySQL 5.0.22
In the config file I have blogDBType=MYSQL
Administraton area works perfect.
What do you have in the CF Admin?

Btw - you know this blog is for BlogCFC 5.1. I assume you are using 5.9.
I don't have access to CF Admin.
It is a shared hosting evn. with ColdFusion 8, MySQL 5 Database.
You need to speak to your host then. Ensure they are using the MySQL 4/5 DSN, not the MySQL 3 dsn.
I don't have access to CF Admin.
It is a shared hosting evn. with ColdFusion 8, MySQL 5 Database. http://www.oyunlarkeyfi.com
Then you need to contact your host Oyun.

[Add Comment] [Subscribe to Comments]