vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vS-Interactive Profiles (https://vborg.vbsupport.ru/showthread.php?t=150028)

dukegotgame 07-20-2007 05:37 AM

Quote:

Originally Posted by jasculs (Post 1285256)
Here is my MEMBERINFO template. You also have to make sure that you add user profile feilds and change the feild numbers in the template.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>
<else />
$headinclude
<if condition="$userinfo['iprof_css'] AND !isset($_REQUEST['no_css'])">
<style type="text/css">
<!--
$userinfo[iprof_css]
-->
</style>
</if>
</if>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
<if condition="$userinfo['iprof_isprivate']"><div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px; margin: 0 0 1px 0">$vbphrase[iprof_alert_profile_is_private]</div></if>
$header
$navbar

<center><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="panel" align="center">
<div align="center" class="bigusername"><strong>$userinfo[musername]</div></strong><br><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a>
</td>
</tr>
</table></center>
 
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 
<tr>
    <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2">
<div class="smallfont"><strong>$userinfo[username]</td></div></tr>
<if condition="$userinfo['usertitle']">
<tbody>

 
                            </if>
 
        <tr class="alt2">
            <td><div align="right"><center><if condition="$show['avatar']">
    <div class="smallfont">
    &nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
    </div>
<else /> <center><img src="http://www.grapplersguide.com/forums/images/noavatar.gif">
                </if></div><br /></center>
<!--<strong><div align="center"><a href="/gallery/browseimages.php?do=member&amp;imageuser=$userinfo[userid]" title="View More Pics">View More Pics ($userimages[count])</td> </div></strong>-->

            <td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
 
<strong>Sex:</strong> $userinfo[field16] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong>

               
                               

            $userinfo[age]</if>


<br /> <strong>Location:</strong> $userinfo[field32]<br />

<if condition="$userinfo['zodiac_sign']">                        <strong>$vbphrase[iprof_zodiac_sign]</strong>:$userinfo[zodiac_sign]</if>

            <div>$userinfo[onlinestatus]</div>
            <br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> <br>$vbphrase[iprof_lastupdate]: <strong>$userinfo[iprof_lastupdate]</strong>
<br>
<div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        <if condition="$show['who_viewed_member']"><a href="#" onclick="who_viewed_member($userinfo[userid]); return false;">$vbphrase[iprof_profileviews]</a><else />$vbphrase[iprof_profileviews]</if>: <strong>$userinfo[iprof_profileviews]</strong>
                                </div>
                        </div>
</td>
        </tr>
        </tbody>
    </table>
    <p>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td colspan="2"><strong>Contacting $userinfo[username]</td></font></strong>
        </tr>
        <tr class="alt2">
<td height="5" nowrap="nowrap" width="50%"> <div align="left">
            <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;">
<img border="0" src="http://www.fitnessmasterminds.com/images/sendpm.gif" align="left" width="79" height="22"></a>
</td>
        <td height="5" nowrap="nowrap" valign="top" width="50%">
    <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow">
<img border="0" src="http://www.fitnessmasterminds.com/images/sendmailicon2.gif" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>
        <tr class="alt2">
<td height="5" nowrap="nowrap" width="50%"> <div align="left">
            <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]">
<img border="0" src="http://www.fitnessmasterminds.com/images/addbuddy.gif" align="left" width="79" height="22"></a>
</td>
        <td height="5" nowrap="nowrap" valign="top" width="50%">
    <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">
<img border="0" src="http://www.fitnessmasterminds.com/images/block.jpg" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>   
</table>
 
 
 
 
 
 
 
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>User Information</td> </font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"></td>
        </tr>
 
<tr>
        <td class="alt2"><div class="smallfont"><a href="$userinfo[homepage]" target="_blank"
dir="ltr">My Home Page</a></div></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><strong>MySpace URL:</strong><br /><a href="$userinfo[field33]" target="_blank">$userinfo[field33]</a></div></td>
        </tr>
<tr>
        <if condition="$show['profileviews']">
<td class="alt2">
<div class="smallfont">
    <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
    </div>
</div>
</if>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
    </td></div>
        </tr>
<tr>
        <td class="alt2">
<if condition="$vboptions['usereferrer']">
<div class="smallfont">
<strong>$vbphrase[referrals]:</strong> $referrals
    </div>
</div>
</if>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="payments.php?$session[sessionurl]gift=true&userid=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[buy_x_a_sub]</phrase></a>
        </td>
    </td></div>
        </tr>
    </table>
