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
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
Comment #1
sagar ramgade commentedHi,
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 :
should be changed to :
Make sure you are placing js files under vbo_contextmenu inside jquery.contextMenu folder.
Hope this helps.
Comment #2
lpalgarvio commentedwill look into this at some other time
Comment #3
jide commented@Sagar Ramgade : Thanks, silly typo... Did you manage to make the module work properly ?
Comment #4
sagar ramgade commentedYes i was able to make the module work properly by making the above change.
Comment #5
R-H commentedCan'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
Comment #6
ludo.rjquery plugin should be placed in : modules\vbo_contextmenu\jquery.contextMenu
But this module does not work on IE7.