Search found 15 matches

by dtgriscom
Wed Mar 09, 2011 3:01 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Pretty URLs and ".../" == ".../index.html" [SOLVED]
Replies: 6
Views: 3061

Re: Pretty URLs and ".../" == ".../index.html" [SOLVED]

Well, I found another bug in my redirect code, so here's my latest shot: Options +FollowSymLinks -Indexes RewriteEngine on RewriteBase / # Rewrite top level "index.html" page and empty query # to the default CMS page RewriteRule ^index\.html$ index.php?page= [QSA,L] RewriteRule ^$ index.ph...
by dtgriscom
Tue Mar 08, 2011 5:39 pm
Forum: General Discussion
Topic: Solved Thread Mod
Replies: 12
Views: 6701

Re: Solved Thread Mod

Not to beat a dead horse, but you might want to un-sticky this thread if it isn't currently relevant.
by dtgriscom
Tue Mar 08, 2011 5:32 pm
Forum: General Discussion
Topic: Solved Thread Mod
Replies: 12
Views: 6701

Re: Solved Thread Mod

... but what about the checkbox button mentioned in Ted's original post? It sounds like a nice idea, but I don't see it anywhere. (I thought it might be that I was still being moderated, but I've now passed that threshold into the Promised Land, and still no button.)
by dtgriscom
Tue Mar 08, 2011 5:27 pm
Forum: General Discussion
Topic: Where should I post issues with the CMSMS forum itself?
Replies: 3
Views: 2185

Re: Where should I post issues with the CMSMS forum itself?

Thanks for the info. The moderation makes lots of sense, but it would be nice for newbies to be told the details (e.g. add an explanatory message to the "READ ME FIRST!!!/Spam Reduction" thread).
by dtgriscom
Tue Mar 08, 2011 4:43 pm
Forum: General Discussion
Topic: Moving to Smarty 3?
Replies: 0
Views: 1240

Moving to Smarty 3?

Are there plans to migrate CMSMS to Smarty 3? A brief scan of their doc shows a number of nice enhancements that could really help with CMSMS sites.


Thanks,
Dan
by dtgriscom
Tue Mar 08, 2011 4:38 pm
Forum: General Discussion
Topic: Is TinyMCE being replaced by MicroTiny in CMSMS 2?
Replies: 0
Views: 1372

Is TinyMCE being replaced by MicroTiny in CMSMS 2?

The roadmap entry for CMSMS 2.0 includes "MicroTiny WYSIWYG standard". Does this mean TinyMCE is going to be replaced? I'm having some serious issues with TinyMCE breaking things, so I'm interested in alternatives. If it's being replaced, is there any target for when 2.0 might be released?...
by dtgriscom
Tue Mar 08, 2011 4:30 pm
Forum: General Discussion
Topic: Where should I post issues with the CMSMS forum itself?
Replies: 3
Views: 2185

Where should I post issues with the CMSMS forum itself?

I have a number of issues I'd like to mention about the CMSMS forum. I've looked through the various forums, but none seem appropriate. Where should I post? FYI, here are some of the issues I'd like to raise: - There should be a forum for posting comments about the CMSMS website (e.g. the forum ;) )...
by dtgriscom
Tue Mar 08, 2011 4:21 pm
Forum: General Discussion
Topic: Solved Thread Mod
Replies: 12
Views: 6701

Re: Solved Thread Mod

I posted a new thread at http://forum.cmsmadesimple.org/viewtopic.php?f=3&t=52555 . I've tried to mark it SOLVED, but have been stymied. First, I couldn't see the checkbox button, myself (perhaps because I'm a forum newbie, and don't have full privileges yet). I then tried to edit the subject to...
by dtgriscom
Tue Mar 08, 2011 1:01 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Pretty URLs and ".../" == ".../index.html" [SOLVED]
Replies: 6
Views: 3061

Re: Pretty URLs and ".../" being equivalent to ".../index.ht

A few more tweaks and improved comments: Options +FollowSymLinks -Indexes RewriteEngine on RewriteBase / # Rewrite top level "index.html" page and empty query # to the default CMS page RewriteRule ^index.html$ index.php?page= [QSA,L] RewriteRule ^$ index.php?page= [QSA,L] # Allow access to...
by dtgriscom
Mon Mar 07, 2011 8:20 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Pretty URLs and ".../" == ".../index.html" [SOLVED]
Replies: 6
Views: 3061

Re: Pretty URLs and ".../" being equivalent to ".../index.ht

Well, I finally fixed it all with mod_rewrite. Here's my new .htaccess file: Options +FollowSymLinks -Indexes RewriteEngine on RewriteBase / # Rewrite top level "index.html" page and empty query # to the default page for the website RewriteRule ^index.html$ index.php?page= [QSA,L] RewriteR...
by dtgriscom
Mon Mar 07, 2011 5:32 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Pretty URLs and ".../" == ".../index.html" [SOLVED]
Replies: 6
Views: 3061

Re: Pretty URLs and ".../" being equivalent to ".../index.ht

Actually, I need the opposite: URLs that end in "/" should have "index.html" appended. I'm sure it could be done with mod_rewrite, although that's one learning curve I have yet to climb. Unfortunately, this would mean that the default page (which always lives at "mysite.com/...
by dtgriscom
Mon Mar 07, 2011 2:24 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Pretty URLs and ".../" == ".../index.html" [SOLVED]
Replies: 6
Views: 3061

Pretty URLs and ".../" == ".../index.html" [SOLVED]

I'm porting an existing site to CMSMS 1.9.3, and I'm using pretty URLs to maintain the existing (hierarchical) page organization. It's gone well (great tool!), but I have one issue: URLs that end with "/" aren't treated as the same as the same URLs with "index.html" appended. Thi...
by dtgriscom
Sun Mar 06, 2011 12:06 am
Forum: Suggestions, Modifications & Corrections
Topic: Suggested FAQ: image thumbnail creation
Replies: 4
Views: 13406

Re: Suggested FAQ: image thumbnail creation

So, this is a 1.9.3 bug that will be fixed in the next release? If so, good to know.
by dtgriscom
Sat Mar 05, 2011 5:45 pm
Forum: Suggestions, Modifications & Corrections
Topic: Suggested FAQ: image thumbnail creation
Replies: 4
Views: 13406

Re: Suggested FAQ: image thumbnail creation

I don't think I was clear. The thumbnails I'm concerned about are those used by the Image Manager (and possibly elsewhere in the CMSMS admin interface). I was using the Image Manager, and decided to copy a bunch of files into the uploads/images directory via the command line. The Image Manager then ...
by dtgriscom
Fri Mar 04, 2011 9:05 pm
Forum: Suggestions, Modifications & Corrections
Topic: Suggested FAQ: image thumbnail creation
Replies: 4
Views: 13406

Suggested FAQ: image thumbnail creation

I'd like to suggest a FAQ (and confirm that I have the correct answer): Q: If I upload image files to the uploads/images directory using a third-party tool, how do I generate thumbnails for the images? A: If you view a directory using the Image Manager, it will automatically create thumbnails for al...

Go to advanced search