<br />
 
 
 
 
 
 
 
 
 
 
 
 
 
<if condition="$userinfo[field30]">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Media </span> </td> </font></strong>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="center"><object width="320" height="240"><param name="movie" value="http://www.youtube.com/v/$userinfo[field30]"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$userinfo[field30]" type="application/x-shockwave-flash" wmode="transparent" width="320" height="240"></embed></object></div></td>
        </tr>
    </table>
</if>
    <p>
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td colspan="3" valign="middle"><strong>$userinfo[username]'s Interests</td></font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top"><span class=""><strong>General:</strong></span></td>
        <td align="left" valign="top">$userinfo[field10]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Styles:</strong></span></td>
        <td align="left" valign="top">$userinfo[field11]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Experience:</strong></span></td>
        <td align="left" valign="top">$userinfo[field12]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Martial Arts:</strong></span></td>
        <td align="left" valign="top">$userinfo[field13]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Competition:</strong></span></td>
        <td align="left" valign="top">$userinfo[field14]</td>
        </tr>
<tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Hobbies:</strong></span></td>
        <td align="left" valign="top">$userinfo[field15]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Groups:</strong></span></td>
        <if condition="$show['membergroups']">
        <td>$membergroupbits</td>
        <else />
        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
        </if>
    </table>
 
    <p>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Details </span> </td> </font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Status:</strong></span></div></td>
        <td style="">$userinfo[field17]</td>
        </tr>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Here For:</strong></span></div></td>
        <td style="">$userinfo[field34]</td>
        </tr>        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
        <td style="">$userinfo[field19]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Hometown:</strong></span></div></td>
        <td style="">$userinfo[field20]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Body Type:</strong></span></div></td>
        <td style="">$userinfo[field21]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Ethnicity:</strong></span></div></td>
        <td style="">$userinfo[field22]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Smoke
            / Drink:</strong></span></div></td>
        <td style="">$userinfo[field23] / $userinfo[field24]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Children:</strong></span></div></td>
        <td style="">$userinfo[field31]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Education:</strong></span></div></td>
        <td style="">$userinfo[field25]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Religion:</strong></span></div></td>
        <td style="">$userinfo[field26]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Occupation:</strong></span></div></td>
        <td style="">$userinfo[field27]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Height:</strong></span></div></td>
        <td style="">$userinfo[field28]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Grappling Weight Class:</strong></span></div></td>
        <td style="">$userinfo[field29]</td>
        </tr>
    </table></td>

    <td valign="top" width="60%"> <if condition="$show[journalinfo]"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>$userinfo[username]'s Latest Blog Entry</td></font></strong>
        </tr>
        <tr class="alt2">
        <td><if condition="$show[journalinfo]"> <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a>
            ($journal[lastentry_date])<br />
            <else />$vbphrase[private]</if> </if></td>
        </tr>
        <tr class="alt2">
        <td><if condition="$show[journalinfo]"> [<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>]
            </if></td>
        </tr>

    </table>

    <p></if>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>$userinfo[username]'s Blurbs</td></font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"><strong>About Me:</strong><br /><br />$userinfo[field8]</td>
        </tr>
        <tr>
        <td class="alt2"><strong>Who I'd Like to Meet:</strong><br /><br />
            $userinfo[field9]</td>
        </tr>
    </table>
<br>


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat"><if condition="$show['friendlistlink']"><span style="float: right"><a href="friends.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[iprof_show_all_friends]</a></span></if><phrase 1="$userinfo[username]">$vbphrase[iprof_friends_for_x]</phrase> ($totalfriends)</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<if condition="$show['friendlist']">
        $friendlist
<else />

    <td class="alt1" align="center">
        &nbsp;<br />
        <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_friends]</phrase>
        <br />&nbsp;
    </td>
</if>
</tr>
</table>



<!-- add profile comment / pagenav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
    <td class="smallfont"><if condition="$show['addcomment']"><a href="profilecomment.php?$session[sessionurl]do=newprofilecomment&amp;u=$userinfo[userid]">$vbphrase[iprof_post_new_profile_comment]</a></if>&nbsp;</td>
    <if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
<if condition="$show['comments']">

    <div id="comments">
    $commentbits
    </div>
   
<else />

        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
            <td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[iprof_comments_for_x]</phrase></td>
        </tr>
        </table>

    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="alt1" align="center">           
            &nbsp;<br />
            <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_profile_comments]</phrase>
            <br />&nbsp;
        </td>
    </tr>
    </table>
   
