> 1 <
Etiketler: forumda resimlere sınırlamafarklı
| Author | Message |
NextCode
96 posts |
#1240 2007-04-09 12:19 GMT |
|
vbulletinde olan sınırlama gibi bi şey yapılabilirmi ? |
|
|
Seditio Bir Efsane....
|
|
Kaan
2,038 posts |
#1242 2007-04-09 13:54 GMT |
|
Örnek gösterebilirmisin.?
|
|
Xiao
866 posts |
#1243 2007-04-09 13:56 GMT |
|
www.jsindir.com a girip otomatik resim boyutlandırmayı indir.daha sonra skins/skinadı/forums.posts.tpl yi aç.uygun bir yere js kodunu ekle.konu içinde yazılan mesajlardaki resimleri senin verdiğin boyutlada küçülecektir... |
|
|
Haziran 2008 Seditio Site Yar??mas? >> http://www.seditione.com
|
|
Kaan
2,038 posts |
#1244 2007-04-09 15:09 GMT |
|
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ed Churnside --> <!-- Web Site: http://www.dragonquest.com/inddpl.htm --> <!-- Additional documention available online at --> <!-- http://www.dragonquest.com/dplsspic.htm --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function showpic(src, w, h, alt, aln, pw, ph, bw, bh) { if (src == null) return; var iw, ih; // Set inner width and height if (window.innerWidth == null) { iw = document.body.clientWidth; ih=document.body.clientHeight; } else { iw = window.innerWidth; ih = window.innerHeight; } if (w == null) w = iw; if(h == null) h = ih; if(alt == null) alt = "Picture"; if(aln == null) aln = "left"; if(pw == null) pw = 100; if(ph == null) ph = 100; if(bw == null) bw = 24; if(bh == null) bh = 24; var sw = Math.round((iw - bw) * pw / 100); var sh = Math.round((ih - bh) * ph / 100); if ((w * sh) / (h * sw) < 1) sw = Math.round(w * sh / h); else sh = Math.round(h * sw / w); document.write(''<img src="''+src+''" alt="''+alt+''" width="''+sw+''" height="''+sh+''" align="''+aln+''">''); } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <script language="javascript"> showpic("crowd.gif", 362, 113, "A crows of people", "middle"); </script> |
|
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Yabancıya Satışta Sınırlama | 1 | KonuMatik | 142 Gün |
| farklı bir seo? | 8 | Araqon | 442 Gün |
| Sed ' de farklı bi tema | 9 | Vezir | 68 Gün |
| Bu Çadırlar Çok Farklı | 1 | KonuMatik | 103 Gün |
| farklı leetlogin... | 7 | sweet_zero | 391 Gün |




