View Full Version : Editor Problem? I cant type in any message to send, other works fine.


slycom
11-14-2005, 01:09 AM
Hello.

I dont know why, but i cant type anything in. With the IE i have only a white window. With Firefox i dont see any editor-window.
So only i can input Email-adress, subject and an attachment.

this will be send. But what is wrong, that i cant type any message??? :cry:

All other like receive Mail, delete, .. works great.

Thx for hlp.

Jafo
11-14-2005, 07:07 AM
Do your browsers have Javascript enabled?

slycom
11-14-2005, 02:30 PM
Yes of course. ;)

Jafo
11-14-2005, 04:15 PM
Do you have a link where I can see this?

slycom
11-14-2005, 10:54 PM
www.slycom.de i create a username: test passwort test. tell me over yahoo, more. slycom_de@yahoo.de

Jafo
11-15-2005, 08:36 AM
This is because you are running this in some strange frames configuration. It is throwing a javascript error:

Error: uncaught exception: Permission denied to get property Window.__FCKeditorNS

If using firefox, see your javascript console.

slycom
11-15-2005, 07:28 PM
i want that it works. also i want that it works with IE and Mozilla as same. What should i do? i dont need so exited Editor. im only need an input window for messages. Greets All other works fine. i hate java.

slycom
11-18-2005, 09:35 PM
hm, its seems to be, that nobody knows a method to fix this error. help,pls.
Greetings Sly

slycom
12-02-2005, 01:30 AM
Is ther nobody out, who can help me to fix this error? PLEASE !!!!!

Jafo
12-02-2005, 09:36 AM
You should stop using frames on your frontpage.

slycom
12-04-2005, 12:27 AM
:banghead:
Ok, i dont want to change my template for mambo only for this mailscript.
And for example: On any template (also standart) the compose Site dont work!
So why you say, the frames make this mistake? I see you havent enough time for your forum. but if i look for other products with more functions i have many questions. Why your script is in only one language, why it makes mistakes on display a received message? and more. I paid you 20€ for this little script. for b1gmail i paid 79€ and have many more. also a good support. The only rule why i dont buy the other script is, i havent so many money at the moment. You can edit this massage after reading, so that here is no tell for other products. but all i tell here, the meaning of it isnt to make you :angryfire .

So, how can i delete the fckeditor and change it to a only input (textarea)?

Only what i want is to type in any message without the editor.

So if i click on compose, it have to be open only one html-form-site without editor. Please send me changes in script that i can use any other form-site. and the variables for input frame, to, from,subject, attachment. then all is good. Or tell me how you have 30 min to clear the mistake in tempolate without changing the endstyle.

Or give me a tell how can i use only the receive funktion and the sort to user.

ICQ 97433675 Yahoo slycom_de

Thx a lot...

stefant
12-22-2005, 08:54 AM
hi sly,

had the same problems as you and changed some lines inside the fckeditor.php script. Now it works fine for me.

Try this:

(this is, if you click compose and nothing seems to be on the right place and you can not use the mail component by clicking "Send")

1. open fckeditor.php
2. Search the line:
$Html .= '</div>' ;
2.1 Change the line to:
$Html .= '' ;

...using some Mambo-templates, the DIV-container needs to stay open...

If you want to make the editor simple as it can be, try this two options:

1st:
1. open fckeditor.php
2. search the line:
"$this->ToolbarSet = 'Default' ;"
2.1 replace line with:
$this->ToolbarSet = 'Basic' ;

...or 2nd:
if you only want a textfield for your mail body - try to hack the iframe detection inside the fckeditor.php script.

Hope that helps!

Bye
Stefan

(Please understand that this comes with absolute NO WARRENTY. You do changes on the script - on your own risk!... as well i don´t know if this is legal ;))