EmRaH Administrator
Mesaj Sayısı : 1095 Nerden : FraNsa Kayıt tarihi : 14/11/08
| Konu: İmageshack'ı Foruma Entegre Etmek Paz Kas. 23, 2008 9:11 pm | |
| İmageshack'ı Foruma Entegre Etmek -------------------------------------------------------------------------------- Images Hack'ı foruma entegre etmek isterseniz Temanız/Post.template.php i açın bul - Kod:
-
<textarea class="editor" name="', $context['post_box_name'], '" rows="', $context['post_box_rows'], '" cols="', $context['post_box_columns'], '" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onchange="storeCaret(this);" tabindex="', $context['tabindex']++, '"', isset($context['post_error']['no_message']) || isset($context['post_error']['long_message']) ? ' style="border: 1px solid red;"' : '', '>', $message, '</textarea> altına ekleyin - Kod:
-
<table><tr> <td><b>ImageShack Imaj Yükleme</b></td> <td><iframe src="http://imageshack.us/iframe.php?txtcolor=111111" scrolling="no" frameborder="0" width="345" height="80"> Bu özelliği kullanabilmeniz için browser\'ınızın Iframe\'i desteklemesi gerekmektedir..</iframe></td> </tr></table> | |
|