#1
|
|||
|
|||
Images h.a.c.k'ı foruma entegre etmek
Forumumuzda mesaj gönderme penceresinin altında imageshack için kolay upload modunun kurulumu genelde merak konusu olunca buraya almaya karar verdim bu modu aktif edebilmek için forumunuza...
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> 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> |