</if>       
</table>
<!-- / add profile comment / pagenav -->




<br />
    </td>
</tr></table></td>
</table>
<br />
<center>
<if condition="can_moderate()">Moderator Tools<br />
<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td><br />
</if>
<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
<if condition="$mh_upcd_last_changed">
    <div style="padding:$stylevar[formspacer]px">
    <strong>Profile last updated: $mh_upcd_last_changed</strong>
    </div>
    </if>
</center>

$footer
<br />
</body>
</html>


wow thanks alot man. ive used this and adjusted it to fit my forum and the profiles look a lot better now.

i do have one question though. what type of user profile field did you have to add for the "my media" section. also what kind of coding do you have to use when you edit your profile for the media to show up?

also if anyone has a template edit to add a blog feature to the profiles, id greatly appreciate it.

dukegotgame 07-20-2007 05:38 AM

Quote:

Originally Posted by jasculs (Post 1285256)
Here is my MEMBERINFO template. You also have to make sure that you add user profile feilds and change the feild numbers in the template.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>
<else />
$headinclude
<if condition="$userinfo['iprof_css'] AND !isset($_REQUEST['no_css'])">
<style type="text/css">
<!--
$userinfo[iprof_css]
-->
</style>
</if>
</if>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
<if condition="$userinfo['iprof_isprivate']"><div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px; margin: 0 0 1px 0">$vbphrase[iprof_alert_profile_is_private]</div></if>
$header
$navbar

<center><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="panel" align="center">
<div align="center" class="bigusername"><strong>$userinfo[musername]</div></strong><br><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a>
</td>
</tr>
</table></center>
 
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 
<tr>
    <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2">
<div class="smallfont"><strong>$userinfo[username]</td></div></tr>
<if condition="$userinfo['usertitle']">
<tbody>

 
                            </if>
 
        <tr class="alt2">
            <td><div align="right"><center><if condition="$show['avatar']">
    <div class="smallfont">
    &nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
    </div>
<else /> <center><img src="http://www.grapplersguide.com/forums/images/noavatar.gif">
                </if></div><br /></center>
<!--<strong><div align="center"><a href="/gallery/browseimages.php?do=member&amp;imageuser=$userinfo[userid]" title="View More Pics">View More Pics ($userimages[count])</td> </div></strong>-->

            <td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
 
<strong>Sex:</strong> $userinfo[field16] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong>

               
                               

            $userinfo[age]</if>


<br /> <strong>Location:</strong> $userinfo[field32]<br />

<if condition="$userinfo['zodiac_sign']">                        <strong>$vbphrase[iprof_zodiac_sign]</strong>:$userinfo[zodiac_sign]</if>

            <div>$userinfo[onlinestatus]</div>
            <br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> <br>$vbphrase[iprof_lastupdate]: <strong>$userinfo[iprof_lastupdate]</strong>
<br>
<div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        <if condition="$show['who_viewed_member']"><a href="#" onclick="who_viewed_member($userinfo[userid]); return false;">$vbphrase[iprof_profileviews]</a><else />$vbphrase[iprof_profileviews]</if>: <strong>$userinfo[iprof_profileviews]</strong>
                                </div>
                        </div>
</td>
        </tr>
        </tbody>
    </table>
    <p>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td colspan="2"><strong>Contacting $userinfo[username]</td></font></strong>
        </tr>
        <tr class="alt2">
<td height="5" nowrap="nowrap" width="50%"> <div align="left">
            <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;">
<img border="0" src="http://www.fitnessmasterminds.com/images/sendpm.gif" align="left" width="79" height="22"></a>
</td>
        <td height="5" nowrap="nowrap" valign="top" width="50%">
    <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow">
<img border="0" src="http://www.fitnessmasterminds.com/images/sendmailicon2.gif" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>
        <tr class="alt2">
<td height="5" nowrap="nowrap" width="50%"> <div align="left">
            <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]">
<img border="0" src="http://www.fitnessmasterminds.com/images/addbuddy.gif" align="left" width="79" height="22"></a>
</td>
        <td height="5" nowrap="nowrap" valign="top" width="50%">
    <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">
<img border="0" src="http://www.fitnessmasterminds.com/images/block.jpg" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>   
</table>
 
 
 
 
 
 
 
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>User Information</td> </font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"></td>
        </tr>
 
