Active
Project:
Lightbox2
Version:
7.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 May 2012 at 15:16 UTC
Updated:
3 Sep 2014 at 16:14 UTC
Jump to comment: Most recent
Comments
Comment #1
woop_light commentedsubscribe
Comment #2
kristin.e commentedsubscribing
Comment #3
scottzee commentedsubscribing.
Any hope for this?
Comment #4
zerobyte commentedI had to apply this patch: https://drupal.org/comment/7836831#comment-7836831 manually for the replacement patterns to show and for Lightbox2 to finally work.
Now the only issue I have is that I'm getting an error message on the views page after applying that patch:
Notice: Undefined offset: 1 in lightbox2_handler_field_lightbox2->render() (line 191 of /var/www/sites/all/modules/contrib/lightbox2/lightbox2_handler_field_lightbox2.inc).And line 189 show this piece of new code that was added as part of the patch:
$imgsrc = $matches[1];Comment #5
faite commentedHaving this same issues as zerobyte...same error and trigger box just loads up and shows the spinning wheel forever.