PDA

View Full Version : need user avatar in quotes


RaceMediaGroup
02-18-2011, 03:49 PM
Hello~

I'm looking to have an users avatar show up small when another user quotes them.

here is the code from the postbit that needs the special show avatar code added to it

<vb:if condition="$post['replylink']">
<a class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" />{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a>
</span>

normally it shows the username and user ID of the quoting author.... I have removed that so now I want to have a small avatar show instead...

Please help
Thank you!