>> GreenByte.info By Nick Tong (quiksilv) | Supported by: TalkWebSolutions.co.uk

Running on BlogCFC 5.1 Alpha

Ray Camden has already made changes to his open source blog software - blogCFC.com.

Blog Pages

One of the main new features is 'blog pages'. What blog pages allow you todo is add custom pages to your blog from within the admin area.

Why would you use it?
If you want to write a page about yourself this is where you can do just that. It will slot your newly created page right into your site design. You then just copy the SES URL (it creates that for you if you desire) to you links pod (or what ever) and bang - new content on your site. With this feature you do need to create a new table for this - for MSSQL users here's the script:

CREATE TABLE [dbo].[tblBlogPages] (
   [id] [nvarchar] (35) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
   [title] [nvarchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
   [alias] [nvarchar] (100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
   [body] [text] COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
   [blog] [nvarchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO

Subscribes

One of the other features is that subscribes now have to verify their subscription. This should hopefully cut down on spammers try to get our email address from our mail outs. You can also email your subscribers directly from the admin area. You need to add a 'verified' field to the tblBlogSubscribers table for this to work.

Ray got some more features read to go into this release, but the ones he's already made are worth the upgrade - thanks Ray.

To view more on the release view blogCFC.com.


 

Related Blog Entries

Comments
self storage's Gravatar Thank You for another very interesting article. It's really good written and I fully agree with You on main issue, btw. I must say that I really enjoyed reading all of Your posts.
http://www.toy-match.com
toy store,
It’s interesting to read ideas, and observations from someone else’s point of view… it makes you think more. So please try to keep up the great work all the time. Greetings
# Posted By self storage | 11/10/07 07:01 | Report abusive comment
BlogCFC was created by Raymond Camden. This blog is running version 5.5.1.