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...
Mark, After performing an API update the Assets and Picker are entering the information into the database as you mentioned in the message. Now I think I have...
Hi Graham, ... When you save changes in the add image window, the id of the new image should be appended to the list of picked ids in the opener window, then ...
Adter I sent the message, I was able to add cfdump code to resolve the issue and looking over some SVN Repository changes also helped in this. Now I think my...
Well On Windows 2000 Professional with CF7 MultiServer with a computer that has IE8 installed, if I was to upload a picture I get a Red X. Now if I move to...
... It sounds like it's just an IE8 issue, but it's only affecting the copy of IE8 on the win2K machine, not your other copy. Could you check the security...
Until now I have always used the app.roles text file to allow access to my websites powered by speck. Now I am in need of providing this same thing through a...
Hi Graham, ... Assuming string comparisons are case-sensitive in your database, changing the % to UPPER(%) should solve the problem. ... Speck creates a SQL...
Mark, In my database I have a Group Table which I am using the BitAnd function to determine the level the user has access to. An example is 1 Guest 2...
Hi Graham, ... Um, ok, this is gonna be damn tricky. So, you're using powers of two to represent real permissions, binary or to store a number representing the...
... I may have grabbed this from the wrong end, but perhaps something like this: <cfscript> aPerms = ["Guest", "Access to Application", "Some other Level"]; ...
... Sorry, I should have made myself clearer, I meant no simple way in SQL, and therefore no simple way of configuring Speck to obtain the roles list for a...
While I am converting the roles from a flat file to a database, I think I have come into an issue. I will try to explain and hope that I make sense. I have not...
Hi Graham, With the promotion model is enabled, when a user edits a content item and saves their changes a new revision is created. While this new revision is...
Mark, Once the Blurb has been published to the Live viewlevel if a person with spLive access logs into the website and sees a change which they missed before...
... Ah, now I understand - you need to give them spEdit too! Having the spLive role only gives a user permission to push content to the live site, you still...
Speck CMS Group: As the subject mentions, I am just thinking out loud to find a solution in hopes that it is possible to complete within Speck CMS. I think...
... Nope, no issues with using multiple security zones with the portal framework. We do this ourselves, we have a sysadmin security zone and we just set...
I wouldn't normally post notifications of updates to the list, but I only noticed this morning that the previously available archive (portaldemo_20080729.zip)...
Robin, In all of my applications I am currently using Security Zones within the Application. At the present time I am using SQL for each of the Roles, Users...
Hi Graham, I'm afraid I don't quite get it yet - stay with me. When you say you're using security zones within the application, does that still mean that you...
... 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...