HTML, or wysiwyg html

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

HTML, or wysiwyg html

Post 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
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post 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.
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post 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?
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post 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.
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post 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. :lol:
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post 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
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
User avatar
Oliver Georgi
Site Admin
Posts: 9918
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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. :lol:
text and image is good to combine an image just with your text - image source internal.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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
Image
User avatar
Oliver Georgi
Site Admin
Posts: 9918
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

support for HTMLarea is ended. I will remove that part.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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.
User avatar
Oliver Georgi
Site Admin
Posts: 9918
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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.

Code: Select all

$phpwcms["wysiwyg_editor"]    = 2;
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!
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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
Paal
Posts: 204
Joined: Wed 6. Oct 2004, 19:54
Location: Budapest, Hungary
Contact:

Post 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.

Code: Select all

$phpwcms["wysiwyg_editor"]    = 2;
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
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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.
Post Reply