MyBB Community Forums

Full Version: Image Upload Plugin Needed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I'm looking for a plugin for v1.6.8 that allows Users to upload images from their computer and into a post.

I've tried TinyPic Uploader plugin but it doesn't work for this MyBB version.

Any suggestions?

I figured it out. TinyPic has a plugin script that I simply set up the parameters, copied the code and then inserted into my "newthread" and "newthread" templates.

<tr>
<td><strong>Upload Image:</strong><br />copy and paste code into post</td>
<td>
<script type="text/javascript">
tinypic_layout = 'wide';
tinypic_type = 'both';
tinypic_links = 'forum';
tinypic_language = 'en';
tinypic_search = 'false';
tinypic_autoload = false;
</script>
<script src="http://plugin.tinypic.com/j/plugin.js" type="text/javascript"></script>
<input type="button" value="TinyPic Plugin" onclick="javascript:showTinypicPlugin();"/>
</td>
</tr>

Worked like a charm.

Here's the link to TinyPic if anyone else needs it: http://tinypic.com/developer.php