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...
Show off your group to the world. Share a photo of your group with us.

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 608 - 642 of 830   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
608
Hi David, Apologies, that was my fault. I tidied up some code on the 16th and released it on the 17th after some minor testing (obviously not enough). It looks...
Mark Woods
markthickpaddy
Offline Send Email
Jan 3, 2006
11:20 am
609
I made the changes and editing now works as expected - thanks! Happy New Year! David Couet Pixel Driven Media...
David Couet
dacouet
Offline Send Email
Jan 3, 2006
3:56 pm
610
On one of my Speck enabled websites I am passing a variable on the URL line and after the user gets logged into the application the variable is no longer apart...
gspearson69
Offline Send Email
Jan 5, 2006
8:31 pm
611
I looked at this for most of the day and when I left this for awhile I solved this. Sorry for the Extra Traffic. ... URL ... variable ... after ... access ... ...
gspearson69
Offline Send Email
Jan 5, 2006
10:55 pm
612
Hi, I am trying to install SpeckCMS on Mac OS X server. I have ColdFusion MX 7 running, and use MySQL 4.1 Has anyone been successful in setting up the demo...
Elaine Montoya
ezocoloco
Offline Send Email
Jan 6, 2006
5:13 am
613
... It was tested with MySQL on both Linux and Windows, though not OSX (having said that, the OSX install should be pretty much the same as Linux). Do you get...
Mark Woods
markthickpaddy
Offline Send Email
Jan 6, 2006
12:42 pm
615
Has anyone developed (or incorporated) a calendar app with SpeckCMS? What I'm hoping for is to basically have an event calendar that I can then have users...
Ms. Judith Taylor
fionnseachdu...
Offline Send Email
Jan 10, 2006
9:11 pm
616
The problems seem to occur when I first try to go to the demo site. Errors occur in the spApp.cfm - my guess is these errors are occurring because of the...
Elaine Montoya
ezocoloco
Offline Send Email
Jan 11, 2006
4:14 am
617
Hi Elaine, I run it on OS X with CF 7 no probs, although I use the JDBC driver from the MySQL site, not the one that comes CF (there is a Technet article about...
Robin Hilliard
wzp193
Offline Send Email
Jan 11, 2006
4:24 am
618
... I started writing a fairly generic Event content type back in September that I intended to throw in with the portal demo app, but I never finalised it....
Mark Woods
markthickpaddy
Offline Send Email
Jan 11, 2006
9:04 am
619
I have a js calander that you should be able to wrap up with some coldfusion very, very, very easily. email me if you would like it. ... Andrew Winn ...
Andrew Winn
brokerandy25
Offline Send Email
Jan 11, 2006
1:16 pm
620
... Thanks for the offer Andrew. I do have a JS calendar that I could figure out how to wrap into CF, if I felt like it. ;) I was just hoping to keep things in...
Ms. Judith Taylor
fionnseachdu...
Offline Send Email
Jan 11, 2006
7:07 pm
623
Hi Mark, First off, thanks for all your hard work and for making SpeckCMS available! I am quite eager to take it for a spin. Follwing the directions in the...
dythepcguy
Offline Send Email
Jan 24, 2006
9:49 am
624
... Glad to hear it, but Speck was by no means all my work. Far from it, Robin did *all* the initial work designing and building the API. I'm the hard-assed...
Mark Woods
markthickpaddy
Offline Send Email
Jan 24, 2006
1:16 pm
625
... Glad to hear it, but Speck was by no means all my work. Far from it, Robin did *all* the initial work designing and building the API. I'm the hard-assed...
mwoods@...
markthickpaddy
Offline Send Email
Jan 24, 2006
2:50 pm
626
... True I wrote the original Speck, but NO-ONE would be using it now if it wern't for Marks contribution (which over the years has probably amounted to three...
Robin Hilliard
wzp193
Offline Send Email
Jan 25, 2006
5:21 am
627
I just ran into this problem going through making a "Hello World" application. When I go to edit the homepage blurb, I get "Speck encountered an error while...
GabeRoffman
Offline Send Email
Jan 31, 2006
5:53 am
628
Hi, ... This error should only occur if the user has not logged in or does not have edit permissions (i.e. have either spSuper or spEdit role). If you enable...
mwoods@...
markthickpaddy
Offline Send Email
Jan 31, 2006
10:23 am
629
... It turns out that request.speck.session.auth is set to "cookie" instead of "logon". I don't know why this is or what the significance of the difference...
GabeRoffman
Offline Send Email
Jan 31, 2006
2:38 pm
630
... That does actually sound like another version of the old cookies problem. ... Can you try adding setClientCookies="no" to your call to cf_spApp in the...
mwoods@...
markthickpaddy
Offline Send Email
Jan 31, 2006
3:36 pm
631
This has been solved off-list. It turned out that the appName setting in the application configuration file was mixed case, while the name attribute for the...
mwoods@...
markthickpaddy
Offline Send Email
Feb 1, 2006
9:34 am
632
Hah - I pointed that out on the Livedocs for cfapplication in July last year and I see the docco team haven't updated the description of the name attribute. ...
Robin Hilliard
wzp193
Offline Send Email
Feb 1, 2006
9:53 am
633
What do I do if I want to get a content type or all content types to write to a static file when they are promoted to "live"? Is there a place that I can...
GabeRoffman
Offline Send Email
Feb 2, 2006
3:34 am
634
... Add a new method to your content type (we'll come back to doing it for all in a moment) called "promote". This method will automatically be called by Speck...
Mark Woods
markthickpaddy
Offline Send Email
Feb 2, 2006
11:28 am
636
Does anyone have the database structure/content for the demo in a form that could be easily dumped into MySQL? Matt...
kopeck2003
Offline Send Email
Feb 3, 2006
6:57 pm
637
... Hi Matt, I've just uploaded sydneyjabiru.sql into the files area of the Speck site: http://groups.yahoo.com/group/speckcms/files/ It was imported into...
Robin Hilliard
wzp193
Offline Send Email
Feb 3, 2006
11:53 pm
638
Thanks! Matt...
kopeck2003
Offline Send Email
Feb 6, 2006
4:11 pm
639
So maybe I'm missing something big here but when I try to load my header and footer using cfinclude nothing happens. I can see that the server is referencing...
kopeck2003
Offline Send Email
Feb 6, 2006
4:16 pm
641
So I see now that everything (even html) has to be with in a <cfoutput></cfoutput>. Is there a better way to turn this off then editing the spApp custom tag?...
kopeck2003
Offline Send Email
Feb 6, 2006
6:14 pm
642
... Well, forcing cfoutputonly does reduce whitespace so there is a very good reason for taking advantage of this option in CF templates. ... Unfortunately,...
Mark Woods
markthickpaddy
Offline Send Email
Feb 7, 2006
12:23 am
Messages 608 - 642 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