Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

mytumbnail

This plugin show your picture Thumbnail

Version: 1.0
Author: Mostafa.Shiraali
Submitted: 5th June 2012
Last Updated: 5th June 2012
Go to Theme&themplete >> Your Defualt theme>> Global.css And Add:

#thumbview{
position:fixed;
width:600px;
height:550px;
top:10px;
left:200px;
display:none;
border:2px;
border-style:solid;
border-color: #ffffff;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
z-index:3;

}
#picthumb{

width:600px;
height:550px;}
#backgroundthumbview{
display:none;
position:fixed;_position:absolute;
height:100%;
width:100%;
left:0px;
top:0px;
 opacity:0.6;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
Previews:Preview Image 5587