BP Blog 10.0
To update:
- Backup everything first!
-
Upload the following:
- All of the files in the root folder (there were no database changes, just mostly admin page changes)
- ckeditor folder
- ckfinder folder
- Symbol-*.png in the images folder
- js folder
- css folder
- You may need to overwrite the Connections/blog.asp file (there were minimal changes) and change the connection string to your current one)
- After you confirm that everything works then you can delete the fckeditor folder
Changelog:
v10.0 [2010-07-10] + Editor changed to ckeditor + Layout tab - thanks Phillipe! + Entries search by title or content - thanks Phillipe! + Additional admin styles - copy Symbol-*.png files into images folder + Enhanced admin form validation * Enhanced the crop sentence routine * Adding one new line of encoding to rss.asp * Fixed CSS problem with andrea theme * Removed version numbers from public pages # Manually add pagination using the layout tab
If you get the error "unable to find image manipulation component" when attempting to insert/link an image or file then make sure your UserFiles folder has read/write enabled.
BP Blog 9.0.1 - fckeditor update to 2.6.4.1
v9.0.1 [2009-09-03]
+ Updated fckeditor to version 2.6.4.1
Soon we will have the new ckeditor for bp blog!
Upgrade - just delete your old fckeditor folder and upload the new one. Here's the download.
Gravatars
Tiny Fix for Error When Browsing Server
Change line 23 in file \FCKeditor\editor\filemanager\connectors\asp\config.asp
From: <!--#include file="../../../../../../Connections/blog.asp"-->
To: <!--#include file="../../../../../Connections/blog.asp"-->
This will be fixed in the download tonight.
Gallery Pagination for 9.0
Download the update for 9.0
If you want the pagination amount to be something other than what you set you main page to (meaning, if you set 10 posts to show on your main page then the gallery amount is the same as this), then edit line 63.
Stable, fast support site up
New BP Blog version 9.0
View the readme/changelog using the link on the sidebar.
New Template Engine
For now, tblLayout and the Layout tab in the admin screen is no longer being used. If you used the old layout to create something other than a standard template then you can skip this upgrade. There is no new functionality related to the templating, just a new way of doing it.
You have to hand edit each of the template files to create a new template:
- archives.asp
- archives_cat.asp
- default.asp
- inc_sidebar.asp
- search.asp
- template.asp
- template_archives.asp
- template_archives_cat.asp
- template_author.asp
- template_gallery.asp
- template_gallery_detail.asp
- template_permalink.asp
Included templates converted to the new format (click for a preview):
These old templates reference the main inc_sidebar (located in the root folder) and don't have one in their own folder b/c they're simple enough to all use the same one. For more complex templates you'll have to use the new template "andrea" as a guide which has it's own inc_sidebar.asp file.
OldThemes.zip contains the old templates I didn't have time to convert. The new templating way is more in line with wordpress and it will be much easier now to create/edit templates. When you create a new template, others can simply upload the new folder to Templates and then choose it (or do a live preview before).
Template Conversion Service
I am also available for simple to moderately complex template conversions. Just google it and choose one: e I can do this for $50 (or $100 for a more complex templates). This is based on about 2-4 hours work required. Just contact me if you're interested.
Quick and Dirty Template Creation
Copy the files from Minima 2 into a new folder called "newtemplate" (or whatever the name you choose is). Then hand edit these and upload the folder. Then, using the admin configuration screen, choose your new template from the dropdown and preview it before updating your configuration.
CHANGELOG
v9.0 [2008-09-16]
* Fixed problem where layout was broken
* CSS colors and layout changes in the admin
+ More admin screen validations
+ New layout engine (no more using the tblLayout option). Layouts are in the Themes folder and are chosen on the Config screen.
+ Layout previews are now stored in a session variable to you can preview all pages in your theme
+ Gallery config screen for thumbnail sizes added
+ Updated fckeditor to version 2.6.3
Upgrade Note
To upgrade you only have to change the blogLayout field (in tblBlogRSS) from an INT to Text. If you get an error about relationships then open the table in Access, right click and choose "Relationships" and then delete the relationship that exists between tblBlogRSS and tblLayout:

Hope everyone likes it!
Site Url Changed Back
Thanks for the tip Mark.
Forum back up, Readme reinstated
Forum: http://betaparticle.com/forum
Readme: http://bpblog.betaparticle.com/readme.htm
All of the accumulated info is now in the readme.htm file. The forum has been simplified.