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
Screenshot please on your editor toolbar?


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>


Sure, you can customize the code here:
https://add.pics/plugin
hmm, ok, thank you.
 
Thread view:
1589905768006.png
This is Forum View > Quick Thread right?
ATM, it doesn't support that page.

whats new profile post:
1589905828567.png
I'll investigate on this issue, thanks.

This is from an addon right?
Default XF cannot comment like that.
 
Latest version doesn't work on phones, image upload button is placed at first position also (not between link and image insert as when using desktop browser).

When you touch image upload button nothing happens. Checked with Chrome browser (and one that comes with Xiaomi phones, not sure on which engine it is based, so possibly it is same with other browsers as well).

On desktops it works just fine.
 
I would like to know more about this addon, as I just installed, does web using photographer's pictures without notice ?
 
I checked, for some reason doesn't show up when starting a thread, only on posts, any advice how I can make this to appear on Thread starter too ?
 
Latest version doesn't work on phones, image upload button is placed at first position also (not between link and image insert as when using desktop browser).
Bug confirmed and noted.

does web using photographer's pictures without notice ?
Can you please elaborate?
Not sure exactly what you mean.

for some reason doesn't show up when starting a thread
Quick new thread on forum view right?
ATM, not yet supported as it's loaded via Ajax.
 
And there is not icon on toolbar too.
It was removed from that location with version 1.0.5.

Looks good, but have colour issue now.
Add this CSS code in your EXTRA.less
CSS:
.template-xfmg_media_view a.chevereto-pup-button--XF2,
.template-conversation_view a.chevereto-pup-button--XF2,
.template-thread_view div.formButtonGroup-primary a.chevereto-pup-button--XF2
{ color: @xf-paletteColor1; background: #3579ff; border-color: @xf-borderColor; }

.template-xfmg_media_view a.chevereto-pup-button--XF2:hover,
.template-conversation_view a.chevereto-pup-button--XF2:hover,
.template-thread_view div.formButtonGroup-primary a.chevereto-pup-button--XF2:hover
{ background: #3579ff !important; }
 
still got this. Only the first icon actually works, the rest of the buttons dont do anything.
Seems you don't install the version 1.0.5, and also please remove your manual installed code.
Just install the addon.

also, the icon doesnt appear when replying to a profile post:
Profile post isn't supported ATM.

Please Add this CSS code in your EXTRA.less
CSS:
.template-xfmg_media_view a.chevereto-pup-button--XF2,
.template-conversation_view a.chevereto-pup-button--XF2,
.template-thread_view div.formButtonGroup-primary a.chevereto-pup-button--XF2
{ color: @xf-paletteColor1; background: #4ad824; border-color: @xf-borderColor; }

.template-xfmg_media_view a.chevereto-pup-button--XF2:hover,
.template-conversation_view a.chevereto-pup-button--XF2:hover,
.template-thread_view div.formButtonGroup-primary a.chevereto-pup-button--XF2:hover
{ background: #4ad824 !important; }
 
Thanks a lot . All fixed. One question, is that possible users from my forum when they will upload pictures as I guest, they will upload images to my account on add.pics ? So I can remove pictures on request. Thanks
 
Top Bottom