<tr>
        <td class="alt2"><div class="smallfont"><a href="$userinfo[homepage]" target="_blank"
dir="ltr">My Home Page</a></div></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><strong>MySpace URL:</strong><br /><a href="$userinfo[field33]" target="_blank">$userinfo[field33]</a></div></td>
        </tr>
<tr>
        <if condition="$show['profileviews']">
<td class="alt2">
<div class="smallfont">
    <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
    </div>
</div>
</if>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
    </td></div>
        </tr>
<tr>
        <td class="alt2">
<if condition="$vboptions['usereferrer']">
<div class="smallfont">
<strong>$vbphrase[referrals]:</strong> $referrals
    </div>
</div>
</if>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="payments.php?$session[sessionurl]gift=true&userid=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[buy_x_a_sub]</phrase></a>
        </td>
    </td></div>
        </tr>
    </table>
<br />
 
 
 
 
 
 
 
 
 
 
 
 
 
<if condition="$userinfo[field30]">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Media </span> </td> </font></strong>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="center"><object width="320" height="240"><param name="movie" value="http://www.youtube.com/v/$userinfo[field30]"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$userinfo[field30]" type="application/x-shockwave-flash" wmode="transparent" width="320" height="240"></embed></object></div></td>
        </tr>
    </table>
</if>
    <p>
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td colspan="3" valign="middle"><strong>$userinfo[username]'s Interests</td></font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top"><span class=""><strong>General:</strong></span></td>
        <td align="left" valign="top">$userinfo[field10]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Styles:</strong></span></td>
        <td align="left" valign="top">$userinfo[field11]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Experience:</strong></span></td>
        <td align="left" valign="top">$userinfo[field12]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Martial Arts:</strong></span></td>
        <td align="left" valign="top">$userinfo[field13]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Competition:</strong></span></td>
        <td align="left" valign="top">$userinfo[field14]</td>
        </tr>
<tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Hobbies:</strong></span></td>
        <td align="left" valign="top">$userinfo[field15]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Groups:</strong></span></td>
        <if condition="$show['membergroups']">
        <td>$membergroupbits</td>
        <else />
        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
        </if>
    </table>
 
    <p>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Details </span> </td> </font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Status:</strong></span></div></td>
        <td style="">$userinfo[field17]</td>
        </tr>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Here For:</strong></span></div></td>
        <td style="">$userinfo[field34]</td>
        </tr>        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
        <td style="">$userinfo[field19]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Hometown:</strong></span></div></td>
        <td style="">$userinfo[field20]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Body Type:</strong></span></div></td>
        <td style="">$userinfo[field21]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Ethnicity:</strong></span></div></td>
        <td style="">$userinfo[field22]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Smoke
            / Drink:</strong></span></div></td>
        <td style="">$userinfo[field23] / $userinfo[field24]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Children:</strong></span></div></td>
        <td style="">$userinfo[field31]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Education:</strong></span></div></td>
        <td style="">$userinfo[field25]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Religion:</strong></span></div></td>
        <td style="">$userinfo[field26]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Occupation:</strong></span></div></td>
        <td style="">$userinfo[field27]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Height:</strong></span></div></td>
        <td style="">$userinfo[field28]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Grappling Weight Class:</strong></span></div></td>
        <td style="">$userinfo[field29]</td>
        </tr>
    </table></td>

    <td valign="top" width="60%"> <if condition="$show[journalinfo]"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>$userinfo[username]'s Latest Blog Entry</td></font></strong>
        </tr>
        <tr class="alt2">
        <td><if condition="$show[journalinfo]"> <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a>
            ($journal[lastentry_date])<br />
            <else />$vbphrase[private]</if> </if></td>
        </tr>
        <tr class="alt2">
        <td><if condition="$show[journalinfo]"> [<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>]
            </if></td>
        </tr>

    </table>

    <p></if>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>$userinfo[username]'s Blurbs</td></font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"><strong>About Me:</strong><br /><br />$userinfo[field8]</td>
        </tr>
        <tr>
        <td class="alt2"><strong>Who I'd Like to Meet:</strong><br /><br />
            $userinfo[field9]</td>
        </tr>
    </table>
<br>


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat"><if condition="$show['friendlistlink']"><span style="float: right"><a href="friends.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[iprof_show_all_friends]</a></span></if><phrase 1="$userinfo[username]">$vbphrase[iprof_friends_for_x]</phrase> ($totalfriends)</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<if condition="$show['friendlist']">
        $friendlist
