Hi There,
I am having a go at modifying the code of the reviews section of Mosets tree.
Currently, the username AND profile picture of the user is being handled by Mosets. This is a new feature of Mosets 3.0. Before upgrading it, I had it modified to link the users username to their CB profile and show their CB avatar next to their reviews.
I have limited php knowledge but with some hacking of the sub_reviews file (which generates the reviews) I've managed to get the username and indeed the avatar (which is by default a white square) to point to the users CB profile.
However, I am struggling some what with getting the CB avatar to show.
It appears that the Mosets coding handles the resizing of the of the avatar (non-elegant force resize).
All I want to know is, could you provide me with a basic URL to the avatar that I could insert into the reviews code of Mosets?
I had a look around in the CB Login module (which shows the avatar, obviously) and I found "$avatarUrl" but this naturally isn't going to work - I need an actual URL I could throw in that would hopefully pull the avatar.
Sorry if I don't explain myself clearly enough. I also appreciate this is a sloppy way of doing things but I am no coder and unfortunately no one has upgraded the Mosets plugin so I am stuck.
Thanks