Hi!
I'm using FCKeditor 2.2 for Joomla.
I have to remove 'Upload' tab from the image selection dialog. I've set FCKConfig.ImageUpload = false, but it didn't help me. I tried to comment string 'window.parent.AddTab( 'Upload', FCKLang.DlgLnkUpload )', but this tab appears.
Can you advice me how to hide it?
I'm using FCKeditor 2.2 for Joomla.
I have to remove 'Upload' tab from the image selection dialog. I've set FCKConfig.ImageUpload = false, but it didn't help me. I tried to comment string 'window.parent.AddTab( 'Upload', FCKLang.DlgLnkUpload )', but this tab appears.
Can you advice me how to hide it?

Re: Remove 'Upload' tab
1. In IE go to Internet Properties and delete "Temporary Files" and "History".
2. Run your application, when it firsts starts hit CTRL+F5 to refresh scripts.
Its a pain to do this every time you make a change to your app but it works. When you set the FCKConfig.ImageUpload = False, do both of these steps and the changes should appear.
Re: Remove 'Upload' tab
Thank you, it works =)