Posted in CFBloggy | Dec 06, 2007 1:00:PM | Posted by: John Ramon
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
[0]
Comments
| Print
| Download
| Share This | Views:
4589
Posted in CFBloggy | Dec 06, 2007 9:53:AM | Posted by: John Ramon
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"
[0]
Comments
| Print
| Share This | Views:
1048
Posted in CFBloggy | Dec 06, 2007 8:07:AM | Posted by: John Ramon
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.
[0]
Comments
| Print
| Download
| Share This | Views:
334
Posted in CFBloggy | Aug 09, 2007 11:28:PM | Posted by: John Ramon
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.
[27]
Comments
| Print
| Share This | Views:
1587
Posted in CFBloggy | Aug 08, 2007 12:23:PM | Posted by: John Ramon
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.
[2]
Comments
| Print
| Share This | Views:
881
Posted in CFBloggy | Aug 06, 2007 10:13:PM | Posted by: John Ramon
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.
[2]
Comments
| Print
| Share This | Views:
1131
Posted in CFBloggy | Aug 05, 2007 10:56:AM | Posted by: John Ramon
I updated the project package with some new updates. There are four files updated: application.cfm, navLinks.cfm, index.cfm, and default.css.
[0]
Comments
| Print
| Share This | Views:
1092
Posted in CFBloggy | Aug 04, 2007 10:28:PM | Posted by: John Ramon
I found a bug here and updated the project. If your already using it around line 71 of the application you'll see
<cfif listGetAt( cgi.script_name, ( listLen( cgi.script_name, '/' ) - 1 ), '/' ) EQ "admin">
replace with
<cfif GetDirectoryFromPath(cgi.script_name) EQ "/admin/">
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.
SELECT COUNT(bl.blID) as bcount
FROM blog_tbl bl
change to
SELECT COUNT(bl.blID) as bcount
FROM blog_tbl bl
WHERE blPage <> 1
[1]
Comment
| Print
| Share This | Views:
1353
Posted in CFBloggy | Aug 04, 2007 9:49:PM | Posted by: John Ramon
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.
[0]
Comments
| Print
| Share This | Views:
1130
Posted in CFBloggy | Aug 03, 2007 6:52:PM | Posted by: John Ramon
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!
[2]
Comments
| Print
| Share This | Views:
1306