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

Xenforo 2.3 Integration Problem

mkucuksari

Chevereto Member
With Xenforo last version V2.3, Chevereto integration is not working any more.

This problem is also reported by @McAtze at this post


I think the following threads from Xenforo Official forum may help to fix the problem.


▶ Reproduction steps
  1. Upgrade Xenforo V2.2 to V2.3
😢 Unexpected result

When you click "Upload image" button at Xenforo, the upload pop-up window is opened, picture can be upload to Chevereto server but Picture BBCODE link does not pass into xenforo message.
 
I've updated PUP.js to support both XenForo implementations—those with and without jQuery. You can now download and use the pup.min.js file at /sdk/pup.min.js.

Make sure to clear your cache before testing, just to ensure the updated file loads correctly. Let me know if you encounter any issues!
 

Attachments

Uploading images can be done using BBcode Xenforo and a little code + api. The downside to this method is that it is loaded from the guest.
 
@korosa

It all comes down to where and how you declare who you are, and this varies depending on the use case.

PUP is designed to simplify the use of the postMessage API by doing all the hand shake for you. The postMessage API allows for communication between windows (e.g., your website and the Chevereto popup window). PUP utilizes this feature, meaning when Chevereto opens in a popup, it can send messages back to any listening window on your site.

With the postMessage API, you can create a fully customized implementation. The benefit of using PUP (or any postMessage-based solution) is that it doesn’t require API keys, and it handles user login and session management natively.
 
Back
Top