Comments being displayed after submit.

I got a few email saying the comment field would still display the comment after the form was submitted. I updated the navLink.cfm page to stop this attached is the updated file.

Latest update 12-6-2007 - 1.0.006
 /navLinks.cfm - Problem with posting comments, the comment field would still hold the comment - Line 205

CFBloggy 1.0.005 is released

The project page has been update to version 1.0.005, a few small bug fixes. I'll be setting up a latest update page so everyone can view the latest updates with out having to download.

Latest update 12-6-2007 - 1.0.005
 /admin/edit_comment.cfm - Fixed bug in deleting comments.
 /install/mysql.sql - Added missing file foe MySQL support
 /install/cfBloggy.mdb - Comment table had missing field "cSubscribe"

Update to edit_comment.cfm

The edit comment page does not take you back to the list of comments for a post when you delete spam or any other comment. I updated the file use the download link below. I will update the package at RIAForge.org as soon as I can.

CFBloggy 1.0.004 is released

I just posted version 1.0.004 to RIAForge. I updated alot of stuff, I added the subscribe and remember me. I also add support for mssql, and mysql. The application.cfm file got alot of updates, moved from variables to application scopes. I didn't mess with any layout stuff. I fixed alot of little bugs, like if when adding a new comment the comment count wouldn't update, well it does now.

I won't go through everything cause my head hurt, but like always if you find any bugs please email them to me.

Some database news

So I have been working on some updates. Subscribe to post and remeber me features are two of the big ones. Those are going to rock. At the same time I have setup the system to use SQL. I also want to support MySQL by years end. If anyone wants to add any other db's let me know.

Bug found!

I found a small bug, if your creating a post and use a title like so "index.cfm is good" you can not view the post with the period. I will be releasing and update for that in the next day or so.

CFBloggy update

I updated the project package with some new updates. There are four files updated: application.cfm, navLinks.cfm, index.cfm, and default.css.

Application error and fix

I found a bug here and updated the project. If your already using it around line 71 of the application you'll see

[code]<cfif listGetAt( cgi.script_name, ( listLen( cgi.script_name, '/' ) - 1 ), '/' ) EQ "admin">[/code]

replace with

[code]<cfif GetDirectoryFromPath(cgi.script_name) EQ "/admin/">[/code]

Also when adding a new post there is a check box on the bottom called External Page, this creates a post page that is not listed under posts. So you can add menu pages and track views and allow comments for those pages. Around line 54 you'll find this.

[code]SELECT COUNT(bl.blID) as bcount
FROM blog_tbl bl[/code]

change to

[code]SELECT COUNT(bl.blID) as bcount
FROM blog_tbl bl
WHERE blPage <> 1[/code]

CFBloggy Docs

I know the docs are a little lacking in the way of explaining how to use the admin section. I will sometime over the next week try to fix that. Also I am already working on some updates, not bug just cleaning and making things better. If anyone has installed CFBloggy please let me know so I can add you to the users list. That reminds me I need to make the users list tomorrow.

CFBloggy released

So the project is up and running. You can download a copy here. Please let me know if you find any bugs. I do ask if you use my blog system let me know. I will be adding a project page with a list of all the sites using the software. I will also be adding the project page stats to my blog in a few days. Happy downloading!


Close
E-mail It