<else />

    <td class="alt1" align="center">
        &nbsp;<br />
        <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_friends]</phrase>
        <br />&nbsp;
    </td>
</if>
</tr>
</table>



<!-- add profile comment / pagenav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
    <td class="smallfont"><if condition="$show['addcomment']"><a href="profilecomment.php?$session[sessionurl]do=newprofilecomment&amp;u=$userinfo[userid]">$vbphrase[iprof_post_new_profile_comment]</a></if>&nbsp;</td>
    <if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
<if condition="$show['comments']">

    <div id="comments">
    $commentbits
    </div>
   
<else />

        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
            <td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[iprof_comments_for_x]</phrase></td>
        </tr>
        </table>

    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="alt1" align="center">           
            &nbsp;<br />
            <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_profile_comments]</phrase>
            <br />&nbsp;
        </td>
    </tr>
    </table>
   
</if>       
</table>
<!-- / add profile comment / pagenav -->




<br />
    </td>
</tr></table></td>
</table>
<br />
<center>
<if condition="can_moderate()">Moderator Tools<br />
<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td><br />
</if>
<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
<if condition="$mh_upcd_last_changed">
    <div style="padding:$stylevar[formspacer]px">
    <strong>Profile last updated: $mh_upcd_last_changed</strong>
    </div>
    </if>
</center>

$footer
<br />
</body>
</html>


wow thanks alot man. ive used this and adjusted it to fit my forum and the profiles look a lot better now.

i do have one question though. what type of user profile field did you have to add for the "my media" section. also what kind of coding do you have to use when you edit your profile for the media to show up?

also if anyone has a template edit to add a blog feature to the profiles, id greatly appreciate it.

dukegotgame 07-20-2007 05:54 AM

Quote:

Originally Posted by jasculs (Post 1285256)
Here is my MEMBERINFO template. You also have to make sure that you add user profile feilds and change the feild numbers in the template.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>
<else />
$headinclude
<if condition="$userinfo['iprof_css'] AND !isset($_REQUEST['no_css'])">
<style type="text/css">
<!--
$userinfo[iprof_css]
-->
</style>
</if>
</if>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
<if condition="$userinfo['iprof_isprivate']"><div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px; margin: 0 0 1px 0">$vbphrase[iprof_alert_profile_is_private]</div></if>
$header
$navbar

<center><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="panel" align="center">
<div align="center" class="bigusername"><strong>$userinfo[musername]</div></strong><br><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a>
</td>
</tr>
</table></center>
 
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 
<tr>
    <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2">
<div class="smallfont"><strong>$userinfo[username]</td></div></tr>
<if condition="$userinfo['usertitle']">
<tbody>

 
                            </if>
 
        <tr class="alt2">
            <td><div align="right"><center><if condition="$show['avatar']">
    <div class="smallfont">
    &nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
    </div>
<else /> <center><img src="http://www.grapplersguide.com/forums/images/noavatar.gif">
                </if></div><br /></center>
<!--<strong><div align="center"><a href="/gallery/browseimages.php?do=member&amp;imageuser=$userinfo[userid]" title="View More Pics">View More Pics ($userimages[count])</td> </div></strong>-->

            <td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
 
<strong>Sex:</strong> $userinfo[field16] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong>

               
                               

            $userinfo[age]</if>


<br /> <strong>Location:</strong> $userinfo[field32]<br />

<if condition="$userinfo['zodiac_sign']">                        <strong>$vbphrase[iprof_zodiac_sign]</strong>:$userinfo[zodiac_sign]</if>

            <div>$userinfo[onlinestatus]</div>
            <br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> <br>$vbphrase[iprof_lastupdate]: <strong>$userinfo[iprof_lastupdate]</strong>
<br>
<div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        <if condition="$show['who_viewed_member']"><a href="#" onclick="who_viewed_member($userinfo[userid]); return false;">$vbphrase[iprof_profileviews]</a><else />$vbphrase[iprof_profileviews]</if>: <strong>$userinfo[iprof_profileviews]</strong>
                                </div>
                        </div>
</td>
        </tr>
        </tbody>
    </table>
    <p>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td colspan="2"><strong>Contacting $userinfo[username]</td></font></strong>
        </tr>
        <tr class="alt2">
<td height="5" nowrap="nowrap" width="50%"> <div align="left">
            <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;">
