BP Blog 10.0

Posted at 12:33:27 PM in BP Blog (64)

To update:

  1. Backup everything first!
  2. Upload the following:
    1. All of the files in the root folder (there were no database changes, just mostly admin page changes)
    2. ckeditor folder
    3. ckfinder folder
    4. Symbol-*.png in the images folder
    5. js folder
    6. css folder
    7. You may need to overwrite the Connections/blog.asp file (there were minimal changes) and change the connection string to your current one)
  3. 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.

Written by Matt on Monday, July 12, 2010 | Comments (1)

BP Blog 9.0.1 - fckeditor update to 2.6.4.1

Posted at 8:08:58 AM in BP Blog (64)

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.

Written by Matt on Thursday, September 03, 2009 | Comments (1)

Gravatars

Posted at 10:59:06 PM in Extensions (6)

Written by Matt on Tuesday, April 14, 2009 | Comments (0)

Tiny Fix for Error When Browsing Server

Posted at 8:37:12 AM in BP Blog (64)

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.

Written by Matt on Wednesday, March 18, 2009 | Comments (1)

Gallery Pagination for 9.0

Posted at 2:22:55 PM in Extensions (6)

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.

Written by Matt on Sunday, March 15, 2009 | Comments (2)

Stable, fast support site up

Posted at 4:18:17 PM in Miscellaneous (1)

Written by Matt on Friday, March 13, 2009 | Comments (0)

New BP Blog version 9.0

Posted at 6:55:51 PM in BP Blog (64)

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!

Written by Matt on Monday, August 18, 2008 | Comments (1)

Site Url Changed Back

Posted at 2:24:33 PM in BP Blog (64)

http://blog.betaparticle.com!

Thanks for the tip Mark.

Written by Matt on Saturday, August 09, 2008 | Comments (0)

Forum back up, Readme reinstated

Posted at 12:08:47 PM in BP Blog (64)

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.

Written by Matt on Sunday, July 20, 2008 | Comments (0)

Update 8.0.5 - Manual Read More

Posted at 9:35:19 AM in BP Blog (64)

Downloads: Update - Full

Instructions: After updating you can manually add a "More..." link anywhere in your post by putting in the tag [ more ] without the spaces (I couldn't show it here or it would activate) - an example is right below this post.

Changelog

Written by Matt on Sunday, June 15, 2008 | Comments (0)