Quote:
Originally Posted by HAVOK USA
not working with 3.71
|
This mod works perfect with vB 3.7.1 :P
Just read installation steps and do it again, exactly:
edit file includes/class_bbcode.php, find
PHP Code:
return '<img src="' . $link . '" border="0" alt="" />';
and replace with
PHP Code:
return '<a target="_blank" href="' . $link . '" rel="lytebox"><img src="' . $link . '" border="0" alt="" /></a>';
Regards,
Antek