| Author | Message |
probilgi
26 posts |
#7452 2007-10-20 10:02 GMT |
|
Arkadaşlar forum içinde otomatik resim boyutlandırma seditio da varmı ? |
|
Xiao
851 posts |
#7474 2007-10-20 22:24 GMT |
|
yok ama hemen yapalım.
aşağıdaki kodu css dosyanın en altına yapıştır. Code: .forum_resim img { max-width: 380px; max-height: 400px; letter-spacing: expression(((this.width>480)?this.width=480:null)?"normal":"normal"); word-spacing: expression(((this.height>400)?this.height=400:null)?"normal":"normal"); } daha sonra forums.posts.tpl dosyasını aç. ve Code: {FORUMS_POSTS_ROW_TEXT} etiketini bul.daha sonra bunu Code: <div id="forum_resim">{FORUMS_POSTS_ROW_TEXT}</div> olarak değiştir.Resmin 400px yükselikte ve 480px genişlikte olacaktır.Boyutunu kendin ayarlarsın artık.
|
|
|
Haziran 2008 Seditio Site Yarışması >> http://www.seditione.com
|
|
probilgi
26 posts |
#7485 2007-10-21 13:06 GMT |
|
denedim fakat olmadı math1ens |
|
Kaan
1,926 posts |
#7899 2007-11-13 01:01 GMT |
|
Bunu dene istersen ben yaptım oldu
Forum.post.tpl yi aç alttakini bul Code: <td class="{FORUMS_POSTS_ROW_ODDEVEN}"> Alttaki ile degiştir. Code: <td class="forum_posts_row_text"> Bazı Temalarda Alttaki şekilde yazıyor. Code: <td class="odd"> Tema/temaadı.css yi en altına ekle Code: .forum_posts_row_text img { max-width: 580px; max-height: 800px; letter-spacing: expression(((this.width>580)?this.width=580:null)?"normal":"normal"); word-spacing: expression(((this.height>800)?this.height=800:null)?"normal":"normal"); } system/fonksiyon.php yi aç alttakini bul Code: '\\[img\\]([^\\\'\;\?([]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<img src="\\1.\\2" alt="" />', Alttaki ile degiştir Code: '\\[img\\]([^\\\'\;\?([]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a target="_blank" href="\\1.\\2"><img src="\\1.\\2" alt="" class="resizeimage" /></a>', Not: Bazı Yerler Neocrome.net den alıntıdır. |
|
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| otomatik boyutlandırma? | 4 | Kaan | 478 Gün |
| otomatik resim tanımlama.? | 4 | mustanq | 225 Gün |
| Forum da Resim boyutu | 5 | hakan | 469 Gün |
| Forum alanında resim boyutu | 4 | Kaan | 53 Gün |
| Forum section önundeki resim | 13 | Kripteks | 415 Gün |




