Search found 83 matches

by LouiseW
Thu Dec 03, 2009 10:11 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Where to translate the text (xx images) on Album overview page
Replies: 4
Views: 1654

Re: Where to translate the text (xx images) on Album overview page

Dear Dr CSS

I love this site!

Problem solved with your suggested change of the default template.

Thanks!!
by LouiseW
Thu Dec 03, 2009 9:12 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Where to translate the text (xx images) on Album overview page
Replies: 4
Views: 1654

Re: Where to translate the text (xx images) on Album overview page

Hello Dr CSS

Here is a link: http://www.atelier-7.nl/index.php?page=fotogalerij

The album titles are in Dutch (Werk van Nel Hoornveld). Under the titles I get (4 images) and that I would like to translate into (4 foto's)
by LouiseW
Thu Dec 03, 2009 8:45 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Where to translate the text (xx images) on Album overview page
Replies: 4
Views: 1654

[SOLVED] Where to translate the text (xx images) on Album overview page

I managed to translate the Album instruction text (see topic http://forum.cmsmadesimple.org/index.ph ... 315.0.html), however on the Album overview page I still get (xx images)

Where can I change that text?
by LouiseW
Sun Nov 29, 2009 1:13 pm
Forum: Modules/Add-Ons
Topic: index.php vs. index.html
Replies: 13
Views: 11078

Re: index.php vs. index.html

You actually don't need to create the static index.html in cms, because directory indexing will go to the index.html first. You just need to set blank page (not shown in the menu so no one will go to it) as default. Then the breadcrumbs/menumanager will use full address for the "home" pag...
by LouiseW
Fri Nov 06, 2009 7:52 pm
Forum: Modules/Add-Ons
Topic: ctlmodulemaker: newby question
Replies: 5
Views: 2322

Re: ctlmodulemaker: newby question

Hello Bernd Thanx for your answer. Your suggestion {cms_module module="ctlmodule" forcelist="1"} brought me a tiny step forward: I get a clickable link level01 under the page title. When I click it, an empty page appears. Just the page title remains. The templates are all 'defaul...
by LouiseW
Fri Nov 06, 2009 3:27 pm
Forum: Modules/Add-Ons
Topic: ctlmodulemaker: newby question
Replies: 5
Views: 2322

ctlmodulemaker: newby question

In order to make a catalogue of items with text and a foto I installed ctlmodulemaker and started a catalog. I kept it quite basic: one group group001 with the name namegr01 in this group001 is one level level01 Both have 4 fields, one of them with an image. I made a content page with {cms_module mo...
by LouiseW
Fri Nov 06, 2009 12:29 am
Forum: CMSMS Core
Topic: [SOLVED] How NOT to display hierarchy in menu
Replies: 2
Views: 1522

SOLVED: How NOT to display hierarchy in menu

The template came without a menu management file: my_template : cssmenu.
I copied one from an other template without hierarchy and text and that solved my problem!
by LouiseW
Fri Nov 06, 2009 12:08 am
Forum: CMSMS Core
Topic: [SOLVED] How NOT to display hierarchy in menu
Replies: 2
Views: 1522

[SOLVED] How NOT to display hierarchy in menu

I am adjustung an existing template. It shows hierarchy numbers and a text in the menu:

Current page is 7: Page-title

How can I remove this?

I cannot find any reference in my template like {node-hierarchy} as mentioned in topic http://forum.cmsmadesimple.org/index.ph ... 148.0.html
by LouiseW
Thu Sep 03, 2009 3:08 pm
Forum: Modules/Add-Ons
Topic: FormBuilder: how to define eMail-sender field's value?
Replies: 1
Views: 1055

Re: FormBuilder: how to define eMail-sender field's value?

Hello Foaly There are more topics on this issue. You find them at http://forum.cmsmadesimple.org/index.php/topic,26154.0.html and http://forum.cmsmadesimple.org/index.php/topic,27597.0.html The latest contribution was 120 days ago, so I'll continue here. Bottom line: it's a known problem  and it sti...
by LouiseW
Sun Aug 02, 2009 8:39 am
Forum: CMSMS Core
Topic: [SOLVED] Why can an Editor not add pages?
Replies: 5
Views: 1965

Re: Why can an Editor not add pages?

they can do "anything" to everything
That is not what I want.
As far as I can see now the editor group can only do something with pages and news, not anything such as changing the template.

So I guess this setting solves my question.
by LouiseW
Sat Aug 01, 2009 11:22 pm
Forum: CMSMS Core
Topic: [SOLVED] Why can an Editor not add pages?
Replies: 5
Views: 1965

Re: Why can an Editor not add pages?

Hello Dr. CSS

This person or User belongs to the Editor group only.

I checked one more option in the Editor group: Manage All Content
Now the User in the Editor group can add pages.

Is this option the correct one I had to add or can Editors do too much now?  ???
by LouiseW
Sat Aug 01, 2009 5:44 pm
Forum: CMSMS Core
Topic: [SOLVED] Why can an Editor not add pages?
Replies: 5
Views: 1965

[SOLVED] Why can an Editor not add pages?

The editor group is active and has one active user. The editor is allowed to add and modify news and pages, so 4 boxes are ticked. When I log in as the user belonging to the editor group, I can add  and modify news, but there is no link to add a page. The editor can only modify existing pages.  ??? ...
by LouiseW
Wed Jul 29, 2009 2:28 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] text alignment in tinyMCE
Replies: 6
Views: 3063

Re: text alignment in tinyMCE

I found a nice and simple work around:
Go to Extentions - TinyMCE - Advanced
and add this code to Additions to stylesheet:

Code: Select all

p{
text-align: left;
}
or

Code: Select all

body{
text-align: left;
}
You can immediately see that it works at the example below this stylesheet window.
by LouiseW
Wed Jul 29, 2009 8:52 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] text alignment in tinyMCE
Replies: 6
Views: 3063

Re: text alignment in tinyMCE

I had 2 clean installs of 1.6: local on a WAMP server and on line.

On the WAMP server I did an upgrade to 1.6.1.

The problem exists on both versions.
by LouiseW
Tue Jul 28, 2009 10:45 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] text alignment in tinyMCE
Replies: 6
Views: 3063

Re: text alignment in tinyMCE

Hello Nuno Costa

Thanks for your answer.
I did an upgrade tot 1.6.1 but the problem persists.

Go to advanced search