The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
User Avatars In Thread Listing Details »» | |||||||||||||||||||||||||||
Download vB 3.8.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. 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 HTML Code:
<vb:if condition="$show['threadicon']">
HTML Code:
<a href="{vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}"><img height="32px" width="32px" style="float:left;margin-right:4px" src="{vb:raw thread.avatarurl}" border="0" /></a> HTML Code:
<dt>{vb:rawphrase last_post_by}</dt> Code:
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}</dt> And add the following just above it. HTML Code:
<a href="{vb:link member, {vb:raw thread}, null, 'lastposterid', 'lastposter'}"><img height="32px" width="32px" style="float:left;margin-right:4px" src="{vb:raw thread.lastposteravatarurl}" border="0" /></a> Find HTML Code:
{vb:raw forum.lastpostinfo} HTML Code:
<a href="{vb:link member, {vb:raw forum}, null, 'real_lastposterid', 'real_lastposter'}"><img height="48px" width="48px" style="float:left;margin-right:4px" src="{vb:raw forum.avatarurl}" border="0" /></a> Find the first occurrence of HTML Code:
<div class="inner">
HTML Code:
<a href="{vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}"><img height="32px" width="32px" style="float:left;margin:7px 4px 0 0" src="{vb:raw thread.avatarurl}" border="0" /></a> HTML Code:
<dl class="threadlastpost td">
HTML Code:
<a href="{vb:link member, {vb:raw thread}, null, 'lastposterid', 'lastposter'}"><img height="32px" width="32px" style="float:left;margin-right:4px" src="{vb:raw thread.lastposteravatarurl}" border="0" /></a> Find HTML Code:
<div class="contact">
HTML Code:
<a href="{vb:link member, {vb:raw post}, null, 'userid', 'username'}"><img height="32px" width="32px" style="float:left;margin-left:4px" src="{vb:raw post.avatarurl}" border="0" /></a> If you are upgrading the plugin, just import the new plugin file and overwrite the existing plugins. Once done make the necessary edits to the search templates. Credits
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 History Updated 21st August
Updated 18th August
Updated 17th August
Enjoy!!! Download Now
Show Your Support
|
26 благодарности(ей) от: | ||
8thos, Abhik, alfanexus, BCP Hung, BlueCheri, Erica1977, eTiKeT?, evelynpriscilla, fleshy66, Gemma, iiioroh, K4GAP, lagrace, markoroots, nacaruncr, Nacho Vidal, nCODE, obglobal.net, puertoblack2003, RaYdeN.ADM, reddyink, S!p, sadiq6210, Scalemotorcars, Successfulsteps, tekram |
Comments |
#212
|
||||
|
||||
not exactly, changing the size, alignment of the last post is incorrect.
any solution? the problem is that I can manage the space on the right, but not the left! otherwise, how could I edit the html code in order to keep the data aligned with the title of the last post? PS: sorry for my english, is horrible, I hope you understand! |
#213
|
||||
|
||||
Quote:
|
#214
|
||||
|
||||
ok this is my solution for everyone.
if someone want to increase the margin right from 4px to xxpx u need follow this edit for fix the lastpost date alignment: template: forumhome_lastpostby find: HTML Code:
<div class="lastpostby"> <vb:if condition="$lastpostinfo['lastposterid']"> {vb:rawphrase by_x_memberaction, {vb:raw memberaction_dropdown}} <vb:else /> {vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}} </vb:if> </div> <p class="lastpostdate">{vb:raw lastpostinfo.lastpostdate}<vb:if condition="!$show['detailedtime']">, <span class="time">{vb:raw lastpostinfo.lastposttime}</span></vb:if></p> <vb:else /> <span class="lastpostdate">{vb:raw lastpostinfo.lastpostdate} <vb:if condition="!$show['detailedtime']"><span class="time">{vb:raw lastpostinfo.lastposttime}</span></vb:if></span> <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_lastpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a> </vb:if> Code:
<div style="float: left"> HTML Code:
</div>
|
#215
|
||||
|
||||
Works nicely in 4.2
|
#216
|
|||
|
|||
The avatars go right up against the threadbit_alt_background on the left (Replies / Views) on search results. How can I nudge them and "Last Post" to the right?
Screenshot Taken: 1/30/2013 |
#217
|
|||
|
|||
Bump?
|
#218
|
||||
|
||||
I don't see it going into the Replies / Views on your KH MediaFlare Forum
|
#219
|
|||
|
|||
Quote:
See how it goes right up the against the background where Replies / Views is? Where the avatar is, the background is #141414; where Replies / Views is, the background is #0F0F0F. If you still can't see it, next time there are new posts, I'll take a screenshot on the lite version of that style. |
#220
|
||||
|
||||
Yes please take a screenshot on lighter skin as I am not able to get anything from it.
Try adding a margin to the image and see if it works. |
#221
|
||||
|
||||
Installed, edited templates. Works Great, Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|