SHOWGROUPS - Replace Avatar w/ Profile Pic?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FASEOFMARS
    Member
    • Feb 2010
    • 32

    [Forum] SHOWGROUPS - Replace Avatar w/ Profile Pic?

    im using my view forum leaders for a v.i.p page, and part of being a v.i.p you get a profile pic.. so it would be cool if i could get their profile picture on the v.i.p page instead of the avatar, unfortunately their is no option for this and i need to make a template edit...

    here is the code for the avatar in showgroups_usergroupbit

    Code:
    <a href="{vb:link member, {vb:raw user}}" class="avatarlink"><img src="{vb:raw user.avatarurl}"<vb:if condition="$user['avatarwidth']"> width="{vb:raw user.avatarwidth}"</vb:if><vb:if condition="$member['avatarheight']"> height="{vb:raw member.avatarheight}"</vb:if> class="userlist_avatar_{vb:raw user.userid}" alt="{vb:rawphrase avatar, {vb:raw user.username}}" border="0" /></a>
    perhaps someone who understands the language abit better could assist me
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    You'll need to modify the code, the profile pic is not available there.

    Comment

    Related Topics

    Collapse

    Working...