Closed (fixed)
Project:
Aloha Editor (obsolete)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 May 2012 at 01:56 UTC
Updated:
26 Sep 2012 at 14:21 UTC
The current version of the aloha distribution, alohaeditor-0.20.10.zip, doesn't work with this path:
libraries_get_path('aloha') . '/aloha/lib/aloha.js')
but does work with this path:
libraries_get_path('aloha') . '/lib/aloha.js')
Comments
Comment #1
muhleder commentedOk yeah I see what you mean. It's sort of a matter of preference how you install the library but I do agree that what you're suggeting is the best way.
It looks like we need to instruct people to install the aloha subfolder from the download into their sites/all/libraries folder.
I'm just wondering how we handle breaking upgrades for people who already have it installed.
Comment #2
shunting commentedMany installations make choosing the path an administrative function? Maybe default the value of that field to the the URL above, then in the messsage after install, direct them to the settings page and have the user confirm it. Makes the whole thing self-documenting and clears a big hurdle for newbies.
Comment #3
wim leersIn the 2.x version of this module, Aloha Editor now works on the back-end, out-of-the-box (i.e. you don't have to download Aloha Editor separately anymore). Please *do* follow the included installation instructions.
If you want to use Aloha Editor on the front-end as well, please see #1782332: Upgrade the Edit module so that it leverages the Aloha module.