Search found 15 matches

by Peter.Schwab
Sun Jul 29, 2007 6:02 pm
Forum: CMSMS Core
Topic: [SOLVED] Search module warning
Replies: 9
Views: 3936

Re: Search module warning

Quick and dirty solution (works for me and my clients): commenting out lines 48 - 51 in /modules/search/action.default.php //if( $origreturnid != $returnid ) //  { //    $hidden .= $this->CreateInputHidden($id, 'origreturnid', $origreturnid); //  } I cannot say, how "dirty" this solution i...
by Peter.Schwab
Fri Jul 27, 2007 12:12 pm
Forum: CMSMS Core
Topic: News Problem CMSMS 1.1
Replies: 15
Views: 7050

Re: News Problem CMSMS 1.1

I think the main problem is, that there is a profound change in NEWS 2.3 The old version worked with summary and detail templates in files, the new one has the templates stored in the database. Apparently nobody cared for backward compatibility and so the same parameter was used for both template ty...
by Peter.Schwab
Fri Jul 27, 2007 11:05 am
Forum: Module und Tags
Topic: [gelöst] Bug in News 2.3 - fehlende Maskierung der Ampersands im language file
Replies: 3
Views: 2044

Re: Bug in News 2.3 - fehlende Maskierung der Ampersands im language file

Radikale aber wirksame Lösung: /lib/classes/module_support/modform.inc.php, Funktion cms_module_CreateReturnLink, Zeile 516 //  $contents = cms_htmlentities($contents); auskommentieren. Und schon geht's auch mit dem Zurück. Ich frage mich nur, ob ich nicht bald bei all den Patches die Übersicht verl...
by Peter.Schwab
Fri Jul 27, 2007 11:01 am
Forum: Module und Tags
Topic: [gelöst] NEWS 2.3: Dateien vorhanden trotzdem "unable to read resource"
Replies: 3
Views: 1687

Re: NEWS 2.3: Dateien vorhanden trotzdem "unable to read resource"

Wer immer in NEWS 2.3 herumgewühlt hat, er hatte nicht seinen besten Tag!  :-\ Lösung des Problems für Summary: in der Datei /modules/news/action.default.php ganz am Ende den Code if (isset($params['summarytemplate']))   {     $template = 'summary'.$params['summarytemplate'];   } echo $this->Process...
by Peter.Schwab
Fri Jul 27, 2007 10:13 am
Forum: CMSMS Core
Topic: BUG?? CMSMS 1.1 => special chars problem with calendar and news module
Replies: 4
Views: 1797

Re: BUG?? CMSMS 1.1 => special chars problem with calendar and news module

Found the culprit:

file: /lib/classes/module_support/modform.inc.php

line: 516 in function cms_module_CreateReturnLink

comment out

$contents = cms_htmlentities($contents);

and all is well.

It would bei fine, if this could find it's way in the official realease. Somehow.

Best wishes

+peter+
by Peter.Schwab
Fri Jul 27, 2007 9:34 am
Forum: CMSMS Core
Topic: BUG?? CMSMS 1.1 => special chars problem with calendar and news module
Replies: 4
Views: 1797

Re: BUG?? CMSMS 1.1 => special chars problem with calendar and news module

Hi Frank, I got the same problem with my installation. The reason is, that some developers seem to be a bit over-zelous when applying the "cms_htmlentities" function. As I understand it, this function should not be used for output text coming from the language-files. When it is done, alle ...
by Peter.Schwab
Fri Jul 20, 2007 8:50 am
Forum: Announcements
Topic: Anouncing CMS Made Simple 1.1 Final
Replies: 35
Views: 37633

Re: Anouncing CMS Made Simple 1.1 Final

kinda pissed though that it has written over my TinyMCE functions, now i cant get my regular functionbars back because the 2.2 version is stripped, that really sucks. It there a full version module somewhere? Hi neighbour, glad to see that I am not the only one who is not so happy with the 1.1 impl...
by Peter.Schwab
Fri Jul 20, 2007 7:55 am
Forum: Module und Tags
Topic: Deutsche Version von TinyMCE
Replies: 5
Views: 2710

