file browser issues

ianraba
Posts: 34
Joined: 2010-06-24 17:44

file browser issues

Post by ianraba » 2011-05-16 21:52

Hi
When clicking the Image icon causes a pop up 'file browser module not available!
Any ideas why?

Vegetta
Posts: 7
Joined: 2010-04-23 19:33

Re: file browser issues

Post by Vegetta » 2012-06-13 15:34

I am today getting the same issues - on FF 12.0 MAC (Works fine in windows/IE)

AAAAAAND I fixed my issue with this

Edit the following file:

includes > ktm > core > editor_mozilla.js

Around line 10 search for the following
var class_name=(tmpprs.isSameNode(current_tag))

and replace with
var class_name=((current_tag))

http://www.interaktonline.info/files/55 ... n-Mac.html

ianraba
Posts: 34
Joined: 2010-06-24 17:44

Re: file browser issues

Post by ianraba » 2012-09-20 10:29

now on PC firefox 15 i have old sites having problems with File browser module not available!

Any solutions?

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: file browser issues

Post by Fred » 2012-09-21 11:04

Hi Ian,
No idea...
Because the editor and file browser is such an important part of any CMS you cant go without it.
Problem is things chances over time and to maintain it is near impossible with all the JS in it.

Thats why I decided to dump KTML and replace it with tinymce and KCFinder
It is easy enough to integrate and obviously it keeps on being developed.
And best of all it is free.

The only real drawback is the loss of the advanced image manipulation features in the file browser. But I can live with that.

Post Reply