hey

i can't seem to get it working.
i've download the jquery plugin and placed it on the right path / right dir name (caps sensitive).

my specs:
firefox 3.6.9
drupal 6.19
jquery ui latest version
views 2.11
vbo 1.9

Comments

sagar ramgade’s picture

Status: Active » Patch (to be ported)

Hi,

Even it was not working for me, i checked the code and found a bug if we are not using library module to place the libraries.
In vbo_contextmenu.module line 127 :

$path = drupal_get_path('module', 'scaffold') . '/jquery.contextMenu';

should be changed to :

$path = drupal_get_path('module', 'vbo_contextmenu') . '/jquery.contextMenu';

Make sure you are placing js files under vbo_contextmenu inside jquery.contextMenu folder.

Hope this helps.

lpalgarvio’s picture

will look into this at some other time

jide’s picture

Status: Patch (to be ported) » Reviewed & tested by the community

@Sagar Ramgade : Thanks, silly typo... Did you manage to make the module work properly ?

sagar ramgade’s picture

Yes i was able to make the module work properly by making the above change.

R-H’s picture

Can't get it to work. This is my directory structure. Correct?

libraries/jquery.contextMenu/vbo_contextmenu

I have the following .js files there:

jquery-1.4.2.min.js
jquery.contextMenu.js

ludo.r’s picture

jquery plugin should be placed in : modules\vbo_contextmenu\jquery.contextMenu

But this module does not work on IE7.