Resource icon

VB4 User Avatars In Thread Listing 1.03 Nulled

No permission to download
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

Code:
<vb:if condition="$show['threadicon']">

And add the following just above it.


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>

Find

Code:
<dt>{vb:rawphrase last_post_by}</dt>
Please note: Some custom templates have the above code asCode:
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}</dt>

And add the following just above it.

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>


Edit forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates as follows.

Find

Code:
{vb:raw forum.lastpostinfo}

And add the following code just above it.

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>

Edit search_threadbit

Find the first occurrence of

Code:
<div class="inner">

And add after that

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>

Then again find

Code:
<dl class="threadlastpost td">

And add after that

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>

Edit search_results_postbit

Find

Code:
<div class="contact">

And add after that

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>

threadbitavatars.png
  • Like
Reactions: vbasic and lagrace
Author
Admin
Size
1.4 KB
Extension
rar
Downloads
2
Views
1,415
First release
Last update

More resources from Admin

Similar resources

DBTech - Advanced User Tagging [PRO] Admin
DBTech - Advanced User Tagging [PRO]
0.00 star(s) 0 ratings
Downloads
29
Updated
DBTech - Forum Live Feed & User Wall [PRO] Admin
DBTech - Forum Live Feed & User Wall [PRO]
0.00 star(s) 0 ratings
Downloads
21
Updated
Default User Text Formatting (font styling) . Zero Query
0.00 star(s) 0 ratings
Downloads
3
Updated
e360 User's Social Links 1.2.1
0.00 star(s) 0 ratings
Downloads
0
Updated
[OzzModz] Ignore User In Postbit Dropdown Menu
0.00 star(s) 0 ratings
Downloads
1
Updated