Here's a small patch to get this module (greybox-5.x-1.x-dev) working in version 6.x of drupal.
You also need to edit the greybox.info file and add the line

core = "6.x"

and remove

version = "5.x-1.x-dev"

Basically just modifies the hook_menu and new function hook_init which calls the required js / css files.

Hope this is ok as my first patch

CommentFileSizeAuthor
#2 greybox-6.patch1.49 KBpeterjlord
greybox-6.patch1.5 KBpeterjlord

Comments

escsco’s picture

You also need to remove the $maycache variable in the hook_menu.

peterjlord’s picture

StatusFileSize
new1.49 KB

Thanks for that.

Gurpartap Singh’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.