Search found 23 matches

by chuck
Sun Apr 06, 2008 12:49 am
Forum: CMSMS Core
Topic: CMSMS doesn't treat virtual() as expected
Replies: 9
Views: 3410

Re: CMSMS doesn't treat virtual() as expected

Hello, Well, that eliminated the Header output error messages. The counter works as it always used to (correctly). Now, all I need to do is figure out how to keep the output of my large perl application inside CMSMS. {php_virtual} presents the page right where it belongs in CMSMS. But the output of ...
by chuck
Sat Apr 05, 2008 11:58 pm
Forum: Layout and Design (CSS & HTML)
Topic: Why aren't the menu templates editable? - cmsmadehard [SOLVED]
Replies: 15
Views: 4271

Re: Why aren't the menu templates editable? - cmsmadehard [SOLVED]

LOL! :) Agreed. Having developed as many years as I have, I do understand what you mean when you say "most don't even read the documentation anyway". As a matter of fact, I just got done solving a problem someone was having with the {embed} tag. If you read my post there, please note my co...
by chuck
Sat Apr 05, 2008 11:26 pm
Forum: Layout and Design (CSS & HTML)
Topic: Why aren't the menu templates editable? - cmsmadehard [SOLVED]
Replies: 15
Views: 4271

Re: Why aren't the menu templates editable? - cmsmadehard [SOLVED]

Hello, Make no mistake - I am grateful that the DEV's allow others to use the fruits of their labor. But I've been developing for 30 years, and it didn't take me long to discover that documentation needs to be written while you are writing your application. Or you end up in a situation like CMSMS is...
by chuck
Sat Apr 05, 2008 10:07 pm
Forum: CMSMS Core
Topic: CMSMS doesn't treat virtual() as expected
Replies: 9
Views: 3410

Re: CMSMS doesn't treat virtual() as expected

SWEET!!! I really appreciate your taking the time to respond with this invaluable information Wiedmann - really . I have a very large perl application that I built back in the late '90's that many orginations have come to depend on, on a daily basis (nasa.gov, for one). I have spent the entire past ...
by chuck
Sat Apr 05, 2008 4:47 am
Forum: CMSMS Core
Topic: CMSMS doesn't treat virtual() as expected
Replies: 9
Views: 3410

Re: CMSMS doesn't treat virtual() as expected

Have you tried this workaround for your UDT: <? //Simple perl counter script echo " "; virtual('/cgi-bin/counter.pl'); ?> Nullig LOL! Yes I did. But it didn't work either. Sorry. I guess I should have mentioned that already. Thanks for taking the time to respond Nullig. Chuck P.S. Love yo...
by chuck
Sat Apr 05, 2008 12:44 am
Forum: CMSMS Core
Topic: [solved]How to wrap external webpage ?
Replies: 11
Views: 4162

Re: How to wrap external webpage ?

Hello, I'm not sure if you read the whole documentation on this {embed} tag. But, just to experiment for your sake. I made a page with it, and it worked flawlessly - albeit and iframe. ;) Anyway, try the following: On the Main tab of the page you're editing, insert the embed tag with your desired UR...
by chuck
Sat Apr 05, 2008 12:37 am
Forum: CMSMS Core
Topic: CMSMS doesn't treat virtual() as expected
Replies: 9
Views: 3410

Re: CMSMS doesn't treat virtual() as expected

Hello Nullig, and thank you for your response. :) Yes, of course. Perhaps you noticed that I mentioned that on the line right above the print statement: # can also be print ("\n"); print ("Content-type: text/html\n\n"); :) In your defense, I didn't mention that I wrote this perl ...
by chuck
Fri Apr 04, 2008 11:46 pm
Forum: CMSMS Core
Topic: CMSMS doesn't treat virtual() as expected
Replies: 9
Views: 3410

Re: CMSMS doesn't treat virtual() as expected

