Update #3: Galleon 2

It's done. Galleon 2 - a major update of my forums package, is now released. You can download it from RIAForge: http://galleon.riaforge.org

This version includes the following new features:

  • New logo by Murat Kgirgin.
  • Totally new Admin design and a CSS-ified version of the front end. This will make replacing the front end easier (and a new theme is in the works). Credit goes to Chaz Jachimski and Emmet McGovern at full city media. They donated the design and thanks go to them. (Especially for all the times I asked Emmet if he was done yet.)
  • Avatars. You can now upload an image for an avatar, or use your gravatar.
  • You can now edit your settings in the Admin.
  • BBML thanks to Depressed Press
  • New security system. You can now make truly private conferences.

There is a minor bug in the admin involving the filter option for theme/message lists. Bug as in you can't use it. Also - the Access database hasn't been updated to the new table schema, but hey, who uses Access anyway?

I hope to have my own forums updated next week.

Archived Comments

Comment 1 by Shane Zehnder posted on 10/13/2007 at 4:31 PM

Sweet. I will finally be able to use a recent pic instead of my gravatar image I changed months ago and it never got refreshed.

Look like you have been pretty darn busy Ray.

Comment 2 by Emmet posted on 10/13/2007 at 10:50 PM

Woops....

In admin_style.css around line 299 just add "z-index: 1;" to the .top_input_misc class. Without the quotes of course.

That will solve the filter field issue.

Comment 3 by Stephen Walker posted on 10/15/2007 at 6:27 AM

Ray,

Using IE7, I cannot login to the admin area. Not getting any errors. Firefox appears to be working.

Comment 4 by Raymond Camden posted on 10/15/2007 at 6:55 AM

That's odd. I wasn't able to replicate it. Try removing the style sheet (just rename it). Does that help?

Comment 5 by Emmet posted on 10/15/2007 at 7:16 AM

It submits. It just doesn't log in under IE.

Comment 6 by Raymond Camden posted on 10/15/2007 at 3:16 PM

Now that is odd - I'll have to check the form fields. I remember checking with IE - I swear.

Comment 7 by Raymond Camden posted on 10/15/2007 at 3:17 PM

Well crap on me. It isn't working.

Comment 8 by Raymond Camden posted on 10/15/2007 at 3:19 PM

Stupid IE. Change the logon line in Application.cfm to this:

<cfif isDefined("form.logon") or isDefined("form.logon.x")>

This - along with the filter CSS fix, will be pushed today.

Comment 9 by Stephen Walker posted on 10/15/2007 at 6:03 PM

Thanks Ray. Works great now.

Comment 10 by Raymond Camden posted on 10/15/2007 at 7:01 PM

Both fixes updated in SVN, and in core download. Galleon 2.001 is now released. Thanks Emmet!