PDA

View Full Version : User Avatars In Thread Listing



Dunglx
16-08-2011, 11:16 PM
What does this plugin do?

This plugin add user avatars to the thread listing in forum display page. See the sceenshot for sample.

http://imtips.co/wp-content/uploads/2011/08/threadbitavatars.png (http://imtips.co/xenforo-avatars-vbulletin.html)

How to Install the plugin?

This plugin requires you edit vBulletin templates.

Import the xml file from the product manager..

Edit the threadbit template.

Find


<vb:if condition="$show['threadicon']">
And add the following just above it.

<img height="32px" width="32px" style="float:left;margin-right:4px" src="{vb:raw thread.avatarurl}" border="0" />
Find

<dt>{vb:rawphrase last_post_by}</dt>
And add the following just above it.

<img height="32px" width="32px" style="float:left;margin-right:4px" src="{vb:raw thread.lastposteravatarurl}" border="0" />