The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Xenforo Like User Avatars Details »» | |||||||||||||||||||||||||||
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 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. Download Now
Show Your Support
|
Comments |
#2
|
|||
|
|||
This is only for vb 3?
|
#3
|
|||
|
|||
yes, thank you so much!!!
|
#4
|
|||
|
|||
No there's a vB4 version that was actually here first...view the developer's profile and you'll find it.
|
#5
|
|||
|
|||
The one I found had been removed to the graveyard.
|
#6
|
|||
|
|||
|
#7
|
|||
|
|||
would be like to appear on the avatar private messages
|
#8
|
||||
|
||||
What do you mean by avatar private message?
|
#9
|
||||
|
||||
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: Invalid SQL: SELECT user.userid as usersuserid, user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline, customavatar.width, customavatar.height, customavatar.width_thumb, customavatar.height_thumb FROM vb_user AS user LEFT JOIN vb_avatar AS avatar ON avatar.avatarid = user.avatarid LEFT JOIN vb_customavatar AS customavatar ON customavatar.userid = user.userid WHERE user.username = 'someone'; MySQL Error : Unknown column 'customavatar.width_thumb' in 'field list' Error Number : 1054 Date : Monday, August 22nd 2011 @ 01:37:41 AM Script : http://www.mysite.com/forum/ Referrer : http://www.mysite.com/forum/admincp/index.php?do=head IP Address : xx.xx.xx.xx Username : someone Classname : vB_Database Thanks |
#10
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|