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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 801 - 830 of 830   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
806
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...
Mark Woods
markthickpaddy
Offline Send Email
Aug 26, 2009
2:57 pm
807
... 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...
Robin Hilliard
wzp193
Offline Send Email
Aug 27, 2009
1:29 am
808
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...
robinett.scott
Offline Send Email
Sep 2, 2009
1:17 pm
809
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...
Mark Woods
markthickpaddy
Offline Send Email
Sep 2, 2009
2:04 pm
810
Mark, I knew there was a simple solution. This worked perfectly. Thanks much!...
robinett.scott
Offline Send Email
Sep 2, 2009
2:34 pm
811
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...
gspearson69
Offline Send Email
Sep 2, 2009
5:17 pm
812
Hey Graham, ... The fckeditor integration in Speck is quite elaborate and there are speck specfic config, style, file browser and spell checker files all ...
Mark Woods
markthickpaddy
Offline Send Email
Sep 2, 2009
6:30 pm
813
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...
robinett.scott
Offline Send Email
Sep 14, 2009
2:49 pm
814
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 ...
Mark Woods
markthickpaddy
Offline Send Email
Sep 14, 2009
3:50 pm
815
Mark, I should update more often. thanks....
robinett.scott
Offline Send Email
Sep 14, 2009
8:33 pm
816
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"...
robinett.scott
Offline Send Email
Sep 23, 2009
6:19 pm
817
I think I may have a mismatch in the number of items between valueList and OptionList. ...so, nevermind thanks....
robinett.scott
Offline Send Email
Sep 23, 2009
6:40 pm
818
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...
robinett.scott
Offline Send Email
Sep 24, 2009
7:16 pm
819
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 Woods
markthickpaddy
Offline Send Email
Sep 25, 2009
8:27 am
820
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...
robinett.scott
Offline Send Email
Sep 25, 2009
12:50 pm
821
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...
markthickpaddy
Offline Send Email
Sep 27, 2009
9:43 am
822
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...
markthickpaddy
Offline Send Email
Oct 1, 2009
7:49 am
823
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...
robinett.scott
Offline Send Email
Oct 15, 2009
7:57 pm
824
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...
Mark Woods
markthickpaddy
Offline Send Email
Oct 16, 2009
6:16 am
825
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
gspearson69
Offline Send Email
Oct 16, 2009
12:08 pm
826
Mark, not fully the answer I was looking for, but this is doable. thanks....
robinett.scott
Offline Send Email
Oct 16, 2009
2:15 pm
827
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...
robinett.scott
Offline Send Email
Oct 16, 2009
2:31 pm
828
Hi Graham, How are the school districts recorded in the membership information content type - what kind of property have you used? Mark...
markthickpaddy
Offline Send Email
Oct 16, 2009
4:58 pm
829
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...
Graham
gspearson69
Offline Send Email
Oct 30, 2009
1:20 pm
830
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...
Mark Woods
markthickpaddy
Offline Send Email
Oct 30, 2009
5:11 pm
Messages 801 - 830 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