<img border="0" src="http://www.fitnessmasterminds.com/images/sendpm.gif" align="left" width="79" height="22"></a>
</td>
        <td height="5" nowrap="nowrap" valign="top" width="50%">
    <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow">
<img border="0" src="http://www.fitnessmasterminds.com/images/sendmailicon2.gif" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>
        <tr class="alt2">
<td height="5" nowrap="nowrap" width="50%"> <div align="left">
            <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]">
<img border="0" src="http://www.fitnessmasterminds.com/images/addbuddy.gif" align="left" width="79" height="22"></a>
</td>
        <td height="5" nowrap="nowrap" valign="top" width="50%">
    <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">
<img border="0" src="http://www.fitnessmasterminds.com/images/block.jpg" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>   
</table>
 
 
 
 
 
 
 
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>User Information</td> </font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"></td>
        </tr>
 
<tr>
        <td class="alt2"><div class="smallfont"><a href="$userinfo[homepage]" target="_blank"
dir="ltr">My Home Page</a></div></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><strong>MySpace URL:</strong><br /><a href="$userinfo[field33]" target="_blank">$userinfo[field33]</a></div></td>
        </tr>
<tr>
        <if condition="$show['profileviews']">
<td class="alt2">
<div class="smallfont">
    <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
    </div>
</div>
</if>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
    </td></div>
        </tr>
<tr>
        <td class="alt2">
<if condition="$vboptions['usereferrer']">
<div class="smallfont">
<strong>$vbphrase[referrals]:</strong> $referrals
    </div>
</div>
</if>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="payments.php?$session[sessionurl]gift=true&userid=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[buy_x_a_sub]</phrase></a>
        </td>
    </td></div>
        </tr>
    </table>
<br />
 
 
 
 
 
 
 
 
 
 
 
 
 
<if condition="$userinfo[field30]">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Media </span> </td> </font></strong>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="center"><object width="320" height="240"><param name="movie" value="http://www.youtube.com/v/$userinfo[field30]"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$userinfo[field30]" type="application/x-shockwave-flash" wmode="transparent" width="320" height="240"></embed></object></div></td>
        </tr>
    </table>
</if>
    <p>
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td colspan="3" valign="middle"><strong>$userinfo[username]'s Interests</td></font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top"><span class=""><strong>General:</strong></span></td>
        <td align="left" valign="top">$userinfo[field10]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Styles:</strong></span></td>
        <td align="left" valign="top">$userinfo[field11]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Experience:</strong></span></td>
        <td align="left" valign="top">$userinfo[field12]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Martial Arts:</strong></span></td>
        <td align="left" valign="top">$userinfo[field13]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Competition:</strong></span></td>
        <td align="left" valign="top">$userinfo[field14]</td>
        </tr>
<tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Hobbies:</strong></span></td>
        <td align="left" valign="top">$userinfo[field15]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Groups:</strong></span></td>
        <if condition="$show['membergroups']">
        <td>$membergroupbits</td>
        <else />
        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
        </if>
    </table>
 
    <p>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Details </span> </td> </font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Status:</strong></span></div></td>
        <td style="">$userinfo[field17]</td>
        </tr>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Here For:</strong></span></div></td>
        <td style="">$userinfo[field34]</td>
        </tr>        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
        <td style="">$userinfo[field19]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Hometown:</strong></span></div></td>
        <td style="">$userinfo[field20]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Body Type:</strong></span></div></td>
        <td style="">$userinfo[field21]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Ethnicity:</strong></span></div></td>
        <td style="">$userinfo[field22]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Smoke
            / Drink:</strong></span></div></td>
        <td style="">$userinfo[field23] / $userinfo[field24]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Children:</strong></span></div></td>
        <td style="">$userinfo[field31]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Education:</strong></span></div></td>
        <td style="">$userinfo[field25]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Religion:</strong></span></div></td>
        <td style="">$userinfo[field26]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Occupation:</strong></span></div></td>
        <td style="">$userinfo[field27]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Height:</strong></span></div></td>
        <td style="">$userinfo[field28]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Grappling Weight Class:</strong></span></div></td>
        <td style="">$userinfo[field29]</td>
        </tr>
    </table></td>

    <td valign="top" width="60%"> <if condition="$show[journalinfo]"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>$userinfo[username]'s Latest Blog Entry</td></font></strong>
        </tr>
        <tr class="alt2">
        <td><if condition="$show[journalinfo]"> <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a>
            ($journal[lastentry_date])<br />
            <else />$vbphrase[private]</if> </if></td>
        </tr>
        <tr class="alt2">
        <td><if condition="$show[journalinfo]"> [<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>]
            </if></td>
        </tr>

    </table>

    <p></if>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>$userinfo[username]'s Blurbs</td></font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"><strong>About Me:</strong><br /><br />$userinfo[field8]</td>
        </tr>
        <tr>
        <td class="alt2"><strong>Who I'd Like to Meet:</strong><br /><br />
            $userinfo[field9]</td>
        </tr>
    </table>