Nachtrag für Version 1.1

Die Implementierung von TinyMCE als Standardeditor in CMSms 1.1 ist ja wohl gründlich verhünert worden. Fehlender gzip-Support, nur noch zwei Buttonzeilen, die Vorgaben für das Formatdropdown werden igoriert, keine Plugin-Auswahl mehr - na ja ich lass es mal gut sein. Meine oben angezeigte Version i...
by Peter.Schwab
Sun Jul 01, 2007 6:53 pm
Forum: Module und Tags
Topic: TinyMCE läd die deutsche Sprachdatei nicht
Replies: 5
Views: 2517

Re: TinyMCE läd die deutsche Sprachdatei nicht

Ich habe die Lösung mal hier

http://forum.cmsmadesimple.org/index.ph ... 149.0.html

gepostet. Wer es brauchen kann möge sich bedienen.

Beste Grüsse

+peter+
by Peter.Schwab
Sun Jul 01, 2007 5:38 pm
Forum: Module und Tags
Topic: Deutsche Version von TinyMCE
Replies: 5
Views: 2710

Deutsche Version von TinyMCE

Moin Freunde, nachdem ich ja ein paar Probleme mit den Spracheinstellungen für TinyMCE hatte, habe ich mal eine spezielle "deutsche" Version für mich zusammengestellt. Mit dabei ist die aktuelle TineMCE Version 2.1.1.1 vom Mai ein übersetztes cmsmslink Modul die korrekten Icons in der deut...
by Peter.Schwab
Sat Jun 30, 2007 9:58 pm
Forum: Module und Tags
Topic: TinyMCE läd die deutsche Sprachdatei nicht
Replies: 5
Views: 2517

Re: TinyMCE läd die deutsche Sprachdatei nicht

"Komme gleich schlafen, nur noch was ausprobieren..." Problem gelöst: in der Datei de.js, nicht in den themes, sondern .../tiny_mce/langs/de.js folgendes ändern: bold_img : "bold_de_se.gif", italic_img : "italic_de_se.gif", so, jetzt kann ich auch meine Kunden drauf los...
by Peter.Schwab
Sat Jun 30, 2007 9:49 pm
Forum: Module und Tags
Topic: TinyMCE läd die deutsche Sprachdatei nicht
Replies: 5
Views: 2517

Re: TinyMCE läd die deutsche Sprachdatei nicht

Gut, der erste Teil des Mysteriums ist gelöst: In der Datei tiny_mce_gzip.js muss in den Settings (Zeile 5) der Parameter "languages" erweitert werden: languages : 'en,de', dann kommen wenigstens die deutschen Texte. Jetzt fehlen nur noch die Buttons. Aber erstmal gehe ich ins Bett Gute Na...
by Peter.Schwab
Sat Jun 30, 2007 8:54 pm
Forum: Module und Tags
Topic: TinyMCE läd die deutsche Sprachdatei nicht
Replies: 5
Views: 2517

TinyMCE läd die deutsche Sprachdatei nicht

Ich habe ich kleines, aber nervendes Problem mit TinyMCE: Anscheinend wird nur die normale, deutsche Sprachdatei geladen, nicht aber die für das "advanced" Theme. Dort wird scheinbar die englische Datei geladen. So sind die Hälfte der Titel bei den Buttons auf Deutsch, den andere Hälfte au...
by Peter.Schwab
Fri Apr 20, 2007 8:40 pm
Forum: Show Off
Topic: Letzte Woche vom Stapel gelaufen
Replies: 2
Views: 4040

Letzte Woche vom Stapel gelaufen

Zwei neue Sites mit CMSms: http://www.steuerberater-gehle.de/ http://www.heizung-freimuth.de/ Beides sind CMSms 1.0.4 Installation mit einer Implementation von YAML für das Layout. Beste Grüsse aus Ostfriesland +peter+ anthope.net - Peter Schwab - Informatik Dienstleistungen XING: https://www.xing.c...

Go to advanced search