Search found 68 matches

by designfjord
Tue Dec 24, 2013 5:19 pm
Forum: Installation
Topic: How to get started with CMSimple
Replies: 3
Views: 3776

Re: How to get started with CMSimple

to test CMSimple in a local environment (with low skills ;) ), my advice is:
  • download cmb's Portable_XH
  • have a look at the documentation
  • download some templates
  • triel and (no) error
by designfjord
Sat Aug 24, 2013 6:11 pm
Forum: Changing layout
Topic: Problem in Chrome (solved)
Replies: 2
Views: 2629

Re: Problem in Chrome (solved)

Thank you so much, Christoph.

All the checks, shown at the bottom af cms-sites, results in 0 errors and a view warnings because of -moz-.... content in css file.
I never thought, that position:fixed would have such big consequences...

Jochen
by designfjord
Sat Aug 24, 2013 5:34 pm
Forum: Changing layout
Topic: Problem in Chrome (solved)
Replies: 2
Views: 2629

Problem in Chrome (solved)

Even MSIE 7 works as expected, but Chrome does not show the Menu-Icon when width < 640px You can see what I mean at http://temp.leberecht.net/TestPage.html when you size your browser to a width under 640px. The idea is, do set the left border of the content-div (frameRight) to 0px, so that the menu ...
by designfjord
Mon May 06, 2013 6:14 pm
Forum: Addons and Plugins
Topic: plugin survey form
Replies: 6
Views: 3997

Re: plugin survey form

In lack of a non-database-surveysystem, I've done this in an iframe with phpESP(needs a database!)
by designfjord
Sun Nov 04, 2012 8:27 pm
Forum: Open Development
Topic: Quiz plugin
Replies: 5
Views: 4297

Re: Quiz plugin

If you have a MySQL, the (old) tool http://sourceforge.net/projects/phpesp/ maybe a solution, if you call it in an iFrame. But if you're not so familiar with "manual" installations and HTML/php the use of this would be no good idea. The tool throws many warnings about deprecated php-code, but it's e...
by designfjord
Wed Oct 31, 2012 3:58 pm
Forum: Deutsch
Topic: Wie bekommt man in 1.5.5 wieder zweizeilige site title?
Replies: 8
Views: 2283

Re: Wie bekommt man in 1.5.5 wieder zweizeilige site title?

...da maskiert einer HTML-Tags
Hart im Template codieren wäre ein Ausweg.
by designfjord
Wed Sep 12, 2012 3:56 pm
Forum: Deutsch
Topic: Kniffliges Menüleisten-Problem
Replies: 9
Views: 2660

Re: Kniffliges Menüleisten-Problem

Hallo,

Es wäre nett, wenn man das in Funktion sehen könnte (URL).

Danke
Jochen
by designfjord
Tue Aug 14, 2012 2:07 pm
Forum: Addons and Plugins
Topic: Wrapper problem
Replies: 10
Views: 3964

Re: Wrapper problem

...a few month ago I have had a problem with wrapper/iframe on a linux, and the reason was a cookie-problem of the framed site...
by designfjord
Sat Jun 30, 2012 2:54 pm
Forum: Addons and Plugins
Topic: Advancedform_XH : want only 1 set in saved file
Replies: 2
Views: 1907

Re: Advancedform_XH : want only 1 set in saved file

works fine! (as ever!)
Thank you
by designfjord
Sat Jun 30, 2012 11:40 am
Forum: Addons and Plugins
Topic: Advancedform_XH : want only 1 set in saved file
Replies: 2
Views: 1907

Advancedform_XH : want only 1 set in saved file

Hello, in a special Advancedform_XH-form, only one set of data should be stored in a file for displaying it later. I thought it's easy to avoid reading of the data in the stored file by changing the advfrm.php. Simply commenting at the end of function advfrm_read_csv($id): $data = array(); /* foreac...