Images Hack'ı foruma entegre etmek
Images Hack'ı foruma entegre etmek isterseniz
Temanız/Post.template.php i açın
bul:
<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:
<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>