Search found 126 matches

by martin42
Tue Jan 07, 2014 6:30 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Secondary horizontal CSSMenu ?
Replies: 3
Views: 1924

Re: Secondary horizontal CSSMenu ?

Yep - that's fixed it! Global change in 'vi' is more reliable than editing by hand ;-)

Cheers

- Martin
by martin42
Mon Jan 06, 2014 9:41 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Secondary horizontal CSSMenu ?
Replies: 3
Views: 1924

Re: Secondary horizontal CSSMenu ?

Tried that earlier - ended up with funny blobs after the menu entries, so I reverted to the previous version. But maybe I mistyped something. I can try it again tomorrow.
by martin42
Mon Jan 06, 2014 8:13 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] Secondary horizontal CSSMenu ?
Replies: 3
Views: 1924

[SOLVED] Secondary horizontal CSSMenu ?

I'm a CSS newbie, updating a site with a horizontal navigation menu, one level deep... The main template builds its Nav menu like so: {menu number_of_levels="1" start_level="1" loadprops=0 template='cssmenu.tpl'} For one area of the site, we need a second level menu. For that are...
by martin42
Sun Dec 29, 2013 10:50 am
Forum: The Lounge
Topic: How to generate a growing page in CMSMS?
Replies: 0
Views: 1797

How to generate a growing page in CMSMS?

I'd like to make a web page that displays a growing amount of text - generated from a Unix command in a user-defined tag. This used to be called "Non Parsed Headers" in the old days, when I seem to recall it worked in everything except MSIE. The page will be hidden and password-protected, ...
by martin42
Tue Apr 09, 2013 6:55 am
Forum: CMSMS Core
Topic: Setting up SSL-only access, plus a "Deploy" button?
Replies: 2
Views: 1058

Re: Setting up SSL-only access, plus a "Deploy" button?

Thanks! I'll have a play and see how it goes, and update this thread in due course.
by martin42
Mon Apr 08, 2013 3:12 pm
Forum: CMSMS Core
Topic: Setting up SSL-only access, plus a "Deploy" button?
Replies: 2
Views: 1058

Setting up SSL-only access, plus a "Deploy" button?

Hi, I'm starting a new website using CMSMS + Apache + Linux. We will only offer static content, so I want to hide the dynamic CMSMS functionality from public view... I plan to publish the CMSMS only via SSL, with Apache checking client-side certificates. So content authors will need a private SSL ce...
by martin42
Sun Sep 25, 2011 10:01 am
Forum: Layout and Design (CSS & HTML)
Topic: Section header don't work in ipad
Replies: 10
Views: 4725

Re: Section header don't work in ipad

Well, I guess the real problem is that "CSS:Hover" is fundamentally unsafe (because it doesn't really mean anything) for Touch-screen devices. That's not something that CMSMS can really fix. Yet for some reason I don't really understand, one of my older sites has CSSMenu drop-downs that wo...
by martin42
Mon Jun 06, 2011 10:48 am
Forum: Announcements
Topic: Announcing CMSMS 1.9.4.2 -- Important Security Release
Replies: 10
Views: 14857

Re: Announcing CMSMS 1.9.4.2 -- Important Security Release

For 1.10, it would be nice to have more robust separation between unauthenticated (public) website access and authenticated (editor/designer/admin) CMS access. My sites use Apache configs for a little extra security:- 1. /admin is renamed, and only visible from HTTPS. Hopefully 1.10 will offer this ...
by martin42
Thu Apr 07, 2011 10:50 am
Forum: CMSMS Core
Topic: Disabling session cookies for unauthenticated access?
Replies: 0
Views: 848

Disabling session cookies for unauthenticated access?

Hi, Is there a clean way to stop CMSMS from setting CMSSESSIDxxxxxxxx session cookies for unauthenticated site visitors? My site is so simple that, unless I log in to the Admin pages, the session cookies serve no purpose. Of course, session cookies are totally harmless. But for my site they are unne...
by martin42
Sun Mar 27, 2011 7:24 pm
Forum: Layout and Design (CSS & HTML)
Topic: How to fix Hover on menu for ipad/ipod touch
Replies: 5
Views: 5383

Re: How to fix Hover on menu for ipad/ipod touch

Thanks! That's a good idea. So the sectionheader doubles as the first sub-item - avoiding the need to add an unnecessary page.
by martin42
Sun Mar 27, 2011 11:06 am
Forum: Layout and Design (CSS & HTML)
Topic: How to fix Hover on menu for ipad/ipod touch
Replies: 5
Views: 5383

[SOLVED]: How to fix Hover on menu for ipad/ipod touch

OK - the problem was that the CSS "Hover" method isn't really supported on touch-based devices (iPad, iPhone, iPod Touch, Android?). Strangely it just worked OK with my old CSSMenu based site, but that's really old. The workaround is to ensure that all your drop-down menus have landing pag...
by martin42
Sat Mar 26, 2011 2:14 pm
Forum: Layout and Design (CSS & HTML)
Topic: How to fix Hover on menu for ipad/ipod touch
Replies: 5
Views: 5383

Re: How to fix Hover on menu for ipad/ipod touch

Hi,

What was the solution to making CSS Menus drop down successfully on the iPad?

Thanks!

- Martin
by martin42
Sat Mar 26, 2011 1:32 pm
Forum: Layout and Design (CSS & HTML)
Topic: Section header don't work in ipad
Replies: 10
Views: 4725

Re: Section header don't work in ipad

Hi

I have same problem! What was the solution?

I see your site's working OK now on iPad.

Thanks

- Martin
by martin42
Tue Mar 22, 2011 8:56 am
Forum: CMSMS Core
Topic: SQL Injection Protection?
Replies: 2
Views: 1534

Re: SQL Injection Protection?

Yes - I've been working from the guide, and a few other articles around here. Your reply has served to remind me to update that Wiki page with a link to http://forum.cmsmadesimple.org/viewtopic.php?f=3&t=48912&hilit=Force+admin+over+ssl which documents a quick tweak to config.php that's requ...
by martin42
Tue Mar 15, 2011 3:16 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: SSL Admin
Replies: 4
Views: 3364

Re: SSL Admin

$config['root_url'] = 'https://www.blah.com'; if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { $config['root_url'] = 'https://www.blah.com'; } That's really useful. The existing security Wiki article only talks about redirecting http://blah.com/admin to https://blah.com/admin, whic...

Go to advanced search