• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Add image button don't work

Status
Not open for further replies.
The button is missing. I am able to manually add the link but the button makes it really easy.
 

Attachments

  • Snip 2018-04-10 20.36.07-kopi.jpg
    Snip 2018-04-10 20.36.07-kopi.jpg
    177.1 KB · Views: 9
a7319d95be3e27288d2b3ac944c68575.jpg
 
Unless you tell me how to replicate the issue I'm unable to help you.
 
If you want it beneath the compostion box then you need a data-sibling so it knows where to appear:

PHP:
<script async src="https://bilder.mbentusiastklubb.no/sdk/pup.js" data-url="https://bilder.mbentusiastklubb.no/upload" data-auto-insert="bbcode-embed-full" data-sibling="#postAdditionalOptionsHeader"></script>

You could also add some css to that to spice it up if you wish, see the PUP documentation.

The above is tested on a vanilla SMF and works.
 
Perfect. Did not need this before, is this something needed in newer versions of Chevereto or SMF?
Thanks a lot.
 
Here's another alternative if you want it after that text line that says " Attachments and other options"

Code:
<script async src="//bilder.mbentusiastklubb.no/sdk/pup.js" data-url="https://bilder.mbentusiastklubb.no/upload" data-auto-insert="bbcode-embed-full" data-sibling="#postMoreOptions" ></script>

As I say you might want to add some CSS to pad it out a bit.
 
Tried adding fit-editor="1" but it is the same.

<script async src="https://bilder.mbentusiastklubb.no/sdk/pup.js" data-url="https://bilder.mbentusiastklubb.no/upload" data-auto-insert="bbcode-embed-full" fit-editor="1"></script>
Do please read.
A boolean indicating if the plugin should fit the button to the target editor toolbar. Values 0 (disabled), 1 (enabled). When disabled, the plugin won't fit the button styling to the target editor (override valid only for supported vendors).

You need "0" disable, "1" means enable.

Try to actually read rather than just blindly applying stuff, otherwise you are just betting on your luck.
 
Status
Not open for further replies.
Back
Top