Test Forum

Site Stuff => Code Snippets => Topic started by: xTreme on September 13, 2026, 10:29:57 am


Title: Add Remote Image Upload (postimage.org)
Post by: xTreme on September 13, 2026, 10:29:57 am
What this does

Adds a button/link that lets your members upload images directly to postimage.org and have them automatically inserted into their post - no separate upload-then-paste-link step required.

How to set it up

Go to your Style Manager and add this snippet to the headers section of your theme:

Code: [Select]
<script type='text/javascript' src='//mod.postimage.org/smf.js' charset='utf-8'></script>
Save, and members should see an upload option appear in the posting screen.

Known quirks

Based on user reports:

Bottom line: Try it - it works for most people. If images don't display after uploading, first rule out a browser-side security block before assuming it's your theme.

Based on a tip from the official CreateAForum support forum.