Back to vBulletin 3.5 Template Modifications

Profile Pic Of Newest Member
Mod Version: 1.00, by Gio~Logist

This modification is in the archives.
vB Version: 3.5.0 Beta 4 Rating: (0 vote - 0 average) Installs: 4
Released: 26 Jul 2005 Last Update: Never Downloads: 1
Not Supported  

Suprised no one has done this..... it's probably the easiest "hack" i've done.

Go to your forumhome template and inser this code

HTML Code:
 <img src="image.php?u=$newuserid&type=profile"> 
Wherever you'd like the pic of your newest member to show.

Members profile pics show in postbit instead of avatar

Find this code in postbit or postbit_legacy (whichever you use)
HTML Code:
<if condition="$show['avatar']"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a><br /></if>
Replace it with this
HTML Code:
<a href="member.php?$session[sessionurl]u=$post[userid]"> <img src="image.php?u=$post[userid]&type=profile" border="0"> </a><br />

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024