![]() |
Xenforo Like User Avatars
1 Attachment(s)
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 https://vborg.vbsupport.ru/external/2011/08/40.png https://vborg.vbsupport.ru/external/2011/08/41.png https://vborg.vbsupport.ru/external/2011/08/42.png 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']"> 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 blog or in comments below. If you would like to Optimize your vBulletin for Less Server Load & Better User Experience, read this post on Optimizing vBulletin See the plugin in action at MBA Forum Enjoy the plugin and do share your views, comments or feedback in comments below. |
This is only for vb 3?
|
yes, thank you so much!!!
|
Quote:
|
Quote:
|
Quote:
|
would be like to appear on the avatar private messages
|
Quote:
|
Hi great mod, I expect this is incompatible with vB 3.6.x, however I tried and received this error on.
I had to disable the mod until hopefully it is solved. Code:
Database error in vBulletin 3.6.8: Thanks |
Quote:
|
All times are GMT. The time now is 04:55 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|