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
What is the style you're using?
Maybe I can try it to replicate the issue (if free style on resources).

Does the issue also happens on Non-Modified/Default XF theme?
 
Yes , chat 2 by siropu . Seems there are conflict between these two. And been advised to check here.
go to Options: Chat
Swipe down to Display mode:
Select Above forum list
Click save
The problem will disappear
The cause of the problem is that the chat 2 by siropu add-on adds a chat box to all pages
The chat 2 by siropu add-on does not use a dedicated reply box but rather the default box for XenForo
On the strings page there are 2 boxes
Thread reply box and chat box at the bottom of the page
This is what causes the buttons to duplicate
 
At the moment I’m happy with how this chat works, so won’t do any changes on it. I’ll wait for add.pic developer to investigate this to fix the issue, otherwise I will have to deactivate the addon
 
At the moment I’m happy with how this chat works, so won’t do any changes on it. I’ll wait for add.pic developer to investigate this to fix the issue, otherwise I will have to deactivate the addon
There is an alternative method

C6S7h5G.png


VjBGDCo.png


Does this suit you?
 
How I can achieve that? If that won't make double buttons, then should be ok.
Open PAGE_CONTAINER template

Add this code above </head>
Code:
<xf:if is="$xf.visitor.user_id AND in_array({$template}, ['forum_post_thread', 'conversation_add', 'conversation_view', 'thread_view', 'post_edit', 'forum_view', 'xfmg_media_view'])">
   <script async src="https://add.pics/sdk/pup.js?_v=3152" data-url="https://add.pics/upload" vendor="xenforo"></script>
</xf:if>
 
Top Bottom