no subdomains but (almost) free (just a one time setup fee of $4.99): http://www.cfm-resources.com/ Only (almost) free (sign up fee: $30.00) for the first year...
don't be forgetting cfdeveloper.co.uk _____ From: Christian Zumbrunnen [mailto:chzumbrunnen@...] Sent: 06 January 2005 20:37 To: speckcms@yahoogroups.com ...
I am getting the following error message and need to know where the allowed values are being called from. Error Message is Invalid value 'fckeditor'...
... This should be as simple as downloading the zip and extracting to the editors directory (e.g. c:\webapps\speck\www\properties\html\editors\). Then, to set...
Thought I'd better send a note about this... The current version available for download wasn't tested on any *nix before uploading and there are a couple of...
... Done, and an updated copy of the demo application too. Not exhaustively tested mind you, so I can't guarantee I haven't overlooked something. Mark...
I am trying to modify SpUserGet.cfm to add other variables to the session.speck structure. On line 148 of SpUserGet.cfm is where I am making the variable...
Session.speck is not a duplicate of the struct returned by cf_spUserGet as some other info is stored in session.speck apart from that returned by cf_spUserGet....
Hello everyone, Long time subscriber, but I think I am a first time poster. I haven't used Speck CMS yet, but I am considering using it for a client of mine. I...
Hi Brian, ... I'm afraid I can't help you there as I've never used contribute, but maybe somebody else will be able to advise. ... Speck uses some tags which...
Contribute might not be useful in conjunction with a Speck site. Contribute allows a user to update .htm files only. Contribute would be an alternative to...
I've just uploaded an updated version of Speck. Most of the updates are just tweaks, but there are a few major changes which improve the performance of Speck...
Hi, We're totally obsolete, I know, but is it possible to run Speck on CF Server 4.5 sp2? In the installation doc, there's the direction to add a path to the...
... You will not be able to get Speck running on CF 4.5 without hacking the source code a bit. You can get around the custom tags path issue by dumping the...
... I should have mentioned that you can get around both of these issues but updating the code that obtains image dimensions and the code to tidy html to use...
Hi, Myself and Robin have decided to change the Speck license to the Academic Free License (AFL) version 2.1, which is the Open Source Initiative's recommended...
Hi all, Am working on a project using coldfusion as front end and sql server as the back end. I want how best I can work with date in coldfusion. I capture...
this is one of the great mysteries of date time in cf / sql - its got to do with eurodate vs date (which is US date) , and perhaps something to do with your...
Hi, I am trying to setup the demo on my laptop. Its running CFMX standalone version with inbuilt webserver. Has anyone installed it using CF inbuilt webserver?...
Hi, Which version are you installing. Is it CFMX or CFMX7? Uninstall the entire application. And try re-installing the entire application. Let me know the...
Satheesh, its on CFMX7. I have got it working on our dev server. Think its more to do with my CF setup on the laptop. Thanks ... application. ... today!...
try putting ### instead of # wherever you want to pass a # to the db.
- cold fusion is treating # as part of the output and thus stripping it out.
cheers...
I am trying this which I know will work, however I just tried to change a color of acouple of words and when I click the save button it removes the extra #'s...
... There is a readFormField method in the Html property type template which is called prior to the property value being saved. This method does parse the ...
I have found the one line of code that is stripping out the Font Tags. The line of code is within html.cfm on line 320 which reads <cfset newValue =...