Thanks, the groupjive groups avatars have to go in a jreviews field, with a link to their profile. I couldn't figure out how to do it in jreviews alone so I set up a CB Content module, and then load the module into a jreviews field.
I've been experimenting
Code:
[cb:userfield field="avatar" user="223" /]
[cb:userfield field="avatar" user="224" /]
loads and display 2 avatars, and mouseover displays the username.
then in css, i control the size with
Code:
img {
height: 60px;
width: 60px;
}
I can't get a hyperlink on the avatars so clicking goes to their profiles, I can get the raw link ok and display a url in plain text with
Code:
[cb:url location="profile_view" user="224"/] adds a raw url
I read
www.joomlapolis.com/support/tutorials/107-use-cases/18353-using-substitutions-throughout-cb
which I found very useful but can't see how to combine the avatar with it's profile url.