Xenforo Like User Avatars
Download vB 4.x.x Compatible Version Here
What does this plugin do? This plugin add user avatars to the thread listing in forum display page. See the sceenshot for sample. Screenshots Installation Instructions This plugin requires you to manually edit templates. Import the xml file as product into vBulletin. 1. Edit threadbit template as follows Find HTML Code:
$thread[title_editable] And add the following code before. HTML Code:
<a href="member.php?$session[sessionurl]u=$thread[postuserid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$thread[avatarurl]" border="0" /></a> Find HTML Code:
<td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>">
HTML Code:
<a href="member.php?$session[sessionurl]find=lastposter&t=$thread[threadid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$thread[lastposteravatarurl]" border="0" /></a> Optionally you can edit the username to be left aligned rather than right aligned. Find HTML Code:
<div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap">
Replace with HTML Code:
<div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap;padding-left:32px;">
2. Edit forumhome_forumbit_level1_post and forumhome_forumbit_level2_post as follows Find HTML Code:
<td class="alt2">$forum[lastpostinfo]</td> Replace with HTML Code:
<td class="alt2"><a href="member.php?find=lastposter&f=$forum[forumid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$forum[avatarurl]" border="0" /></a><div style="padding-left:36px;">$forum[lastpostinfo]</div></td> 3. Edit Search_result_postbit template as follows Find HTML Code:
<if condition="$show['moderated']"> <td class="alt2"> <else /> <td class="alt1"> </if> HTML Code:
<a href="member.php?$session[sessionurl]u=$post[userid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$post[avatarurl]" border="0" /></a> Support This plugin is supported, so you can post your issues and queries either on my http://imtips.co/xenforo-avatars-vbulletin-3.html or in comments below. If you would like to Optimize your vBulletin for Less Server Load & Better User Experience, read this post on http://imtips.co/optimize-vbulletin.html See the plugin in action at http://www.mbaguys.net/ Enjoy the plugin and do share your views, comments or feedback in comments below. Download
product-xfstyleavatars-v1.00-vb3.xml (5.8 KB, 383 downloads) |
Similar Mods
V-Xenforo Style 4.1.3 | Modification Graveyard |