Posted in | Posted on 07-12-2005 | 3,184 views
Some more changes in this release:
- Both the editor and comment window are a bit bigger. The form fields now stretch if you widen the window. I turned on toolbars... why?
- Spellchecking! - Well, not really. But if you install the Google toolbar, you can use the "Check" button when writing posts. Can I take credit for this?
- SES URLs now use the day. So the format is: YYYY/MM/DD/TITLE. This means you only have a problem if you use the same title in the same day. I actually made the code support the old beta format as well, and may allow folks to change back and forth.
- The readme and word doc are updated.
- The version number is now 3.8.
- Various other small minor changes that are layout related.
This is the Release Candidate version which means I think it is good to go - but I'd like to have some feedback before I make it official. You can download the software here.


In IE6 it all works perfectly. Is there an issue with Firefox with this new version. I would hazard a guess at the problem being a session issue.
Any ideas on an otherwise great application.
DAVE: I've seen this bug before. It occurs when the code that loads the editor is the same code used by SimpleContentEditor. Look in layout.cfm and confirm you see
function launchBlogEditor(id)
if it still says lauchEditor, you are using the wrong version. The zip should NOT have that in it.
I used the code from this post (blogbeta.zip).
If it was this bug then why would it work in IE6 but not firefox.
Could it be that the session is not carrying over to the new window in firefox and so this code is happening in editor.cfm:
<cfif not isUserInRole("admin")>
<cfabort>
</cfif>
Any ideas - would hate to have use IE!!
I was then calling the page from 127.0.0.1 and firefox is a lot more sensitive than IE.
I changed the url to:
blogURL=http://127.0.0.1/blog/index.cfm
and all is now working - it is always the simplest things that I miss.
Thanks for your help. - now I just need some content!!
I saw the that the locale is stored in application-scope, it's set when the app is initialized and read from the ini-file. so it's possible to change the lang/locale for the app but I've to change this behavior (eg storing locale in session) when I want to run the blog in two languages, so that users can select their lang. hmm.. did anybody do that already?
So - they share the same data, but they are two different named blogs using different locale values. Not even a hack per se.
Shoot - you can _skip_ the hack portion if you want and just run 2 blog installs. This means different URLs though.
I was testing your latest Beta release of the Blog. I set up al the settings I needed to do, created a dsn and put the sql tables and data in the database.
In the coldfusion admin I've created a mapping to the org folder, so that should all work fine.
But, I keep getting an error 'data source not found'. This occurs on line 586 of the blog.cfc.
I then tried to replace all of the #dsn# and #instance.dsn# strings by the string of the actual dsn,
but that still didn't help.
Maybe you can say what the problem is?
thnx!
I was testing your latest Beta release of the Blog. I set up al the settings I needed to do, created a dsn and put the sql tables and data in the database.
In the coldfusion admin I've created a mapping to the org folder, so that should all work fine.
But, I keep getting an error 'data source not found'. This occurs on line 586 of the blog.cfc.
I then tried to replace all of the #dsn# and #instance.dsn# strings by the string of the actual dsn,
but that still didn't help.
Maybe you can say what the problem is?
thnx!
Any idea?
<cfprocessingdirective pageencoding="utf-8">
If this helps, let me know. Btw - my kids are Korean. Small world, eh. :)
[Add Comment] [Subscribe to Comments]