MyBB Community Forums

Full Version: [Request] ImageShack Box for 1.4.x
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello.

I search a Plugin for mybb 1.4.x that allow the users to upload the images when posting with an imageshack box.
thanks.
If someone make a plugin I need too.
Smile
manually add this code at New Reply Templates - newreply
find this code
{$editdraftpid}
</form>

add after, this code

<br />
<div align=center>
<fieldset>
<table FRAME=border bgcolor="#e6e6e6" border="0"><tr><td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Attachment Pictures  </b><img src="http://reg.imageshack.us/img/iss3.png" align="bottom"></img>
<form action="http://imageshack.us/" method="post" enctype="multipart/form-data" target="_blank">
<input type="hidden" name="MAX_FILE_SIZE" value="1048576">
<input type="hidden" name="aff" value="">
<input type="hidden" name="type" value="blank">
<input type="hidden" name="where" value="iframe">
<input type="file" class="textfield" name="fileupload" size="25">
<input type="submit" value="Upload!"> wait until upload process finish...
</form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>Copy Paste</i> at your post, the second row <b>Thumbnail for forums (1)</b>
</td></tr></table>
</fieldset>
</div>

Note:
You can add this, under Quick Reply too. Enjoy Smile
(2008-10-18, 01:06 PM)FBI Wrote: [ -> ]manually add this code at New Reply Templates - newreply
find this code
{$editdraftpid}
</form>

add after, this code

<br />
<div align=center>
<fieldset>
<table FRAME=border bgcolor="#e6e6e6" border="0"><tr><td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Attachment Pictures  </b><img src="http://reg.imageshack.us/img/iss3.png" align="bottom"></img>
<form action="http://imageshack.us/" method="post" enctype="multipart/form-data" target="_blank">
<input type="hidden" name="MAX_FILE_SIZE" value="1048576">
<input type="hidden" name="aff" value="">
<input type="hidden" name="type" value="blank">
<input type="hidden" name="where" value="iframe">
<input type="file" class="textfield" name="fileupload" size="25">
<input type="submit" value="Upload!"> wait until upload process finish...
</form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>Copy Paste</i> at your post, the second row <b>Thumbnail for forums (1)</b>
</td></tr></table>
</fieldset>
</div>

Note:
You can add this, under Quick Reply too. Enjoy Smile

Excelent!!!! Thank you so much!!!
In Afresh Sun theme don't work.
which theme? can you post this theme download link? I will try.
Work fine.
Don't work with my theme too.
I have already made this plugin, why not use THIS ONE
Does the above code still work?

All i got was a table at the bottom. Dunno how to use it.
Pages: 1 2