Ntfu2
05-07-2006, 10:00 PM
This will add a pretty image fade effect to attached thumbnails, and will also let you add the effect to any image you want simply using the class="fade" tag.
*Confirmed working on FireFox and Internet Explorer Only*
For Opera see this post (https://vborg.vbsupport.ru/showpost.php?p=970024&postcount=7)
Safari see this post (https://vborg.vbsupport.ru/showpost.php?p=970031&postcount=8)
1. open AdminCP -> Styles And templates, then Main CSS, Scroll down to Additional CSS and enter this in the box
.fade img {
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=50);
-moz-opacity: 0.5;
opacity: .50;
-khtml-opacity: 0.5;
}
.fade:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
}
2. Save
3. Go To Postibit Templates -> postbit_attachmentthumbnail. After the first <a add
class="fade"
4. Save
End refult of postbit_attachmentthumbnail should look similar to this
<a class="fade" href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]" border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[attachmentid]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a>
<if condition="$show['br']"><br /><br /></if>
Working demo:Will have to scroll a little to get to the attached thumbnails
http://www.fightrice.com/forums/showthread.php?t=8635
Dont forget to click install, and if you really like it, making a nice link back to me in your footer would be lovely :D
*Confirmed working on FireFox and Internet Explorer Only*
For Opera see this post (https://vborg.vbsupport.ru/showpost.php?p=970024&postcount=7)
Safari see this post (https://vborg.vbsupport.ru/showpost.php?p=970031&postcount=8)
1. open AdminCP -> Styles And templates, then Main CSS, Scroll down to Additional CSS and enter this in the box
.fade img {
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=50);
-moz-opacity: 0.5;
opacity: .50;
-khtml-opacity: 0.5;
}
.fade:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opa city=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
}
2. Save
3. Go To Postibit Templates -> postbit_attachmentthumbnail. After the first <a add
class="fade"
4. Save
End refult of postbit_attachmentthumbnail should look similar to this
<a class="fade" href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]" border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[attachmentid]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a>
<if condition="$show['br']"><br /><br /></if>
Working demo:Will have to scroll a little to get to the attached thumbnails
http://www.fightrice.com/forums/showthread.php?t=8635
Dont forget to click install, and if you really like it, making a nice link back to me in your footer would be lovely :D