|
Tinymce does not appear in Firefox Browser?
|
| Dawan |
Posted on 03-12-2010 19:56
|

Member

Posts: 110
Joined: 24/03/2009
|
Hi ,
after upgrade the php-fusion script to v7-01-02 , I get this problem :
Tinymce does not appear in Firefox Browser.
How can I fix this problem?
thank you |
| |
|
|
| GMUDuckman |
Posted on 03-12-2010 19:58
|

Senior Member

Posts: 267
Joined: 06/07/2010
|
use firebug to check and see if there are any javascript errors being thrown on the page where tinymce should appear. |
| |
|
|
| Craig |
Posted on 03-12-2010 20:02
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
Make sure JavaScript is enabled.
Try uploading all the Tiny MCE Files again.
Refresh your page a few times using CTR and F5
|
| |
|
|
| Dawan |
Posted on 04-12-2010 10:43
|

Member

Posts: 110
Joined: 24/03/2009
|
I solved my problem ,
in the global.php in my local host in the line of 13 change this
$locale['tinymce'] = "ku";
to the
$locale['tinymce'] = "en";
, but I have another problem :-
the copy,past & cut not allowed in Firefox?
what can I do about that? |
| |
|
|
| Rolf Mayer |
Posted on 04-12-2010 12:08
|

Senior Member

Posts: 413
Joined: 01/11/2010
|
Dawan wrote:
...
, but I have another problem :-
the copy,past & cut not allowed in Firefox?
what can I do about that?
Use keys: STRG and C for copy,
STRG and X to cut,
and STRG and V to paste...
Edited by Rolf Mayer on 04-12-2010 12:08
Ex
|
| |
|
|
| Craig |
Posted on 04-12-2010 14:47
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
Dawan wrote:
I solved my problem ,
in the global.php in my local host in the line of 13 change this
$locale['tinymce'] = "ku";
to the
$locale['tinymce'] = "en";
, but I have another problem :-
the copy,past & cut not allowed in Firefox?
what can I do about that?
Select Text , Select EDIT in your browser and select copy.
Same for paste.
|
| |
|
|
| Dawan |
Posted on 04-12-2010 14:51
|

Member

Posts: 110
Joined: 24/03/2009
|
so , is there another way to solve the problem? I mean while pressing the right click the will works be done? Won't the problem be solved from the browser itself?
Thank for the reply |
| |
|
|
| Craig |
Posted on 04-12-2010 15:16
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
Yes use Internet Explorer.
|
| |
|
|
| Rolf Mayer |
Posted on 04-12-2010 16:00
|

Senior Member

Posts: 413
Joined: 01/11/2010
|
Fangree_Craig wrote:
Yes use Internet Explorer.
Or one of the others!
Ex
|
| |
|