The version of Speck now available for download fixes a bug which would have affected anyone trying to use recent versions of MS SQL server with the portal...
The version of Speck now available for download fixes a bug in the code to detect the appInstallRoot path when initializing an app. The bug affected...
Hello- I have been trying to figure out how to style my menu (cf_spMenu) so that when a sub-level page is active, only it's menu item is highlighted. I always...
Hey Nicki, I'm running out the door so I gotta be quick... ... You can use the fact that the elements are nested to apply styles to them. If you use the listId...
I have tried to add a <form> tag to a "blurb" type page and it does not "stick" - the tag is erased from the source view in the editor. I thought html tags...
I guess I should clarify more - I can get the links to be different colors when the sub-level is selected by using the css. #navigation ul li a.selected...
Hi, ... If you tell cf_spMenu to spit out more than one level of navigation menu items it uses the same class name for selected items at each level. It really...
... By default, the Html property in Speck strips some tags from the source when saving to protect against cross-site scripting attacks. You can disable this...
... just ... A far simpler solution just dawned on me (my brain is old and tired) - you could just use the replace function to replace the first instance of...
Hi Nicki, ... I thought about this some more and came to the conclusion that there probably should be a way to tell spMenu to use css class names and ids that...
The version of Speck now available fixes a bug in the default edit method. If current user did not have spSuper role, read and write access would be set to...
Version of Speck now available fixes bug mentioned in subject. Thanks to LaJuan Taylor for reporting this bug which I rather stupidly introduced a few days...
Hello, I've been using the Speck framework for some time now and have set up several portals. I have one question about how the Speck system works though -...
Hi Todd, Apologies for the delay in getting your message delivered to the group - I was sent an approval request by yahoo groups, but unfortunately I was off...
... Thanks, it's nice to hear that people find it useful. However, Speck isn't my framework, Robin did all the early work, without which Speck simply wouldn't...
Hi, The latest version of Speck that we're testing adds support for salted hash passwords, and the portal framework will now automatically salt passwords...
Hi, ... Could you provide some more details about the error and I'll dig into the code to see what could cause that. File name and line number should do the...
Mark, thanks for the quick reply. I am running SQL 2005. 10:58:58.058 - Database Exception - in C:\Inetpub\webapps\speck\tags\api\content\spContentGet.cfm :...
Hi, When spContentGet retrieves an asset column from the database, it gets a number. This is the revision at which the file was uploaded. This number gets...
Mark, thanks for the explanation. I don't think it is a cache issue, but I'll check everything. I knew that CF7 started the cftype thing and I have this...
I've just been tinkering with this and have realised that (in CF8 anyway), it's actually the querySetCell() function that forces type validation. Could you try...
... Ooops, I think I may have misinterpreted that blog post - what I've done is set what was an integer to a string, and that might make a mess of things. Let...
Mark, It was something in the config files of Coldfusion. My old config file were moved to the new directory (cf8 creates a new directory). I think the old...
... Interesting, I'm guessing this meant that server.coldfusion.productversion was reporting cf6 rather than 8, which would mean Speck wouldn't call...
For the first time since I have been using speck I am in need to working with images for a staff directory. I am looking at the code of the content type of...
Hi Graham, ... You shouldn't need to resize within the contentPut method - the asset property will automagically resize images for you if you tell it what the...
When I use the Asset as the type for the cf_spProperty where I would like to give the individual the ability to select a photo, I get a Number stored in that...
... If you use the Asset as the type when calling cf_spProperty, you should see a number stored in the database. This is the revision number of the containing...