Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

JSConnect

Hi

I have reached out for a JSconnect developer to assist me but in the meantime whist I have found the jsconnect documentation, I would really like a guide on how to implement and maybe some examples if any exist

Regards
John B

Comments

  • Options

    I have moved forward - I found the examples and I have hardcoded the user id etc and it works a treat - now I need to figure out
    // 2. Grab the current user from your session management system or database here.
    $signedIn = true; // this is just a placeholder
    // YOUR CODE HERE.
    // 3. Fill in the user information in a way that Vanilla can understand.
    $user = array();
    if ($signedIn) {

    Pointers appreciated

    John

  • Options
    hgtonighthgtonight ∞ · New Moderator

    What software are you using as the provider?

    You need to figure out how to get the user info from that framework and insert it in this script.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

Sign In or Register to comment.