Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #41967

    Anonymous
    @

    I want to call the following action/command/instruction from javascript after a user logs in:

    inline_manual_player.activateTopic(topic_id).

    How would I do that? Just for some context I am using inline manual a SaaS for creating tutorials/walkthroughs for websites. I find it would be useful for my members to do a walkthough as soon as logging in to help become familiar with the site.

    Answers

    #41995

    Anonymous
    @

    I have made an additional tutorial for mobile. So what I’d like to accomplish is making a call with the line of code above to my desktop tutorial and with the same line above but a different id I would call my mobile tutorial. From my experience with java, c, and c++ I would think a if/else statement would be useful for determining whether the user logged and whether it was via desktop or mobile, but I’m often surprised with solutions here because I’m not very familiar with web development languages yet. So how could I structure so that these tutorials are called as soon as a user is logged in taking into account whether they’re on desktop or mobile.

    #42053

    Alyssa
    Participant
    @alyssa-buddyboss

    @ryanmaler I suggest you contact WordPress or BuddyPress for support on this one. This isn’t theme related and sounds like it could be complex.

    #42060

    Anonymous
    @

    Your right. This is more general buddypress related. Hopefully it doesn’t get to complex. I’ll see what I can find out.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Action upon user login’ is closed to new replies.