Search found 53 matches

by kris29
Mon Apr 11, 2011 8:22 pm
Forum: Modules/Add-Ons
Topic: TinyMCE - relative image path?
Replies: 2
Views: 1916

TinyMCE - relative image path?

I noticed since CMSMS 1.9.(?) TinyMCE shows absolute paths when inserting images. Having a long domain name and deep folder structure the name of the file gets cut off by the short address field :-[ Is there a way to change that to relative paths (like it was in the past)? http://img823.imageshack.u...
by kris29
Tue Nov 30, 2010 5:26 pm
Forum: Module und Tags
Topic: [Gelöst] TinyMCE - Breite des Styles Dropmenu ändern?
Replies: 2
Views: 1441

Re: TinyMCE - Breite des Styles Dropmenu ändern?

Danke mike-r! Ich hab noch eine dritte id dazugenommen, jetzt klappts. #menu_content_en_content_en_styleselect_menu_co, #menu_content_en_content_en_styleselect_menu, #menu_content_en_content_en_styleselect_menu_tb { width:300px !important; } Wie bringst Du die Styleauswahl in den TinyMce? Ganz norma...
by kris29
Tue Nov 30, 2010 12:25 pm
Forum: Module und Tags
Topic: [Gelöst] TinyMCE - Breite des Styles Dropmenu ändern?
Replies: 2
Views: 1441

[Gelöst] TinyMCE - Breite des Styles Dropmenu ändern?

Meinen custom styles gebe ich oft längere Namen, damit der Nutzer besser zurecht kommt. (z.B.  Absatz (p) Einleitungstext mit Rahmen ...) Leider ist das Dropmenu etwas zu schmal und schneidet längere Namen ab. Es wäre super wenn ich das verbreitern könnte. Bloß wo? Ich hab mich schon in den zahlreic...
by kris29
Mon Nov 08, 2010 6:01 pm
Forum: Module und Tags
Topic: Content2 / XContent / AdvancedContent ...
Replies: 97
Views: 23485

Re: Content2 / XContent / AdvancedContent ...

Danke NaN. Läuft wie geschmiert.
by kris29
Mon Nov 08, 2010 3:32 pm
Forum: Module und Tags
Topic: Content2 / XContent / AdvancedContent ...
Replies: 97
Views: 23485

Re: Content2 / XContent / AdvancedContent ...

Habe heute ganz frisch CMSMS 1.9 und AdvancedContent 0.7 installiert. Leider wird auf der Website kein Content angezeigt, wenn ich im Template mit {AdvancedContent} aufrufe :( Alle meine Seiten hab ich zuvor auf Inhaltstyp "Erweiterter Inhalt" gestellt. Was mach ich hier falsch? Hab bisher...
by kris29
Wed Oct 27, 2010 12:25 pm
Forum: Modules/Add-Ons
Topic: CTLmodulemaker - how to display only active items in sitemap
Replies: 0
Views: 706

CTLmodulemaker - how to display only active items in sitemap

Hi All I created a simple module with CTLmodulemaker 1.8.9.3 Now I want display all active categories and products in one list. I use the sitemap action {cms_module module="mymodule" action="sitemap"} but it shows ALL items, even inactive ones. How can I get only the active items?
by kris29
Tue Sep 28, 2010 6:51 pm
Forum: Module und Tags
Topic: [GELÖST]MenuManager - level 1 currentpage und dessen Unterseiten
Replies: 2
Views: 1357

Re: MenuManager - level 1 currentpage und dessen Unterseiten

Ok. Hab es erstmal mit CSS gelöst bekommen.

MenuManager Template: cssmenu.tpl

CSS:

Code: Select all

#nav li {
   display: none; 
}

#nav li.menuactive,
#nav li.menuactive li,
#nav li.menuactive li li {
	display: block;
}
by kris29
Mon Sep 27, 2010 9:03 pm
Forum: Module und Tags
Topic: [GELÖST]MenuManager - level 1 currentpage und dessen Unterseiten
Replies: 2
Views: 1357

[GELÖST]MenuManager - level 1 currentpage und dessen Unterseiten

Hallo

Ich bekomm's einfach nicht hin ...  :-\

Ich möchte ein Menu (MenuManager) anzeigen, welches NUR Unterseiten der ausgewählten Level 1 Seite anzeigt, inklusive der Seite selbst.

Anders gesagt: Alle Kinder und dessen Vater vom Level 1.

Weiß jemand wie??
by kris29
Tue Apr 06, 2010 10:59 pm
Forum: Module und Tags
Topic: Frontend User - Frontend Access einer Seite für bestimmte Gruppen
Replies: 3
Views: 1508

Re: Frontend User - Frontend Access einer Seite für bestimmte Gruppen

Problem gelöst. Ich benutze den Inhaltstypen content2 (Inhalt Extended) http://forum.cmsmadesimple.org/index.php/topic,33118.15.html und da hatte ich vergessen den Inhalt im Template mit {content2} aufzurufen und das Plugin function.content2.php zu installieren. Für FEU ist das notwendig, hab ich ge...
by kris29
Tue Apr 06, 2010 5:55 pm
Forum: Module und Tags
Topic: Frontend User - Frontend Access einer Seite für bestimmte Gruppen
Replies: 3
Views: 1508

Frontend User - Frontend Access einer Seite für bestimmte Gruppen

Ich möchte bestimmte Seiten nur für ausgewählte FEU-Gruppen zugänglich machen. Dazu wähle ich unter dem Reiter 'Optionen im Auswahlfeld 'Frontend Access:'  Registered Users only: "Gruppe1" aus. Leider wird aber stets eingeloggten Mitgliedern ALLER Gruppen diese Seite angezeigt :( Ich hab s...
by kris29
Tue Mar 23, 2010 11:24 pm
Forum: Modules/Add-Ons
Topic: show only current page and its children?
Replies: 4
Views: 1712

Re: show only current page and its children?

Sorry, I see I made myself not clear enough. Because now no parent page and children siblings are shown if a subpage is current. So I better should have put it this way "show current page (level1) and its children and their siblings" or in other words: "show complete menu only of curr...
by kris29
Tue Mar 23, 2010 10:21 pm
Forum: Modules/Add-Ons
Topic: show only current page and its children?
Replies: 4
Views: 1712

show only current page and its children?

How can I show only the current page and its children in a menu?

(I already had a look at the Menu Manager documentation, but I just don't get it. :-\ )
by kris29
Sun Mar 14, 2010 4:33 pm
Forum: Modules/Add-Ons
Topic: CGGooglemaps language
Replies: 2
Views: 846

Re: CGGooglemaps language

Thank you andershz
Now I just need to find out how to manage it with three languages. I'll check the Google Maps API documentation.
by kris29
Thu Mar 11, 2010 11:20 pm
Forum: Modules/Add-Ons
Topic: CGGooglemaps language
Replies: 2
Views: 846

CGGooglemaps language

Hello

I would like to show maps in different languages.
Is there a way to change this in CGGooglemaps or is it a browser issue?
by kris29
Sun Feb 14, 2010 10:51 am
Forum: German - Deutsch
Topic: Blocks in der Seitenspalte
Replies: 2
Views: 2149

Blocks in der Seitenspalte

Eine Frage die mich schon eine Weile beschäftigt ... Ich würde gern Globale Inhaltsblöcke (GCB), z.B. kleine Banner mit Text, auf einigen Seiten in der Seitenspalte einblenden. Diese Blocks sollen aber nicht automatisch auf allen Seiten zu sehen sein, sondern individuell jeder Seite zugeordnet werde...

Go to advanced search