We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9585
    • 50 Posts
    I’ve set up a members section on a site using WebloginPE and I’m trying to figure out a way to use the web user’s profile photo in Jot comments. I know there’s a Gravatar snippet I could use with Jot but I thought it would be cool if I could do it this way as the member would have uploaded a photo already when they signed up using WebloginPE .

    Anyone know if this is possible?

    thanks

    Danny
      • 9207 ☆ A M B ☆
      • 2,475 Posts
      I know it’s possible... I haven’t yet used Jot, but I know I could write a Snippet that would look up the file name based on the user id. Maybe if you had a simple Snippet that returned the image path that took as its input the user id, you could use Jot to feed the user id to the Snippet... I think that would work.... something like:

      `!]][!Lookup_Image? &user_id=`[+userid+]`!]

      Maybe... it’s just a stab in the dark, but maybe it gives you an idea of something to try.