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 |
#302
|
|||
|
|||
Has anyone been able to make this work with just the thumbs of the avatars showing (like it does in sideblocks) rather than the fully animated avatars/gifs?
|
#303
|
|||
|
|||
Yes I'd like to suggest this improvement too, a lot of resources saved by using the thumbs instead of full avatar. Hopefully someone can post code change for this because TC will never come back.
|
#304
|
|||
|
|||
Resource saving is my goal as well. Almost all of my users use customavatars and of those are mostly gifs. Having just a small thumb rather than the full gif animating would save a lot.
|
#305
|
||||
|
||||
Hope you did not forgot to chmod 0777 those folders in ftp
|
#306
|
||||
|
||||
hmm....
Avatars work well in the rest of the forum. Only here the URL fails. |
#307
|
||||
|
||||
As i see this source code is wrong
Attachment 155452 Code:
http://cimsp.com/posts/http://cimsp.com/attachments/avatars/avatar3_43.gif Code:
http://cimsp.com/attachments/avatars/avatar3_43.gif |
#308
|
||||
|
||||
Quote:
Of course, that saying I'm right. I do not know how to solve, the code is such that the one in the guide. thx ps: i have 4.2.3 Patch Level 2 ----------------------------------------------------------------------------------- Solution for vB 4.2.3 Patch Level 2 Fetch Avatar in Forumbits PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Благодарность от: | ||
BrettC Frontier |
#309
|
|||
|
|||
Nice Work! support great 4.2.4
|
#310
|
|||
|
|||
absolutely brilliant addition thank you so much for the time/effort
|
#311
|
|||
|
|||
Quote:
Can you help me to fix it? I will realy apreciate it , thank you ! Edit.: I figured it out , it was in additional css a code wich force my forums and forumbits to border-radius 0 . I deleted it and now work perfectly ! Thank you again! |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|