Back to vBulletin 3.8 Add-ons

best forum display avatar
Mod Version: 1.00, by Qleb

vB Version: 3.8.4 Rating: (0 vote - 0 average) Installs: 4
Released: 25 Feb 2010 Last Update: Never Downloads: 0
Not Supported Template Edits  

this well show the user avatar in forumdsiplay

by image.php file

try it demo here -->> http://www.qleb.net/forumdisplay.php?f=129

open the template ( threadbit )

and add this code where u like the avatar to appear

PHP Code:
<div style="background: url(images/misc/unknown.gif) no-repeat center; width: 40px;  height: 39px; border: 0px;" >
<
a href="member.php?$session[sessionurl]u=$thread[postuserid]"><img src="image.php?u=$thread[postuserid]&type=thumb" width="39" height="39" border=/></a>
</
div


or for advanced , if you like to add this avatar inside single (td)

open template (FORUMDISPLAY)

at line : 73 in orginal template you need to add new (td)
its mean we has added a new td in forumdisplay table .

below this code

PHP Code:
<if condition="$show['search_engine']"
you well find something like this
PHP Code:
<td class="thead">&nbsp;</td
copy and past the (td) line again to be like
PHP Code:
<td class="thead">&nbsp;</td>
<
td class="thead">&nbsp;</td
few lines below find (<else />)

add the same td line copy and past the (td) line below <else /> to be like

PHP Code:
<td class="thead">&nbsp;</td>
<
td class="thead">&nbsp;</td

save (FORUMDISPLAY) and open ( threadbit )

find in (threadbit)

PHP Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]title="$thread[preview]"
above of it add

PHP Code:
<td class="alt2">
<
div style="background: url(images/misc/unknown.gif) no-repeat center; width: 40px;  height: 39px; border: 0px;" 
<
a href="member.php?$session[sessionurl]u=$thread[postuserid]"><img src="image.php?u=$thread[postuserid]&type=thumb" width="39" height="39" border=/></a
</
div>  
</
td

thats all

enjoy

Download

No files for download.

Screenshots

Click image for larger version
Name:	Untitled.jpg
Views:	854
Size:	43.4 KB
ID:	113020  


vblts.ru supports vBulletin®, 2022-2024