Page 1 of 1

WYSIWYG & MOD-Page

Posted: Mon 26. Sep 2005, 22:37
by profix898
Hi everyone,

I'm new to phpWCMS and I really like it! There are just two questions
at the moment. I started to transfer my old pages to phpWCMS.
Therefore I used content type "HTML" an copied my old code directly
to the forms.
1. Is it possible to edit the pages with the build-in WYSIWYG-Editor
afterwards? (I already tried to paste my old code to WYSIWYG.
The formatting was fine, but I lost all JavaScripts. How can I handle
mixed content, html and scripting code?)

2. Is there any central page, where one can browse and download
MODs for phpWCMS?

Regards, Thilo

--------------------
P.S. Ist es hier üblich alle Fragen zweisprachig zu
diskutieren? Ist doch etwas seltsam ;-)

Javascript with WYSIWYG

Posted: Wed 28. Sep 2005, 13:11
by profix898
I solved problem No1 like this:
You can open the source-code view of FCKeditor
and then paste the existing code there.
Doing this, embedded JavaScript remains untouched,
but one can edit the Text/Images/... as usual.

Is there any simpler way to work with JavaScript?
How about a new content type "Scripting"?
How can I put JavaScript to the pages <head>-Section?

(Content usually goes directly to <body> !?)