• 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.

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.
 
Quick reply is not turned on.

Rudolfo:


It used to look like this:


Now it looks like this:
 
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