<br>


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat"><if condition="$show['friendlistlink']"><span style="float: right"><a href="friends.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[iprof_show_all_friends]</a></span></if><phrase 1="$userinfo[username]">$vbphrase[iprof_friends_for_x]</phrase> ($totalfriends)</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<if condition="$show['friendlist']">
        $friendlist
<else />

    <td class="alt1" align="center">
        &nbsp;<br />
        <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_friends]</phrase>
        <br />&nbsp;
    </td>
</if>
</tr>
</table>



<!-- add profile comment / pagenav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
    <td class="smallfont"><if condition="$show['addcomment']"><a href="profilecomment.php?$session[sessionurl]do=newprofilecomment&amp;u=$userinfo[userid]">$vbphrase[iprof_post_new_profile_comment]</a></if>&nbsp;</td>
    <if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
<if condition="$show['comments']">

    <div id="comments">
    $commentbits
    </div>
   
<else />

        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
            <td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[iprof_comments_for_x]</phrase></td>
        </tr>
        </table>

    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="alt1" align="center">           
            &nbsp;<br />
            <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_profile_comments]</phrase>
            <br />&nbsp;
        </td>
    </tr>
    </table>
   
</if>       
</table>
<!-- / add profile comment / pagenav -->




<br />
    </td>
</tr></table></td>
</table>
<br />
<center>
<if condition="can_moderate()">Moderator Tools<br />
<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td><br />
</if>
<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
<if condition="$mh_upcd_last_changed">
    <div style="padding:$stylevar[formspacer]px">
    <strong>Profile last updated: $mh_upcd_last_changed</strong>
    </div>
    </if>
</center>

$footer
<br />
</body>
</html>


wow thanks alot man. ive used this and adjusted it to fit my forum and the profiles look a lot better now.

i do have one question though. what type of user profile field did you have to add for the "my media" section. also what kind of coding do you have to use when you edit your profile for the media to show up?

also if anyone has a template edit to add a blog feature to the profiles, id greatly appreciate it.

Goodman_2020 07-20-2007 11:45 AM

hi, i tried to contact you (the author) but no answers so i post it here to just in case

I’d like to know if you could give me the permission to translate interactive profiles in French?

Thanks!

Simasher 07-20-2007 12:08 PM

thanks wonderful hack..But turkish is not true :( i'll return the turkish by hand :p

finally super ;)

NoDRaC 07-20-2007 02:10 PM

before this script i have been using profile comment system which is in here than deleted. How can i transfer profile comment system data to vs-interactive profiles comments?
thanks

i think i have to use this profcomm_import.php file but i dont know how i will use this file.

Could you explaiın this?
thanks

i find the way. Upload profcomm_import.php file in do_not_upload folder to admincp directory then login admincp and start admincp/profcomm_import.php then follow instruction.

jasculs 07-20-2007 02:53 PM

Quote:

Originally Posted by dukegotgame (Post 1296293)
wow thanks alot man. ive used this and adjusted it to fit my forum and the profiles look a lot better now.

i do have one question though. what type of user profile field did you have to add for the "my media" section. also what kind of coding do you have to use when you edit your profile for the media to show up?

also if anyone has a template edit to add a blog feature to the profiles, id greatly appreciate it.

I just used a single line text field and you can only put in a YouTube video. So if the person places in YouTube id in the field then it will embed a YouTube video.

Selene 07-20-2007 11:26 PM

can someone asnwer the questions i asked in the previous page

Blackhat 07-21-2007 10:09 PM

why is this hack unsupported ? It looks like a great hack!

voteforbird 07-24-2007 08:06 PM

Hmm. My profiles were in 2 columns before installing this. Now they're in 1. Any idea why?


All times are GMT. The time now is 04:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02127 seconds
  • Memory Usage 2,083KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete