Tag Archive | patch
Use lightbox for all inline elements
Prerequisites:
- inline module
- lightbox2 module
- imagecache module
You simply enable lightbox v2 on image nodes (admin/settings/lightbox2) but your lightbox show a small imagecache thumbnail?
- Disable lightbox on image nodes (admin/settings/lightbox2)
- Enable “Display image with a link to the image file” (admin/settings/inline)
- Apply this Inline lightbox patch
This patch simply add a rel=”lightbox” to each inline image link, natively pointing to full-size image.
i can patch this!
*nix command of the day:
diff -Naur old new > new.patch
Where “old” and “new” are files or directories to patch.
Example (a Drupal patch for IDs duplication):
$ patch -p0<fapi-5.x-dupe-id_111719-151.patch
patching file includes/form.inc
$
Creating patch for Drupal:
diff -up original.php new.php > filename.patch
another example:
diff -up path/to/file/example.module path/to/file/exampleNew.module > mypatchname.patch
See also:



Recent Comments