The Arcive of vBulletin Modifications Site. |
|
[Release] Fade in Image Attachment :) Details »»
|
|||||||||||||||||||||||||||
Here is a mod that was inspired by : Fading image mod! by Atian
This is my first mod i've released on VBhacks, so excuse the lameness ![]() 1) Firstly upload fadeimage.js contained in the fadeimage.zip (attached) to your forum directory. 2) In 'Show Thread Templates' click edit on 'showthread' Insert : Code:
<script language="JavaScript1.2" src="fadeimage.js"> Code:
<script language="javascript" type="text/javascript">
<!--
function aimwindow(aimid) {
window.open("member.php?s=$session[sessionhash]&action=aimmessage&aim="+aimid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=no,width=175,height=275,resizeable=yes,status=no")
}
// -->
</script>
Replace everything with : Code:
<!--<p>--><smallfont>$post[username] has attached this image:<br>
<img name="$post[username]$post[postid]" src="attachment.php?s=$session[sessionhash]&postid=$post[postid]" border="0" vspace="8" hspace="4" style="filter:alpha(opacity=20)"
onMouseOver="ClearInt();si=setInterval('showimage(\'$post[username]$post[postid]\',true)',10);"
onMouseOut="ClearInt();si=setInterval('showimage(\'$post[username]$post[postid]\',false)',10);">
</smallfont><!--</p>-->
![]() Demo : http://forum.peugeot-gti.net/showthr...threadid=11671 Download Now
Show Your Support
|
|||||||||||||||||||||||||||
![]() |
|
|