Hello Calguy1000, and thank you for your fast response. :) I'm not sure I understand your reply. Perhaps my explanation needs to be better. :) OK here's the scoop; Again, I'll use the simple perl script counter as an example. The counter has worked flawlessly for years. I use it like so in an .shtml...
by chuck
Fri Apr 04, 2008 10:28 pm
Forum: CMSMS Core
Topic: CMSMS doesn't treat virtual() as expected
Replies: 9
Views: 3410

CMSMS doesn't treat virtual() as expected

Hello, I should probably preface this by saying that I really like many of the things about CMSMS. I'm hoping that I will be able to convert all of our web sites to CMSMS. But I'm really having difficulties in a couple of areas. I have one site that has many online tools. Many are written in perl. T...
by chuck
Thu Apr 03, 2008 1:09 pm
Forum: CMSMS Core
Topic: [solved]How to wrap external webpage ?
Replies: 11
Views: 4162

Re: How to wrap external webpage ?

Hello, According to the embed documentation, you've done it exactly correct. You did chhose > Apply , then Submit , after entering the embed string in the editor, correct? Other than that, I'm afraid I'm out of suggestions. Maybe some one else knows this one. :) Best wishes, and good luck. Chuck
by chuck
Thu Apr 03, 2008 1:03 pm
Forum: Layout and Design (CSS & HTML)
Topic: Why aren't the menu templates editable? - cmsmadehard [SOLVED]
Replies: 15
Views: 4271

Re: Why aren't the menu templates editable? - cmsmadehard [SOLVED]

Welcome Chuck ! Hello Pierre M. and thank you. :) OK. I figured it out the only way to do this... 7) Let Chuck (with Bobonov?) improve the wiki with his forum account :-) Pierre M. Thank you for your vote of confidence Pierre M. :) But most people that come to use CMSMS are hoping to develop their ...
by chuck
Thu Apr 03, 2008 12:34 pm
Forum: CMSMS Core
Topic: How-do-I-change-these-dashes-to-slashes-in-my-path?
Replies: 6
Views: 1856

Re: How can I make a sensible, or SEO friendly CMSMS?

Hello, and thank you for your continued help. I'm afraid CMSMS will not honor mod_rewrite. :( CMSMS insists upon changing a slash ( / ) into a hyphen/dash ( - ). So RESOURCES/crontab is automatically converted into RESOURCES-crontab even when following your advice. Will someone please tell me which ...
by chuck
Thu Apr 03, 2008 12:18 pm
Forum: CMSMS Core
Topic: [solved]How to wrap external webpage ?
Replies: 11
Views: 4162

Re: How to wrap external webpage ?

Hello,
I'm afraid I can't see anything in the screenshot you've provided. When I click on it, it is still too small
to read. So I'm afraid I cannot advise you as to whether or not you've put the correct stuff in your page.
Can't you just type it in here as regular text?

Chuck

by chuck
Thu Apr 03, 2008 12:13 pm
Forum: CMSMS Core
Topic: How-do-I-change-these-dashes-to-slashes-in-my-path?
Replies: 6
Views: 1856

Re: How can I make a sensible, or SEO friendly CMSMS?

Hello, and thank you for your reply. Show me all your  .htaccess I already did. Here it is again: #php_flag magic_quotes_gpc Off #php_flag register_globals Off #php_flag session.use_trans_sid Off # Make sure you have Options FollowSymLinks # and Allow on RewriteEngine On #Rewrites page.shtml as inde...
by chuck
Thu Apr 03, 2008 11:41 am
Forum: CMSMS Core
Topic: How-do-I-change-these-dashes-to-slashes-in-my-path?
Replies: 6
Views: 1856

Re: How can I make a sensible, or SEO friendly CMSMS?

Hello, and thank you for your reply. Unfortunately, your suggestion didn't work. After making your suggested changes. I deleted the cache, and looked at the crontab page alias of it's properties. But it shows RESOURCES-crontab - not RESOURCES/crontab. If I change it (page alias) to RESOURCES/crontab...

Go to advanced search