• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Upload Plugin instructions for XenForo

Nirjonadda

💖 Chevereto Fan
The Upload plugin adds a tool to quickly upload and attach images to posts.

Copy and paste the plugin code into your website HTML code to XenForo "PAGE_CONTAINER" Templates before </head> tag.

E72YJz9GSUKuekUaD0zyuQ.png


For Editor Box Icon: with BB Code Full

rYvk5XkMRHqApbO3vuxU1Q.png


Code:
<script async id="chevereto-pup-src" src="//www.yoursite.com/sdk/pup.js" data-url="https://www.yoursite.com/upload" data-auto-insert="bbcode-embed"></script>

"Upload images" link below the text area: data-fit-editor="0" data-sibling="0" data-sibling-pos="after"

H8-WzbOwS7y3-ST6rWG5NA.png


Code:
<script async id="chevereto-pup-src" src="//www.yoursite.com/sdk/pup.js" data-url="https://www.yoursite.com/upload" data-auto-insert="bbcode-embed" data-palette="green" data-fit-editor="0" data-sibling="0" data-sibling-pos="after"></script>

Disable auto insert: data-auto-insert="0"

Code:
<script async id="chevereto-pup-src" src="//www.yoursite.com/sdk/pup.js" data-url="https://www.yoursite.com/upload" data-auto-insert="0"></script>
 
can't get this to work below

upload_2017-9-21_9-57-8-png.1442

Please do try with this code or wait for v3.10.3 release ... ;)

Code:
<script async id="chevereto-pup-src" src="//www.yoursite.com/sdk/pup.js" data-url="https://www.yoursite.com/upload" data-fit-editor="0"></script>
 
Back
Top