Search found 3 matches

by midnightmind
Sun Dec 10, 2006 5:34 am
Forum: CMS Show Off
Topic: My First, of many with CMSms
Replies: 4
Views: 2631

Re: My First, of many with CMSms

Hey, thanks for the feedback! I'll play with the breadcrumbs bar to see if I can get it looking better in larger font sizes and when the text loses contrast on the background. I'll probably make the image scale or apply a gradient filter. I agree about the news summary on the home page. I've just be...
by midnightmind
Thu Dec 07, 2006 7:59 am
Forum: CMS Show Off
Topic: My First, of many with CMSms
Replies: 4
Views: 2631

My First, of many with CMSms

http://www.jaxstoragemall.com/

This is my first, of many, sites developed with my new favorite CMS  ;D
I'd love some feedback regarding usability, style, etc. I'm working on converting my Authorize.Net code over to CMSms module. Let me know if you're interested. Thanks!
by midnightmind
Thu Dec 07, 2006 7:38 am
Forum: Tips and Tricks
Topic: Make any page go to HTTPS! {TAG}
Replies: 9
Views: 6627

Re: Make any page go to HTTPS! {TAG}

This is what I ended up using to force an SSL page. if ($_SERVER["SERVER_PORT"] != 443) {   header('Location: https://'.$_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] .'?'. $_SERVER[QUERY_STRING]); } The only issue I had with CMSms was the stylesheet having a full path instead of a relative ...

Go to advanced search