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 229 - 261 of 830   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
229
Hello Can you tell me if is there any way to show the news from Sydneyjabiru for example in a random order every time the page is loaded ? Thx, Cezar...
Cezar Floroiu
cezar_floroiu
Offline Send Email
Apr 8, 2004
12:07 pm
230
... Yes, this can be done. The problem is that it's not trivial to obtain random rows from a database table using SQL. Have a look at ...
Mark Woods
markthickpaddy
Offline Send Email
Apr 10, 2004
10:25 am
231
Hi Mark, I managed to show random news using sp_ContentGet without limiting the number of them. The thing is that now, after logging in to the site as...
Cezar Floroiu
cezar_floroiu
Offline Send Email
Apr 10, 2004
1:42 pm
232
I have found a work-around for this but I'm wondering if it's a better way to do it. What I did: in my page where I want to put random news I test if the...
Cezar Floroiu
cezar_floroiu
Offline Send Email
Apr 11, 2004
8:56 pm
233
Hi Cezar, Apologies for the delay in responding, long weekend, lots of work to do etc. etc. ... The code to render admin links should be independent of the...
Mark Woods
markthickpaddy
Offline Send Email
Apr 14, 2004
11:02 am
234
Thanks Mark, I'll take a look later today over the file. ... to do ... I ... was ... when ... spContent tag ... things ... links without ... works and ... we...
Cezar Floroiu
cezar_floroiu
Offline Send Email
Apr 15, 2004
9:15 am
235
Hello All, I just moved my app onto a new server, and I have started to get this error when I try to save changes with any content type that uses soeditor. ...
Christine Salib
csalib
Offline Send Email
May 4, 2004
5:17 pm
236
Hi Christine, ... Judging by the line number in the error message (139), you appear to have the latest copy of the text property type, so you should just need...
Mark Woods
markthickpaddy
Offline Send Email
May 5, 2004
10:06 am
237
My toolbar keeps disappearing after I try to use it. I have no idea why this has started to happen. I log in, then try to use the toolbar - for instance, ...
Christine Salib
csalib
Offline Send Email
May 5, 2004
6:10 pm
238
Interesting.. it happened to me too in the past.. but I couldn't figure the reason.. ... idea why this ... instance,...
Cezar Floroiu
cezar_floroiu
Offline Send Email
May 5, 2004
7:16 pm
239
Hi Cezar, Can I assume it magically started working again? Just like it how it magically stopped working? -Christine _____ From: Cezar Floroiu...
Christine Salib
csalib
Offline Send Email
May 5, 2004
7:37 pm
240
Yes, it's something magic out there BTW, try to restart CF MX Service.. Christine Salib <emailme@...> wrote: Hi Cezar, Can I assume it magically...
Cezar Floroiu
cezar_floroiu
Offline Send Email
May 5, 2004
7:44 pm
241
Cezar! YOU ROCK! I can't believe all it needed was a little restart. :) You just made me very very happy - and totally saved my butt. THANK YOU! _____ From:...
Christine Salib
csalib
Offline Send Email
May 5, 2004
7:53 pm
242
Great - this worked for me too.. that's why I said it's magic :) ... restart. :) ... THANK YOU! ... it ... for ... ...
Cezar Floroiu
cezar_floroiu
Offline Send Email
May 5, 2004
8:09 pm
243
hi there, i am doing a website in hybrid content. does anyone have idea about how to displaying chinese double-byte character and English from MS Access to...
Sin
sinliew
Offline Send Email
May 6, 2004
7:44 am
244
Hello, Try this one : <META http-equiv="Content-Type" content="text/html; charset=gb2312"> or charset="big5" Sin <sinliew@...> wrote: hi there, i am...
Cezar Floroiu
cezar_floroiu
Offline Send Email
May 6, 2004
7:54 am
245
oh still can't...it did be been using <meta http-equiv="Content- Type" content="text/html; charset=utf-8" /> and <meta http- equiv="Content-Language"...
Sin
sinliew
Offline Send Email
May 6, 2004
8:32 am
246
... I'm pretty sure this issue is simply to do with the browser caching a version of the page without the toolbar, a page reload should do the trick. Was it...
Mark Woods
markthickpaddy
Offline Send Email
May 6, 2004
8:33 am
247
Well, restarting CFMX corrected the issue for when I was browsing directly on the server, but for some reason when I access it from any other machine, the...
csalib
Offline Send Email
May 7, 2004
5:05 pm
249
... Sorry about the delay in replying Christine. When you refer to the outside machines browsing the site, are these using Internet Explorer 6 by any chance?...
Mark Woods
markthickpaddy
Offline Send Email
May 11, 2004
9:18 am
250
... sorry, replace "browser caching" with "web caching" above - there is no clear indication that this is caused directly by the browser cache, it could be a...
Mark Woods
markthickpaddy
Offline Send Email
May 11, 2004
1:53 pm
251
This really makes the application unusable. We have checked all of the browser settings as you noted, to no avail. Is this a coldfusion server setting that...
Christine Salib
csalib
Offline Send Email
May 11, 2004
2:04 pm
252
... not that I am aware of On a page where the toolbar is not appearing, try adding some additional junk to the querystring to attempt to force the browser...
Mark Woods
markthickpaddy
Offline Send Email
May 11, 2004
2:26 pm
255
Ok... I am missing out on the easy to implement part... Can someone fill in the blanks here? I have downloaded FCKeditor and want to integrate it, but am...
csalib
Offline Send Email
May 17, 2004
11:07 pm
256
Hello all, First, thanks to all who have been participating in these boards and helping me out! I REALLY appreciate it! I know it can be a bit tedious always...
csalib
Offline Send Email
May 18, 2004
7:33 pm
257
Hi Christine, First copy FCKEditor under you webroot. Secondly edit html.cfm property like in the attached file. Let me know if it works. Cezar csalib...
Cezar Floroiu
cezar_floroiu
Offline Send Email
May 18, 2004
11:43 pm
258
Once again, you save the day... thanks Cezar! _____ From: Cezar Floroiu [mailto:cezar_floroiu@...] Sent: Tuesday, May 18, 2004 7:43 PM To:...
Christine Salib
csalib
Offline Send Email
May 19, 2004
12:24 am
259
This is about installation problem. How to use Speck in a shared hosting server inveronment, where we can't access and configure template mapping and new...
Ahmadie Thaha
ahmadiethaha
Offline Send Email
May 19, 2004
4:05 am
260
... Yeah, cheers Cezar. Just a note Christine - Cezar's html property type should be saved in your applications properties directory...
Mark Woods
markthickpaddy
Offline Send Email
May 19, 2004
8:38 am
261
... The code assumes that the Speck tags can be called using cf_ syntax, so you'll need to either have an additional custom tag path added or copy the api...
Mark Woods
markthickpaddy
Offline Send Email
May 19, 2004
9:09 am
Messages 229 - 261 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