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
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.
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.
Ray,
Using IE7, I cannot login to the admin area. Not getting any errors. Firefox appears to be working.
That's odd. I wasn't able to replicate it. Try removing the style sheet (just rename it). Does that help?
It submits. It just doesn't log in under IE.
Now that is odd - I'll have to check the form fields. I remember checking with IE - I swear.
Well crap on me. It isn't working.
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.
Thanks Ray. Works great now.
Both fixes updated in SVN, and in core download. Galleon 2.001 is now released. Thanks Emmet!