I tried to use the module and got stuck at first, because I did not have Shortcut enabled.
Normally I don't and use admin module.
So it is just hard to get the thing working with some configurations.
I tried by disabling the module, enabling Shortcut and re-enabling: still no link to be found.

Wouldn't a link under Context odr Configuration or a menu local task or whatever make more sense, so it is available whatever admin toolbars or whatever one has installed?

Comments

fearlsgroove’s picture

There's no menu callback/url/etc associated with triggering the inline editor -- it's completely javascript, which means the menu won't work. I agree there's an issue here tho. Some options are to:

  • Add a block that has the link/js/etc included
  • Add a configuration option to let users specify what html selector to use when creating the link
  • Support every admin-related module under the sun explicitly. Rather not take this approach :)

Any feedback/preferences? Other suggestions?

Fidelix’s picture

Category: bug » feature

"Add a configuration option to let users specify what html selector to use when creating the link"

This would give admins much more control.

Giving users this option + "Add a block that has the link/js/etc included" would be the perfect scenario.
Thanks for the great module.

john bickar’s picture

Version: 7.x-1.0-beta1 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.88 KB

I'm not sure if this module is still actively maintained, but here's a patch that gives you a block to work with, and removes the toolbar dependency.

john bickar’s picture

Screenshots showing new implementation