Page 1 of 2
HTML, or wysiwyg html
Posted: Wed 26. Apr 2006, 20:51
by Stim
Hi
What is different between HTML, and wysiwyg html content part? Its looks like same stuff for my and i can’t see anything different between them really
Posted: Wed 26. Apr 2006, 22:38
by Klappstuhl28
Hi Stim,
in general the html is more code based. In
WYSIWYG- (What You See Is What You Get) Editors you´ll see
how your ... appears later on in the browser.
I don´t know how it is in phpwcms-contentparts, but
normally there isn´t a big difference.
Posted: Thu 27. Apr 2006, 08:23
by Stim
Hi Klappstuhl28
What is different between HTML, wysiwyg html, and "text images" content part. Can’t see anything different between them in working area in the admin. What content part is recommended to use between them 3 part?
Posted: Thu 27. Apr 2006, 08:58
by Klappstuhl28
Hi stim,
yes, you won´t see any differences because the
difference is what you integrate.
In html you enter html-code. What else?
In plain text or what it´s named in the english-version
you enter text and the contentpart will declare it as
text.
In WYSIWYG-HTML you don´t have to write any format-declarations
in the html-code. You just can edit them by using the editor.
Posted: Thu 27. Apr 2006, 09:09
by Stim
OK! But I can use editor in text images, same as WYSIWYG-HTML. I relay cant se deferent between them 2 right now!
Anyway, what content part is recommended to use? Sometimes I use , text images, or WYSIWYG-HTML, but don’t know way.

Posted: Thu 27. Apr 2006, 12:00
by Klappstuhl28
http://www.phpwcms-docu.de/content_parts_en.phtml
Of course not. Normally text and images uses the fck-editor.
But as a WYSIWYG-Editor you can also use others if you change
your conf
Posted: Thu 27. Apr 2006, 15:45
by Oliver Georgi
Stim wrote:OK! But I can use editor in text images, same as WYSIWYG-HTML. I relay cant se deferent between them 2 right now!
Anyway, what content part is recommended to use? Sometimes I use , text images, or WYSIWYG-HTML, but don’t know way.

text and image is good to combine an image just with your text - image source internal.
Oliver
Posted: Sun 30. Apr 2006, 15:36
by 1996 328ti
I think this is a problem in 1.2.6
Code: Select all
$phpwcms["wysiwyg_editor"] = 1; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based, 4 = spaw
This is what I see

Posted: Sun 30. Apr 2006, 16:58
by Oliver Georgi
support for HTMLarea is ended. I will remove that part.
Oliver
Posted: Sun 30. Apr 2006, 20:23
by 1996 328ti
Oliver Georgi wrote:support for HTMLarea is ended. I will remove that part.
Does that mean the only option is using FCKeditor2 or is there no WYSIWYG editor at all?
If I can use FCKeditor. I don't know how to enable it. I have the correct setting in my config file.
Posted: Sun 30. Apr 2006, 21:36
by Oliver Georgi
Use
Code: Select all
$phpwcms["wysiwyg_editor"] = 2; //FCKeditor
or
Code: Select all
$phpwcms["wysiwyg_editor"] = 4; //Spaw
FCKeditor and Spaw are included and supported. TinyMCE is also included but not recommend. TinyMCE (5) has support for Safari - but this is horrible - and almost not working.
Oliver
Posted: Sun 30. Apr 2006, 22:08
by 1996 328ti
Oliver Georgi wrote:FCKeditor and Spaw are included and supported. TinyMCE is also included but not recommend. TinyMCE (5) has support for Safari - but this is horrible - and almost not working.
but still have no editor.
Edit: Today is my day for doing dumb things. Once I refreshed the screen the FCK editor was there.
Thank you!
Posted: Sun 30. Apr 2006, 22:09
by DeXXus
1996 328ti wrote:If I can use FCKeditor. I don't know how to enable it. I have the correct setting in my config file.
Have you tried my changes?
http://www.phpwcms.de/forum/viewtopic.php?p=63711#63711
Posted: Sun 30. Apr 2006, 22:12
by Paal
1996 328ti wrote:Oliver Georgi wrote:FCKeditor and Spaw are included and supported. TinyMCE is also included but not recommend. TinyMCE (5) has support for Safari - but this is horrible - and almost not working.
but still have no editor.
Edit: Today is my day for doing dumb things. Once I refreshed the screen the FCK editor was there.
Thank you!
If change the editor type setting, try logout, and login again and check the editor type now.
Paul
Posted: Sun 30. Apr 2006, 22:21
by 1996 328ti
Thank you DeXXus and Paal, it is working. It was either a refresh or maybe I did have to log out and back in.
And expecially thank you Oliver.
I couldn't imagine where I'd be without him.