• 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.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Under the editor box

Docs are already live. Hours ago, here: https://chevereto.com/docs/pup

If you want baby steps then tell me that, I don't have any issue but please make me aware of that. To put the button below the editor is easy as use data-fit-editor="0" data-sibling="0" data-sibling-pos="after" so it doesn't use the vendor button and that's all.

FYI all the options are listed in the documentation https://chevereto.com/docs/pup#options and each option key is described. Please do me a favor and read the docs, give it a try and if you reach a dead end then ping me back. Read, try it and only if you can't make it work ask for help.

I ask this because I can be on top each customization need, I can't spend extra time in something that is already documented.

Thanks.
 
I'd like some baby steps for Xenforo, please.
For some reason, you sounded extremely polite and proud in above post
 
I did it intentionally because this stuff really bothers me. I don't know if I'm over reacting or something but I'm feeling a completely lack of respect for all the time I've put into this.

If you read all the bits of information that I've provided in this forum, this topic or the documentation, you won't even need to ask any further so I can move forward and do actual job that will benefit all customers, not only you.

I won't fall into this, docs and instructions are right there and if you need further help then be prepared to wait because baby steps are not even in my todo list at this time.

Cheers,
Rodolfo.
 
To put the button below the editor is easy as use data-fit-editor="0" data-sibling="0" data-sibling-pos="after" so it doesn't use the vendor button and that's all.

I used this code but still are not work and does not showing any Button.

Code:
<script async id="chevereto-pup-src" src="//www.MYSITE.net/sdk/pup.js" data-url="https://www.MYSITE.net/upload" data-auto-insert="bbcode-embed" data-palette="green" data-sibling="data-fit-editor="0" data-sibling="0"; data-sibling-pos="after"></script>
 
I have working with this code.

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

H8-WzbOwS7y3-ST6rWG5NA.png
 
I used this code but still are not work and does not showing any Button.

Code:
<script async id="chevereto-pup-src" src="//www.MYSITE.net/sdk/pup.js" data-url="https://www.MYSITE.net/upload" data-auto-insert="bbcode-embed" data-palette="green" data-sibling="data-fit-editor="0" data-sibling="0"; data-sibling-pos="after"></script>
You have a typo error. That's why it doesn't work.

All plugin customizations are handled via data attributes that you may add to PUP base code. For example, to use the red color palette, you must alter the PUP insertion code to look like this:

HTML:
<script async id="chevereto-pup-src" src="//demo.chevereto.com/sdk/pup.js" data-url="https://demo.chevereto.com/upload" data-palette="red"></script>

This example applies to all PUP options. The format is data-key where key is the target option key.
https://chevereto.com/docs/pup#customization
 
I've found some issues with fit-editor="0" and supported vendors (it won't work with live observer). I've fixed this behavior and you can tell by the "Toasty!" text that displays in the editor boxes. I've also added a combo setting so you won't need to set data-sibling and data-sibling-pos when trying to use the default button styling.
 
Back
Top