I'm using this on 3.5.1 it should work on newer versions.
This was done by another member (HR3rdGen) which has since left for reasons we will not mention. But the informaiton was deleted by him or requested to be deleted. This is a good / mod hack. So I figured we should have it posted again, for those like myself that are using this type of layout.
The following is how I have my template set up. To use this exact template below you will need to make the following profile fields.
About Me Multiple-Line Text Box Editable, field1
Name Single-Line Text Box Editable, field19
Location Single-Line Text Box Editable, field2
Interests Multiple-Line Text Box Editable, Searchable field3
Occupation Single-Line Text Box Editable, field4
Sex Single-Selection Menu Required, Editable, field8
Status Single-Selection Menu Editable, field7
Randon Stuff Multiple-Line Text Box Editable, field9
Music Multiple-Line Text Box Editable, field10
Movies Multiple-Line Text Box Editable, field11
Books Multiple-Line Text Box Editable, field12
Heros Multiple-Line Text Box Editable, field13
Ethnicity Single-Line Text Box Editable, field6
Education Multiple-Line Text Box Editable, field14
Occupation Multiple-Line Text Box Editable, field15
Smoker Single-Selection Menu Editable, field16
Drinker Single-Selection Menu Editable, field17
Children Single-Selection Menu Editable, field18
MySpace Single-Line Text Box Editable field21
Here are some other mods/hacks/plugs that work well with this.
Profile Comments System -
https://vborg.vbsupport.ru/showthread.php?t=103881
Astrology Fields -
https://vborg.vbsupport.ru/showthread.php?t=106619
Whos viewed my profile -
https://vborg.vbsupport.ru/showthread.php?t=91772
To apply this copt and past the below code into the following file.
Admin > Styles & Templates > Style Manager > Edit Templates > Member Info Templates > MEMBERINFO
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$userinfo[username]'s Profile: "$userinfo[usertitle]" </title>
<style type="text/css">
$userinfo[field23]
</style>
</head>
<body>
$header
$navbar
<!-- Multi Conditional Profile Hack v2 By Michael Key -->
<div align="center" style="font-size:18pt">$userinfo[musername]</div>
<div align="center" style="font-size:14pt">"$userinfo[usertitle]"</div>
<if condition="can_moderate()"><div align="center"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[user_options]</a></div></if>
<br />
<table width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td width="25%" align="center" valign="top">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="37" align="center" valign="top">
<table width="100%" cellpadding="1" cellspacing="3" class="tborder">
<tr>
<td class="alt1" width="10%" align="center" valign="top">
<if condition="$show['profilepic']"><img src="$userinfo[profilepicurl]" alt="$userinfo[username]'s Picture" $userinfo[profilepicsize] /> </if>
(<a href="/gallery/browseimages.php?do=member&imageuser=$userinfo[userid]" title="View My Gallery">View More Pictures</a>) </td>
<td class="alt1" valign="top"><table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td><strong>Name:</strong>$userinfo[field19]</td>
</tr>
<tr valign="top">
<td><if condition="$userinfo[field2]"><strong>Location:</strong> $userinfo[field2]
</if></td>
</tr>
<tr valign="top">
<td><if condition="$userinfo[field8]"><strong>Sex:</strong> $userinfo[field8]
</if></td>
</tr>
<tr valign="top">
<td><if condition="$userinfo[field6]"><strong>
Status:</strong> $userinfo[field7]
<else />
</if></td>
</tr>
<tr valign="top">
<td><if condition="$userinfo[field2]"><strong>MySpace:</strong> $userinfo[field7]</if></td>
</tr>
</table></td>
</tr>
</table>
<br />
</td>
</tr>
</table>
<br />
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2>Contacting $userinfo[username]</TD>
</TR>
<TR>
<TD width="50%" class="alt1"><div align="center"><if condition="$show['addbuddylist']"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$userinfo[userid]"><strong>Add User</strong></a><else /><a href="profile.php?$session[sessionurl]do=removelist&userlist=buddy&u=$userinfo[userid]"><em><strong>Remove User</strong></em></a></if>
</div></TD>
<TD width="50%" class="alt1"><div align="center"><a href="vbfavorites.php?$session[sessionurl]do=addentry&type=user&id=$userinfo[userid]"><strong>Add To Favorites</strong></a></div></TD>
</TR>
<TR>
<TD width="50%" class="alt1"><div align="center"><a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]"><strong>Send Message</strong></a></div></TD>
<TD width="50%" class="alt1"><if condition="$show['addignorelist']">
<div align="center">
<a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]"><strong>Block User</strong></a>
<else />
<a href="profile.php?$session[sessionurl]do=removelist&userlist=ignore&u=$userinfo[userid]"><strong><em>UnBlock User</em></strong></a> </div>
</if></TD>
</TR>
<TR>
<TD class="alt1"><div align="center"><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><strong>Find All Posts</strong></a></div></TD>
<TD class="alt1"><div align="center"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[urlusername]" rel="nofollow"><strong>Find All Threads</strong></a></div></TD>
</TR>
</TABLE>
<br />
<table width="100%" cellpadding="1" cellspacing="3" class="tborder">
<if condition="$userinfo[field21]"></if>
<if condition="$show['homepage']">
<tr>
<td class="alt1"><div><strong>Homepage:</strong><br />
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
</div></td>
</tr>
</if>
</table>
<br />
<if condition="$userinfo[field20]">
<table width="100%" class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td class="thead"> </td>
</tr>
<tr>
<td class="alt2" valign="middle" align="center"> </td>
</tr>
</table>
<br />
</if>
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2>$userinfo[username]'s Interests</TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Hobbies:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field3]">$post[field3]<else />
</if> </TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Music:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field8]">$post[field10]
<else />
</if></TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Movies:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field10]">$post[field11]
<else />
</if></TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Books:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field9]">$post[field12]
<else />
</if></TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Heros:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field12]">$post[field13]
<else />
</if> </TD>
</TR>
</TABLE>
<br />
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2 >Additional Information</TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Education:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field16]">$post[field14]
</if></TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Occupation:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field4]">$post[field15]
<else />
</if></TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Smoker:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field14]">$post[field16]
<else />
</if></TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Drinker:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field15]">$post[field17]
<else />
</if></TD>
</TR>
<TR>
<TD width="10%" valign="top" class="alt1"><strong>Children:</strong></TD>
<TD width="90%" valign="top" class="alt1"><if condition="$userinfo[field17]">$post[field18]
<else />
</if></TD>
</TR>
<TR>
<TD valign="top" class="alt1"><strong>Post Count:</strong></TD>
<TD valign="top" class="alt1">$userinfo[posts]</TD>
</TR>
<TR>
<TD valign="top" class="alt1"><strong>Last Post:</strong></TD>
<TD valign="top" class="alt1"><a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a> <br />
$userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span> </TD>
</TR>
<TR>
<TD valign="top" class="alt1"><strong>Referrals:</strong></TD>
<TD class="alt1">$referrals</TD>
</TR>
</TABLE>
<br /></td>
<td valign="top"><if condition="$userinfo[field1]">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="thead"><if condition="is_member_of($userinfo, 30)">About Us</if><if condition="is_member_of($userinfo, 29)">About Us</if><if condition="is_member_of($userinfo, 2)">About Me<else />About Me</if></td>
</tr>
<tr class="alt1">
<td >$post[field1]</td>
</tr>
</table>
<br />
</if>
<if condition="$userinfo[field18]">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="thead"><if condition="is_member_of($userinfo, 30)">Who we'd like to meet</if><if condition="is_member_of($userinfo, 29)">Who we'd like to meet<else />Who I'd like to meet</if></td>
</tr>
<tr class="alt1">
<td class="tbody">$post[field9]</td>
</tr>
</table>
<br />
</if>
<if condition="$userinfo[field19]"><br />
</if>
$FNB_HTML <br />
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="thead" COLSPAN=2><phrase 1="$limit" 2="$userinfo[username]" 3="$num">{$vbphrase['vbspace_commentamount_text']}</phrase></span>
( <a href="$vboptions[bburl]/member.php?u=$userinfo[userid]&do=getall"><phrase 1="$userinfo[username]" 2="$userinfo[userid]" >{$vbphrase['vbspace_commentviewall_text']}</phrase></a> )</TD>
</TR>
<tr>
$comment_bits</tr>
</table>
<br />
$add_comment</td>
</tr>
</table>
<!-- / Multi Conditional Profile Hack v2 By Michael Key -->
$footer
</body>
</html>