Back to vBulletin 4.x Template Modifications

Username Image For 4.1.x
Mod Version: 1.10, by MegaManSec

vB Version: 4.1.x Rating: (2 votes - 5.00 average) Installs: 14
Released: 25 Oct 2011 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

Username Image

I'v made this mod work for vbulletin 4.1.x

Find "Postbit" in styles,

find:
Code:
				<div class="username_container">
					<vb:if condition="$post['userid']">
						{vb:raw memberaction_dropdown}
						{vb:raw post.onlinestatus}
and replace it with
Code:
				<div class="username_container">
					<vb:if condition="$post['userid']">
						<div id="postmenu_{vb:raw post.postid}">
						<vb:if condition="$show['profile']">
							<a href="member.php?{vb:raw session.sessionurl}u={vb:raw post.userid}">
						<vb:if condition="$post['field5']">
							<img src="{vb:raw post.field5}" border="0" /></a>
						<vb:else />
							{vb:raw memberaction_dropdown}</a>
						</vb:if></vb:if>
					{vb:raw post.onlinestatus}
				</div>
You'll have to add your own fields, you can do that by going to admincp->User Profile Fields->Add new | then replace field5 in the code with fieldNUMBER which you made the new field

if you have any questions, or need some help, add me on skype: //removed

Thanks, Loaep

~All credits to the maker of Username Image for this, all I did was convert the code.~

Code:
Video how to install this:  http://www.youtube.com/watch?v=JwRrZCcu6oI

Download

No files for download.

Similar Mods

Profile Enhancements Username Image vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024