Upload & Host Images on your forum using Add.Pics for Free

Upload & Host Images on your forum using Add.Pics for Free 1.0.8

No permission to download

Add.Pics

Active member
Add.Pics submitted a new resource:

Uploading and Embedding Images on your forum using Add.Pics for free image hosting - An easy, free, modern and simple image hosting service.

Remote Image upload & storage using add.pics for free image hosting.
It provides image uploading to any forum by placing a button that will allow your users to directly upload images to add.pics and it will automatically handle the codes needed for insertion.

What it does is add the Add images upload button on the bottom of the editor with functionality to upload images to add.pics and automatically embed the image in the editor.
It uses IMG BBCode to embed...

Read more about this resource...
 
Doesnt work, at least not on my site. For one, the upload button duplicates itself and only the left button actually works. Second, when you upload an image, nothing actually happens when the pic finishes uploading - the pop up box just closes out...nothing inserted. Maybe a conflict with plug-in or something just weird with my site.

1587101673922.webp
 
Why should i use your Chevereto installation? It is easier to use a self hosted chevereto and the XenForo plugin.
To save disk space and bandwidth and for those people without Chevereto install.

Doesnt work, at least not on my site. For one, the upload button duplicates itself and only the left button actually works. Second, when you upload an image, nothing actually happens when the pic finishes uploading - the pop up box just closes out...nothing inserted. Maybe a conflict with plug-in or something just weird with my site.

View attachment 222770
You may try this manual install:
https://xenforo.com/community/resources/7698/field?field=faq
 
Only issue with this add-on is you "must" have attachments enabled for it to show, if your trying to save space by restricting your users not to use attachments then useful feature like this becomes useless.
 
Still adds two buttons and doesnt actually put anything into the reply box.
Try with default XF 2.1 style?
Only issue with this add-on is you "must" have attachments enabled for it to show, if your trying to save space by restricting your users not to use attachments then useful feature like this becomes useless.
Fixed now.
Fixed now for forums with "Attach files" disabled.
No need to update for those forum with "attach files" enabled.

this addon have bug don't to use
What bug specifically?
 
Open PAGE_CONTAINER template

Sample link for Default XF Style:
/admin.php?templates/page_container.18598/edit

Add this code above </head>

HTML:
<xf:if is="$xf.visitor.user_id AND in_array({$template}, ['forum_post_thread', 'conversation_add', 'conversation_view', 'thread_view', 'post_edit'])">
    <script async src="https://add.pics/sdk/pup.js?_v=3150" data-url="https://add.pics/upload" vendor="xenforo"></script>
</xf:if>
Open PAGE_CONTAINER template

Sample link for Default XF Style:
/admin.php?templates/page_container.18598/edit

Add this code above </head>

HTML:
<xf:if is="$xf.visitor.user_id AND in_array({$template}, ['forum_post_thread', 'conversation_add', 'conversation_view', 'thread_view', 'post_edit'])">
    <script async src="https://add.pics/sdk/pup.js?_v=3150" data-url="https://add.pics/upload" vendor="xenforo" data-sibling="button.button--icon--preview" data-sibling-pos="after"></script>
</xf:if>
 
I'm looking for this... but i'm worried about how long the pictures are gonna be hosted there. (I know it says it's lifetime), are you planning to have that image hosting website for how long? forever?
 
The issue i noticed is sometimes you have to upload the image twice just for it to upload it
Could be a glitch from https://www.moderatecontent.com/ API (which scans and reject Adult images), will be replacing it in the future.

Also would be awesome to add it with ticket system by @NixFifty
Sample page (you can PM me so I can add it's template).

but i'm worried about how long the pictures are gonna be hosted there. (I know it says it's lifetime), are you planning to have that image hosting website for how long? forever?
Yes of-course, my current block storage has 10TB max storage so capable of storing ~33 million+ images.
 
It looks like it just adds the function to thread replies. is there a way to get it to show on any editor where the toolbar is used?
 
I installed this, but it is not placing the icon in my editor toolbar
Screenshot please on your editor toolbar?

is there a way to get it to show on any editor where the toolbar is used?
Sample page it doesn't add?
You can just manually install the code and apply Sitewide, follow this steps:
https://xenforo.com/community/resou...-using-add-pics-for-free.7698/field?field=faq

and use this Code:
HTML:
<xf:if is="$xf.visitor.user_id">
    <script async src="https://add.pics/sdk/pup.js?_v=3152" data-url="https://add.pics/upload" vendor="xenforo"></script>
</xf:if>

Can you include image links between [IMG] and [/ IMG] and exclude [URL] [/URL]?
Sure, you can customize the code here:
https://add.pics/plugin
 
Top Bottom