Search found 7 matches

by dibo
Fri 3. Sep 2004, 12:47
Forum: phpwcms Support English
Topic: Very BIG image creation!!!
Replies: 10
Views: 2652

Oliver Georgi wrote:you have to rebuild thumbnails again.
Where/how can I do that?
Sorry I´m still a newbie!
by dibo
Fri 3. Sep 2004, 12:02
Forum: phpwcms Support English
Topic: Very BIG image creation!!!
Replies: 10
Views: 2652

in conf.inc.php
I changed the "img_prev_height" to 800 there but without effect!

// content values
$phpwcms["file_maxsize"] = 2097152; //Bytes (50 x 1024 x 1024)
$phpwcms["content_width"] = 538; //max width of the article content column - important for rendering multi column images
$phpwcms ...
by dibo
Thu 2. Sep 2004, 17:15
Forum: phpwcms Bug Reports
Topic: line breaks insertion in summary field
Replies: 1
Views: 2580

To solve the problem you have to change a little bit code in:

include/inc_lib/article.editcontent.inc.php

line 76

Code:
if(!$_SESSION["wysiwyg_editor"]) $article["article_summary"] = nl2br($article["article_summary"]);

please uncomment:

Code:
//if(!$_SESSION["wysiwyg_editor"]) $article ...
by dibo
Mon 23. Aug 2004, 13:45
Forum: phpwcms Bug Reports
Topic: Automatisch verdoppelte Zeilenumbrüche im Schlagtext
Replies: 9
Views: 5114

OK, mit HTML kann ich leben!
Dann ist auch die Codeänderung (s.o) sinnvoll.
Danke + Grüße
Dirk

P.S.: Hoffentlich funktioniert unter Windows nach der Code-Änderung auch noch der Wysiwyg-Editor? Wenn nicht, melde ich mich nochmal!
by dibo
Mon 23. Aug 2004, 12:36
Forum: phpwcms Bug Reports
Topic: Automatisch verdoppelte Zeilenumbrüche im Schlagtext
Replies: 9
Views: 5114

geht leider auch nicht

Obige vorgeschlagene Code-Änderung führt dazu, dass Zeilenumbrüche in unformattiertem Fließtext (kein HTML) überhaupt nicht mehr umgesetzt werden, auch wenn diese nun in dem Eingabe-Feld "Schlagtext" richtig angezeigt werden (d.h. ohne Verdopplung nach dem Wiederaufruf des Formulars "Artikel ...
by dibo
Fri 20. Aug 2004, 17:41
Forum: phpwcms Bug Reports
Topic: Automatisch verdoppelte Zeilenumbrüche im Schlagtext
Replies: 9
Views: 5114

Fehler bei reiner Texteingabe ohne wysiwyg-editor

Hallo,
bin anscheinend falsch verstanden worden. Auf dem Mac funktioniert die Texteingabe überall nur als reine Texteingabe (HTML oder einfacher Text) ohne wysiwyg-editor.
Allein in dem Eingabe-Feld "Schlagtext" in der "Artikel Basisinformation" habe ich das Problem der verdoppelten Zeilenümbrüche ...
by dibo
Fri 20. Aug 2004, 17:20
Forum: phpwcms Bug Reports
Topic: Automatisch verdoppelte Zeilenumbrüche im Schlagtext
Replies: 9
Views: 5114

Automatisch verdoppelte Zeilenumbrüche im Schlagtext

Hallo,
ich ärgere ich mich schon seit langem in allen mir verfügbaren Programmversionen (bis Release 1.1-RC4 22-06-2004 ) über einen kleinen BUG, der anscheinend nur unter MacOS X (Browser: Safari 1.2.3) auftritt:
Jedesmal wenn ich die Artikel Basisinformation öffne, verdoppeln sich damit die ...