PDA

View Full Version : how to change default editor?


ehsan
09-18-2006, 03:13 PM
I want to change the default editor to "HTMLAREA" : http://www.interactivetools.com/products/htmlarea/

How can I totally remove default editor and switch to simple <textarea>

ironAlex
09-18-2006, 04:44 PM
To do this first change admin/include.php file

At the bootom of file see the line

$wysiwyg_editor = "rte";

Simply change rte with tiny (reserved for tinyMCE editor)

Now, copy next 2 file

article_add_rte.tpl to article_add_tiny.tpl
edit_rte.tpl to edit_tiny.tpl

You need to delete rte JS from temlates
Also search for <form name="form1" and delete onSubmit="return submitForm();"

Now, you have clearly text area, and you can include your editor.


After that you may switch editors by editing include.php

ehsan
09-18-2006, 06:08 PM
thanks works fine.

but when I want to edit news, I cant see what I had written in editor, is this normal?

Postingpays
10-01-2006, 05:43 AM
Well, I choosed the InnovaStudio WYSIWYG Editor.

What will be the line ??

$wysiwyg_editor = "XXXX";

and what will the new file names ??

article_add_rte.tpl to article_add_XXX.tpl
edit_rte.tpl to edit_XXX.tpl

Thank You.

pret
10-01-2006, 11:10 PM
To do this first change admin/include.php file

At the bootom of file see the line

$wysiwyg_editor = "rte";

Simply change rte with tiny (reserved for tinyMCE editor)

Now, copy next 2 file

article_add_rte.tpl to article_add_tiny.tpl
edit_rte.tpl to edit_tiny.tpl

You need to delete rte JS from temlates
Also search for <form name="form1" and delete onSubmit="return submitForm();"

Now, you have clearly text area, and you can include your editor.


After that you may switch editors by editing include.php


Ok! working, but newsletter block empty:(

Postingpays
10-02-2006, 02:34 AM
Well, I choosed the InnovaStudio WYSIWYG Editor.

What will be the line ??



and what will the new file names ??

article_add_rte.tpl to article_add_XXX.tpl
edit_rte.tpl to edit_XXX.tpl

Thank You.
Still, waiting for the reply ..

Please ??

Postingpays
10-04-2006, 08:19 AM
???

I am waiting ...

Mark
10-04-2006, 06:22 PM
Hi,

Please submit a ticket to support, detailing the version and the type of Vivvo license that you are using.

Thank you.

Postingpays
10-08-2006, 03:10 AM
Hi,

Please submit a ticket to support, detailing the version and the type of Vivvo license that you are using.

Thank you.
3 Days passed after the ticket .. but no reply ...

Postingpays
10-08-2006, 03:13 AM
Hi,

Please submit a ticket to support, detailing the version and the type of Vivvo license that you are using.

Thank you.
MY ticket is ABR-95712-475

Alex
10-08-2006, 07:54 PM
Your ticket has been answered. The support tickets are handled slower during weekends.

chaichai21
05-08-2007, 03:51 PM
ok, so how do i remove WYSIWYG alltogether. I dont want any editor at all, what should i do?

utvara
05-09-2007, 10:57 AM
You should remove javascript from the beginning of article_add_tiny.tpl and edit_tiny.tpl in your admin/templates folder.

chaichai21
05-19-2007, 02:25 AM
thanks a million