Developer
Supported
Expresso
ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5
Back to this add-on's main page
View Other Add-ons From PutYourLightsOn
Where is the File Manager? [resolved]
General
PutYourLightsOn
|
Posted: 02 April 2011 07:21 PM |
# 16
|
|
|
what browser are you using? what version of Expresso and ExpressionEngine are you on?
|
|
|
supermonix
|
Posted: 04 April 2011 05:26 AM |
# 17
|
|
|
PutYourLightsOn - 01 April 2011 06:36 PM glad to help. please leave a review for the add-on if you have time.
just done!
|
|
|
Moly Yim
|
Posted: 11 April 2011 11:07 PM |
# 18
|
|
|
I’ve tried in Safari 5.0.4 and Firefox 3.6.16. I’m using ExpressionEngine 2.1.3 and Expresso 1.2.2.
|
|
|
PutYourLightsOn
|
Posted: 12 April 2011 06:40 PM |
# 19
|
|
|
not sure what else to suggest. if you send me login details then i can look into it further for you.
|
|
|
Gabilondo
|
Posted: 27 April 2011 07:12 PM |
# 20
|
|
|
Hi, I´m having the same issue, I can´t upload any image.
The upload directory is defined, and I´m using FF 3.6.16/Mac in spanish
I´ve tried to replace the line 117 in ft.expresso.php to:
var button = $(#cke_.$this->field_name. span.cke_button a.cke_button_link).parent();
as so you recommended to supermonix but then I lose the hole toolbar and get a plain field instead…
Any ideas?
Thanks,
|
|
|
PutYourLightsOn
|
Posted: 01 May 2011 08:13 AM |
# 21
|
|
|
try this (make sure there are no curly quotes):
var button = $("#cke_'.$this->field_name.' span.cke_button a.cke_button_link").parent();
|
|
|