Saturday, October 20, 2007

BP Blog 8.0.2 - another tiny fix

v8.0.2 [2007-10-20]
* Fixed login fail redirect on login.asp (it was redirecting to admin_default.asp)
* Deleted some duplicate code in login.asp

The only file that's changed is login.asp
You can download just the corrected file here.

Thanks for Ji for the head's up.

Monday, October 15, 2007

Lytebox - Enhanced Lightbox

Check out the details here.

The current gallery is already set to work with the classic lightbox. Aside from the normal installation instructions on the Lytebox homepage, you'll have to edit template_gallery_detail.asp - just find the two places where the code is:

rel="lightbox

and replace it with:

rel="lytebox

or

rel="lyteshow

lyteshow will give you some cool slideshow effects after the user click on the first image, e.g.,  my personal blog gallery.

Tuesday, October 02, 2007

BP Blog using MySQL

Forum Link

I actually have my entire main site (including Snitz Forum) running on MySQL now using a similar technique. Try it out!