Vinney
07-09-2002, 08:23 PM
Here is a mod that was inspired by : Fading image mod! (https://vborg.vbsupport.ru/showthread.php?s=&threadid=38875) by Atian
This is my first mod i've released on VBhacks, so excuse the lameness :D
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 :
<script language="JavaScript1.2" src="fadeimage.js">
**ABOVE**
<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,wi dth=175,height=275,resizeable=yes,status=no")
}
// -->
</script>
3. Goto, 'Postbit Templates' and click edit on, 'postbit_attachmentimage' .
Replace everything with :
<!--<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>-->
All done :D
Demo :
http://forum.peugeot-gti.net/showthread.php?s=&threadid=11671
This is my first mod i've released on VBhacks, so excuse the lameness :D
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 :
<script language="JavaScript1.2" src="fadeimage.js">
**ABOVE**
<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,wi dth=175,height=275,resizeable=yes,status=no")
}
// -->
</script>
3. Goto, 'Postbit Templates' and click edit on, 'postbit_attachmentimage' .
Replace everything with :
<!--<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>-->
All done :D
Demo :
http://forum.peugeot-gti.net/showthread.php?s=&threadid=11671