[req] one mod

here u go..........

INSTALLATION

* Upload files from folder upload.
* Import Product ImageResize_MK.xml
* Edit file includes/class_bbcode.php,

Find
Code:
return '<img src="' .  $link . '" border="0" alt="" />';
Replace with
Code:
return '<a target="_blank" href="' . $link . '" rel="lytebox"><img src="' . $link . '" border="0" alt="" /></a>';
Note:Also remember active vblightbox option : ACP=>Message Attachment Options =>Use Image Lightbox = > Yes - Click

Default max width available of images is 500px,you can change it in ACP => Image Resize Using Lytebox.
 
Back
Top