G2Image Version 3.0.3 - Released 13 May 2008

capt_kirk

Joined: 2006-01-24
Posts: 492
Posted: Mon, 2008-05-12 19:29

G2Image version 3.0.3 is posted on the G2Image Download Page. It updates the TinyMCE interface to work with TinyMCE version 3.0 and JCE 1.5. It is not backwards compatible with TinyMCE version 2.x and JCE 1.0/1.1.

If you are using G2Image versions 3.0, 3.0.1, or 3.0.2 with no problems, you do not need to upgrade to version 3.0.3.

Kirk
____________________________________
G2Image Documentation, G2Image Demo Page, My Family Website

 
dinart

Joined: 2008-07-01
Posts: 1
Posted: Tue, 2008-07-01 08:31

Hi,

I'm using Drupal 6 and tinymce 3
I get a javascript error message saying
tinymce is not defined
editor_plugin.js (line 21)
tinymce.PluginManager.requireLangPack('g2image');

Any ideas?

Thanks

shlomi

 
evilc

Joined: 2004-08-01
Posts: 47
Posted: Sat, 2008-07-12 17:48

I have Joomla 1.5.4 and G2 2.2.5 and am having issues getting this working. I am using the TinyMCE editor that comes with this version of Joomla.

The instructions say "Joomla JCE v1.5 users should leave the file zipped and install it using the plugins manager under the JCE component."
I have no idea what JCE is, I tried installing via the Joomla Install/Uninstall but it gave the errors "Plugin Install: No plugin file specified" and "Install Plugin Error"

Also in the instructions (Under "Built-in TinyMCE") it said:
"Unzip the file and put the g2image folder in a new g2image subdirectory in /mambots/editors/tinymce/jscripts/tiny_mce/plugins/"
This directory does not exist. However "/plugins/editors/tinymce/jscripts/tiny_mce/plugins/" exists
Then it says "Make the following changes to /joomla/mambots/editors/tinymce.php". Well, as before, it isn't called "mambots" but "plugins", but the file does exist.
It does look slightly different though-

It looks like:

plugins : \"advlink, advimage, $plugins\",
theme_advanced_buttons1_add : \"fontselect\",
theme_advanced_buttons2_add : \"$buttons2\",

So I changed it to:

plugins : \"advlink, advimage, g2image, $plugins\",
theme_advanced_buttons1_add : \"fontselect\",
theme_advanced_buttons2_add : \"$buttons2, separator, g2image\",

But no joy. Help please!

 
evilc

Joined: 2004-08-01
Posts: 47
Posted: Mon, 2008-07-14 08:44

OK, so I worked out JCE was an improved editor for Joomla, got a fresh Joomla/G2 install, installed JCE and then installed the plugin using the JCE plugin installer in Joomla as directed.

G2Image plugin now shows up correctly in the JCE plugin manager list, I see the tree icon with G2 in there and it is ticked and active.

However, no G2image icon in the JCE editor :(

My process is:
1) Fresh install of Joomla 1.5.4
2) Fresh install of G2 2.2.5
3) Install JCE#1: Joomla plugin com_jce_150_rc4.zip
4) Install JCE#2: Joomla plugin plg_jce_150_rc1.zip
From http://joomlacode.org/gf/project/gallery2_bridge/frs/
5) Install G2 Bridge #1: Joomla plugin com_g2bridge_2.1.zip (Then configure)
6) Install G2 Bridge #2: Joomla plugin plg_g2bridge_user.zip
7) Add Gallery page to verify page showing G2 page embedded in Joomla
From your page:
8) G2Image within JCE: JCE Plugin g2image-v3.0.3.zip

 
evilc

Joined: 2004-08-01
Posts: 47
Posted: Mon, 2008-07-14 09:09

Heh, I worked out that the latest version of G2 was using TinyMCE 2.x not 3.x and to install the 3.0.2

So I have one method working...
would still like to know why the JCE plugin is not working though.

cheers