Problem with HTML/Visual editor tags

gameshock

Joined: 2009-05-28
Posts: 1
Posted: Thu, 2009-05-28 10:06

Hi there! I have this problem with the plugin. With the plugin activated and working, when I want to edit or write a new post, the Visual and HTML tags appears like the image 1. It shows that is selected "Visual", but clearly is an HTML view. When I click on HTML nothing happens, but when I click on Visual, all the buttons dissappear and I can't change the view again and the post text doesn't shows (but I can select it), like you can see in image 2.

I have Gallery2 and WPG2 3.0.7, using Wordpress 2.7.1.

I'm waiting to solve this error to open my site, so I appreciate a response as soon as posible.

Thanks!!

PS: sorry for my bad english

AttachmentSize
1.jpg13.71 KB
2.jpg5.04 KB
 
michels

Joined: 2009-06-17
Posts: 2
Posted: Wed, 2009-06-17 19:02

Hi,

I have the same problem (version 3.0.7 and WP) when i change the wp-config.php on default (eng) it works.
But on my settings (dutch) i see not the "Wysiwyg" editor.
change to define ('WPLANG', 'nl_NL');

I thing there is a problem on the visual editor and button for WPG2 and dutch (NL).
I have found something:
You can disable the g2image button/plugin by selecting No G2image TinyMCE Button in the WPG2 plugin G2image Options and doing a Control F5 in the TinyMCE visual editor window.

But i can not found the option to disable the g2image button/plugin?

Please help!

Thanks,
Michels

 
yyymin

Joined: 2007-01-04
Posts: 5
Posted: Thu, 2009-06-18 15:29

hello
me too problem
wplang,eng is works
but
wploang,ko-kr is not works
how fix?
help

 
michels

Joined: 2009-06-17
Posts: 2
Posted: Thu, 2009-06-25 15:34

I found a solution for this problem:

Just go to the folder "/wp-content/plugins/wpg2/g2image/langs/" of your wordpress installation, there should be a xx.js for your language. In my Case the dutch file de.js. Open the file in a text editor of your choice and replace:

tinyMCE.addToLang

with:

tinyMCE.addI18n

Thats all !!

Michels

 
yyymin

Joined: 2007-01-04
Posts: 5
Posted: Sun, 2009-07-19 00:58

thank you michels
it's works
Good Good :D