elrte did not insert images from elfinder

Added by yosafat wijaya 11 months ago

Hi, i have trouble with elrte...
It didn't insert images from elfinder.
I've included some screenshoot in here..

i already tried this on elfinder:

    'root'            => '../../../../../gallery/images/uploads/',// path to root directory
    'URL'             => 'http://www.gallery.mywebsite.com/images/uploads/', // root directory URL
    'rootAlias'       => 'Gallery',       // display this instead of root directory name
    'mimeDetect'       => 'internal',

i alseo tried this:

    'root'            => '/home/myuser/www/gallery/images/uploads/',// path to root directory
    'URL'             => 'http://www.gallery.mywebsite.com/images/uploads/', // root directory URL
    'rootAlias'       => 'Gallery',       // display this instead of root directory name
    'mimeDetect'       => 'internal',

But both shows the same results...
I would appreciate for any kind of helps...
Thx b4...

1.JPG (36 kB)

2.JPG (33.4 kB)

3.JPG (25.5 kB)


Replies (6)

RE: elrte did not insert images from elfinder - Added by Troex Nevelin 11 months ago

This is really strange, can you see Firebug console for errors?

SOLVED - Added by yosafat wijaya 11 months ago

After hours of trying, googling... Finaaalllyyy...
It seems that elrte is not compatible with the new jquery...
I was using jquery-1.6.1.min.js which is the problem...
Then, i switch to jquery-1.4.4.min.js and it worked...

I hope there'll be a fix for this so we could always use the newest jquery...

@Troex Nevelin: Thx 4 your replies... :)

RE: elrte did not insert images from elfinder - Added by Troex Nevelin 11 months ago

Wait 1-2 days, we will release elRTE 1.3, it comes with latest jQuery 1.6.1

elRTE 1.3 with latest jQuery 1.6.1 - Added by yosafat wijaya 11 months ago

I'll be waiting for it ^^
Thx...

just asking,
can u add a feature like new page or clear editor to remove all the content inside the editor..
i think that will be useful and prety handy..
at least faster than manual delete (ctrl+a, del)...

thx so much for the respons... :)

RE: elrte did not insert images from elfinder - Added by Troex Nevelin 11 months ago

Not sure that such button will be useful (just in very rare cases), you can clean contents my calling:

$('#elrte').elrte('val', '');

RE: elrte did not insert images from elfinder - Added by yosafat wijaya 11 months ago

Thx 4 the trick... ^^
Looks like the 1.3 is out already...
I'll try it...

Thx 4 the update... ^^

(1-6/6)