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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 734 - 763 of 830   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
734
Hi, Just started using this and have set things up fine with a blank access db. If I want to setup the Hellospeck app using a MySQL or MSSQL db I know I have...
dave_abrams
Offline Send Email
Jun 3, 2008
9:54 am
735
Hi Dave, ... You'd normally just do this when setting up the datasource in the cf administrator. If for some reason you can't do that, you can add the username...
Mark Woods
markthickpaddy
Offline Send Email
Jun 3, 2008
10:10 am
736
... Hash: SHA1 I set my userrname/password within the ColdFusion Administrator for the Datasource. ... Arial; margin: 14px 0px; padding: 0px 14px; } #ygrp-mkp...
Graham Pearson
gspearson69
Offline Send Email
Jun 3, 2008
11:13 am
737
Hi, My server uses a control panel (Helm) and the default directory setup is: FTP Root: \db \logs \wwwroot (web root) I'd like to be able to install speck so...
dave_abrams
Offline Send Email
Jun 7, 2008
6:55 pm
738
Mark, Thanks. I don't know why but I always thought I had to supply the username and pw if the database was password protected even if the datasource had the...
dave_abrams
Offline Send Email
Jun 7, 2008
6:55 pm
739
... You can do this, but there are two issues... When the speck directory and the application root directory are within the same parent, Speck can derive a...
Mark Woods
markthickpaddy
Offline Send Email
Jun 7, 2008
8:00 pm
740
I get an error like this: Element SPECK.PORTAL.TEMPLATE is undefined in REQUEST. The error occurred in E:\wwwroot\speck\tags\api\portal\spPage.cfm: line 40 ...
Ahmadie Thaha
ahmadiethaha
Offline Send Email
Jun 25, 2008
12:43 pm
741
... Are you sure cf_spPortal is being called in the Application.cfm rather than cf_spApp? Mark...
Mark Woods
markthickpaddy
Offline Send Email
Jun 25, 2008
1:28 pm
742
There is problem in "Portal Framework Demo Application" and "Sydney Jabiru Sample Application" when I install it with the new speck CMS framework. Would yo...
Ahmadie Thaha
ahmadiethaha
Offline Send Email
Jun 26, 2008
3:18 am
743
... Sorry, I've been meaning to do this for the past few weeks, but have been concentrating on adding some features to speck and the portal framework that we...
Mark Woods
markthickpaddy
Offline Send Email
Jun 26, 2008
8:30 am
744
... able to fix them immediately. ... I am installing sydneyjabiru sample app, and extracting the zip file to E:\wwwroot\www.gontormedia.com\. My speck...
Ahmadie Thaha
ahmadiethaha
Offline Send Email
Jun 26, 2008
4:37 pm
745
In your gontomedia.app file, change appInstallRoot = e:\wwwroot\www.gontormedia.com\www to appInstallRoot = e:\wwwroot\www.gontormedia.com That should be all...
Mark Woods
markthickpaddy
Offline Send Email
Jun 26, 2008
4:58 pm
746
... I have changed it. But I still getting an error: "Could not find the included template /speck/../../gontormedia/tags/types/Faq.cfm." This is a second day I...
Ahmadie Thaha
ahmadiethaha
Offline Send Email
Jun 26, 2008
5:55 pm
747
... For speck installation, this is my dream: 1. Download the latest Speck Framework and Speck demo App (include it's sample data for inserting to database) 2....
Ahmadie Thaha
ahmadiethaha
Offline Send Email
Jun 26, 2008
6:31 pm
748
... Ah, different issue to the previous one, but I know what this is... The mapping setting is optional for Speck applications. When it's not provided Speck...
Mark Woods
markthickpaddy
Offline Send Email
Jun 26, 2008
8:08 pm
749
... Um, it just dawns on me that you will still need the login for the CF administrator, so this won't help if you're on a shared server. I think it's possible...
Mark Woods
markthickpaddy
Offline Send Email
Jun 26, 2008
8:15 pm
750
The version of Speck now available for download fixes a bug which would have affected anyone trying to use recent versions of MS SQL server with the portal...
Mark Woods
markthickpaddy
Offline Send Email
Jan 7, 2009
11:52 am
751
The version of Speck now available for download fixes a bug in the code to detect the appInstallRoot path when initializing an app. The bug affected...
Mark Woods
markthickpaddy
Offline Send Email
Jan 30, 2009
11:28 pm
752
Hello- I have been trying to figure out how to style my menu (cf_spMenu) so that when a sub-level page is active, only it's menu item is highlighted. I always...
akmagnolia
Offline Send Email
Feb 2, 2009
6:22 pm
753
Hey Nicki, I'm running out the door so I gotta be quick... ... You can use the fact that the elements are nested to apply styles to them. If you use the listId...
Mark Woods
markthickpaddy
Offline Send Email
Feb 2, 2009
6:33 pm
754
I have tried to add a <form> tag to a "blurb" type page and it does not "stick" - the tag is erased from the source view in the editor. I thought html tags...
akmagnolia
Offline Send Email
Feb 2, 2009
9:28 pm
755
I guess I should clarify more - I can get the links to be different colors when the sub-level is selected by using the css. #navigation ul li a.selected...
akmagnolia
Offline Send Email
Feb 2, 2009
9:28 pm
756
Hi, ... If you tell cf_spMenu to spit out more than one level of navigation menu items it uses the same class name for selected items at each level. It really...
Mark Woods
markthickpaddy
Offline Send Email
Feb 2, 2009
9:55 pm
757
... By default, the Html property in Speck strips some tags from the source when saving to protect against cross-site scripting attacks. You can disable this...
Mark Woods
markthickpaddy
Offline Send Email
Feb 2, 2009
10:27 pm
758
... just ... A far simpler solution just dawned on me (my brain is old and tired) - you could just use the replace function to replace the first instance of...
Mark Woods
markthickpaddy
Offline Send Email
Feb 2, 2009
10:34 pm
759
Hi Nicki, ... I thought about this some more and came to the conclusion that there probably should be a way to tell spMenu to use css class names and ids that...
Mark Woods
markthickpaddy
Offline Send Email
Feb 3, 2009
10:09 am
760
Thanks Mark! I'll give it a try today....
akmagnolia
Offline Send Email
Feb 3, 2009
5:22 pm
761
The version of Speck now available fixes a bug in the default edit method. If current user did not have spSuper role, read and write access would be set to...
Mark Woods
markthickpaddy
Offline Send Email
Feb 19, 2009
1:24 pm
762
Version of Speck now available fixes bug mentioned in subject. Thanks to LaJuan Taylor for reporting this bug which I rather stupidly introduced a few days...
Mark Woods
markthickpaddy
Offline Send Email
Feb 25, 2009
10:56 am
763
Hello, I've been using the Speck framework for some time now and have set up several portals. I have one question about how the Speck system works though -...
tpierceint
Offline Send Email
Jun 7, 2009
4:04 pm
Messages 734 - 763 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