Plugin Author: Bomlife
Installation

- Download the attached files.
highslide> home directory.
inc> home directory.
Title:
MyBB Highslide
Regular Expression:
\[img\](https?\://[^<>\"']+?)\[/img\]
Replacement:
<a href='$1' class="highslide" onclick="return hs.expand(this)"><img style="max-width: 500px;" src="$1" border="0" title="Larger İmage" /></a>
Save.
- Admin Cp>Configuration>Plugins>MyBB Highslide>Activate.
- Admin Cp>Configuration>Settings>Highslide Settings.
ukvapers Wrote:We fixed the issue with zooming signature images by doing the following:
http://mybbhacks.zingaburga.com/showthread.php?tid=260
1) Install the PHP Template Plugin
2) Replace the postbit_signature with the following
<div class="signature scaleimages"> <?php echo preg_replace('/\<a href=(.*)hs.expand\(this\)(.*)\<img(.*).src="(.*)"(.*)\<\/a>/','<img style="max-width: 350px; max-height: 200px;" src="$4">',$post['signature']); ?> </div>