PDA

View Full Version : No WYSIWYG-editor


anderss
07-19-2006, 08:44 PM
I use JCE 1.0.4 as default editor for my Joomla 1.0.10, but it does not show up for JA Submit 2.1. What can the problem be?

itguy
07-20-2006, 06:31 PM
Not sure I understand the problem but if you open the editor and no content shows in the window...

Open up your configuration.php file in the root directory for the joomla site and change:

$mosConfig_livesite= 'yourdomainname.com';
to:
$mosConfig_livesite= 'www.yourdomainname.com';

For some reason JCE gets confused if you don't have the "www".

anderss
07-20-2006, 06:38 PM
No, that is not the problem. The JCE editor works fine in other parts of the site, but not with JA Submit: there is no editor. You can submit content, but without WYSIWYG.

Klausi2000
08-14-2006, 09:41 PM
Hi,

i have the same problem ... I use Joomla 1.0.10 with Ja sibmit 2.1 ans JCE 1.04 ==> JCE ist working fine in the news- and content-sections

But not with Ja Submit ...

I tried to use TinyMCE - this works fine - I changed back to JCE (this is my standad editor) and I cant use the editor.

I looked at the sourcecode and find some javascript at both installations ... but I have no idea whats the difference ... or for what I must search.

I you want to take a look at my installation (with JCE enabled): http://www.angel-news.de/component/option,com_ja_submit/Itemid,49/

Thanks for your help and excuse my bumpy english ... :cool:
Klausi

Klausi2000
08-14-2006, 10:03 PM
Then I find out that when I use an editor I cant find the written news in my backend or in the database ... when I try to send a news without an wysiwyg-editor - onyl with the "NO WYSIWYG"-Mambot I find the news in my backend ...

Shall I try to uninstall Ja submit 2.1 and try 2.0? But I think there are many bug fixed in the new version .. :confused:

Can anybody help me? because this is the exact component I'm searching for ... but only when I get them to work with the editor my editors knowing ... with JCE.

Thanks a lot for you help and time!
Klausi

Klausi2000
08-19-2006, 10:29 AM
No ideas? Can nobody help me?

Christian

anderss
08-19-2006, 09:37 PM
I have not got any help either, for one month :(

Linharex
09-06-2006, 03:02 AM
I have an idea
open file: ja_submit.html.php
Find this:

<tr>
<td colspan="2">
<?php
editorArea( 'editor1','', 'introtext', '500px', '200px', '70', '15' ) ;
if (!(hasInit()&&$my->id)){
initEditor();
}?>
</td></tr>
<tr>
<td colspan="2"><label for="fulltext"><?php echo _H_MAINTEXT.' ('._H_OPTIONAL.')'; ?></label>:</td>
</tr>
<tr>
<td colspan="2">
<?php
editorArea( 'editor2', '' , 'fulltext', '500px', '400px', '70', '15' ) ;
?>
</td></tr>
Change to:

<tr>
<td colspan="2">
<?php
editorArea( 'editor1','', 'introtext', '100%', '300', '70', '15' ) ;
if (!(hasInit()&&$my->id)){
initEditor();
}?>
</td></tr>
<tr>
<td colspan="2"><label for="fulltext"><?php echo _H_MAINTEXT.' ('._H_OPTIONAL.')'; ?></label>:</td>
</tr>
<tr>
<td colspan="2">
<?php
editorArea( 'editor2', '' , 'fulltext', '100%', '300', '70', '15' ) ;
?>
</td></tr>

Try it. My problem was resolved, good luck

anderss
09-06-2006, 12:06 PM
Thanks for trying, but that did not help.

darklight1848
12-25-2007, 06:15 PM
All the Above dont Work.
Use JA Submit 2.1 and Joomla 1.0.13.

All works fine, but theres no Editor.
Also the Button under the Textarea (Image, Pagebreak etc.) dont work.

Any Idea?

Thanx a lot

cagdas123
05-22-2008, 03:11 PM
Hi All.
I have a jce problem in ja-fedora.Jce dont work in thema frontpage but good work in administrator zone(backend space). Please help me.

kmf165
06-30-2008, 04:09 AM
Hi, try check if you have this in your template file

if ( $my->id ) {
initEditor();
}

Menalto
06-30-2008, 08:47 AM
If you did a search you found it here: http://www.joomlart.com/forums/showthread.php?t=14013