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:
[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.





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