... Just a quick note RE the significance of the datasource setting. This defaults to the codb for the app, so you must set the datasource if you want to share...
All: Has anyone been able that when someone promotes content to the Live level that the system will send out an email. An example would be a Company...
Hi Graham, ... At the moment, the only way to do this is by creating a promote method and checking the value of attributes.newLevel within the method. For ...
I am trying to create a custom content type that will hold our Monthly and Bi-Monthly Newsletters. I am having issues that when I promote the Newsletter Item...
In the email I am making reference to TempNews.Document which I am wanting the Live URL so a user can click on it to view this edition of the newsletter. If I...
Hi Graham, I've had a look at the code and there is an issue with the latest version of the cf_spPromote tag. The promote event handlers for both content and...
... Another thing I always meant to add to Speck was changesets - the idea was that you could open a changeset in your edit level, make changes to multiple...
I am trying to set up a default for a document where when a user loads a document, it loads the database with a Provider Number. This 'Host' number is defined...
Hi, ... Not quite, but pretty close. The attributes passed to cf_spProperty are evaluated as the application is refreshing and the values of those attributes...
Has anyone have instructions on how to intergrate a new Editor into SpeckCMS. I watned to upgrade FCKEditor and see they have a new CKEditor on the site. I am...
Hey Graham, ... The fckeditor integration in Speck is quite elaborate and there are speck specfic config, style, file browser and spell checker files all ...
Just an FYI: I recently updated Speck to 20090908 from 2007xxxx and received this message for two types I created. resourceCode and WebResources. This was...
Hi, The old speck did not have a problem with mismatched cases, but the new ... That's actually due to a bug fix, the old speck *should* have done a case ...
I am having a tough time with the optionList. I have set up a query in spUsers to get my providers and their ids. <cfinvoke component="components.myProviders"...
I have a problem with updating users on one of my sites. If I update the user, it duplicates the groups and then when I try to open the user I get the...
Hi, It sounds like there is a problem with mixed or upper case usernames. The insert user process within the user management tool always forces usernames to...
Mark, thanks for getting back to me so quickly. After reviewing your comments, I took at look at the spUsersGroups table and found there was no primary key...
Hi, I'm not sure why your tables didn't have primary keys, the code in spPortal.cfm to create the user tables does add primary keys - maybe a very old version...
Hi, Just a quick update on this. I'd hoped to get around to fixing this issue on Sunday but I've been up to my eyes, and will be for the next week at least, so...
I am running 2 (soon to be 3) sites on SpeckCms and would like to have a custom email message for each site when a new user is added. I have found the message...
Hi, The email message containing the users' username and password, that is sent by the user management tool is hard coded at the moment, so there's no way to...
Group: I have created a Custom Content Type that is used to enter all of our School Districts which have membership into our organization. This content type is...
Graham, I did it this way because I already had the table set up in another database. This is set up in my spUsers.cfm so I can set up a user and assign them...
Group: I have created a custom tag that stores each of the school districts and now would like to display a table row if and only if the user who is viewing...
Hi Graham, Sounds like you're caching output using a call to cf_spCacheThis, but the output varies depending on whether the user is logged in or not. Easy...