Search the web
Sign In
New User? Sign Up
speckcms · Speck CMS
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 776 - 805 of 830   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
776
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...
gspearson69
Offline Send Email
Jul 8, 2009
4:10 pm
777
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...
Mark Woods
markthickpaddy
Offline Send Email
Jul 8, 2009
5:16 pm
778
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...
gspearson69
Offline Send Email
Jul 9, 2009
5:47 pm
779
... 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 Woods
markthickpaddy
Offline Send Email
Jul 10, 2009
7:32 am
780
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...
gspearson69
Offline Send Email
Jul 14, 2009
12:51 pm
781
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 ...
Mark Woods
markthickpaddy
Offline Send Email
Jul 14, 2009
2:10 pm
782
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...
gspearson69
Offline Send Email
Jul 14, 2009
2:22 pm
783
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...
gspearson69
Offline Send Email
Jul 14, 2009
2:28 pm
784
... 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...
Mark Woods
markthickpaddy
Offline Send Email
Jul 14, 2009
3:16 pm
785
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...
gspearson69
Offline Send Email
Jul 30, 2009
6:06 pm
786
Hi Graham, ... Assuming string comparisons are case-sensitive in your database, changing the % to UPPER(%) should solve the problem. ... Speck creates a SQL...
Mark Woods
markthickpaddy
Offline Send Email
Jul 31, 2009
8:05 am
787
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...
Graham Pearson
gspearson69
Offline Send Email
Aug 1, 2009
2:18 pm
788
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...
Mark Woods
markthickpaddy
Offline Send Email
Aug 3, 2009
11:52 am
789
... I may have grabbed this from the wrong end, but perhaps something like this: <cfscript> aPerms = ["Guest", "Access to Application", "Some other Level"]; ...
Robin Hilliard
wzp193
Offline Send Email
Aug 4, 2009
12:26 am
790
... 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...
Mark Woods
markthickpaddy
Offline Send Email
Aug 4, 2009
7:52 am
791
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...
gspearson69
Offline Send Email
Aug 7, 2009
2:29 pm
792
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 Woods
markthickpaddy
Offline Send Email
Aug 7, 2009
2:53 pm
793
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...
gspearson69
Offline Send Email
Aug 7, 2009
3:24 pm
794
... 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...
Mark Woods
markthickpaddy
Offline Send Email
Aug 7, 2009
4:23 pm
795
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...
Graham Pearson
gspearson69
Offline Send Email
Aug 11, 2009
10:10 pm
796
... Hi Graham, <waveswand>Your wish is our command</waveswand> This is what security zones are for - you create one zone: ...
Robin Hilliard
wzp193
Offline Send Email
Aug 11, 2009
11:17 pm
797
... 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...
Mark Woods
markthickpaddy
Offline Send Email
Aug 12, 2009
7:50 am
798
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)...
Mark Woods
markthickpaddy
Offline Send Email
Aug 12, 2009
8:27 am
799
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...
Graham Pearson
gspearson69
Offline Send Email
Aug 13, 2009
11:46 am
800
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...
Robin Hilliard
wzp193
Offline Send Email
Aug 13, 2009
11:48 pm
801
... 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...
Mark Woods
markthickpaddy
Offline Send Email
Aug 14, 2009
8:13 am
802
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...
gspearson69
Offline Send Email
Aug 14, 2009
7:20 pm
803
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 ...
Mark Woods
markthickpaddy
Offline Send Email
Aug 15, 2009
9:19 am
804
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...
gspearson69
Offline Send Email
Aug 26, 2009
2:21 pm
805
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...
gspearson69
Offline Send Email
Aug 26, 2009
2:33 pm
Messages 776 - 805 of 830   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help