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)

rootnik 07-15-2007 03:07 PM

edit: linked removed

radarhunter 07-15-2007 03:16 PM

did u change sum settings in this Mod if yes then wat ???

from which thread did u get this Mod ?

rootnik 07-15-2007 05:04 PM

How many queries does the profile page usually run? With this enabled, there are 21 queries on my profile. Seems a little excessive...

rootnik 07-15-2007 05:07 PM

Quote:

Originally Posted by radarhunter (Post 1291881)
did u change sum settings in this Mod if yes then wat ???

from which thread did u get this Mod ?

*sigh*

I changed nothing. The link in the original post does not work, I am guess due to problems with the mysql upgrade vbulletin.org had today. The link above does work.

If you are paranoid about using the above link, don't. Wait for the author to reupload his attachment and use his link.

edit: attachment fixed, removed link

jags2ooo 07-15-2007 11:45 PM

Nice jasculs Thanks alot this is awesome just like My Space Thank you!

cheat-master30 07-16-2007 07:06 PM

This is a very minor thing you could change, but it's more a small criticism. Please think about making the zodiac signs transparent. Because at the moment, they look pretty bad on a dark background (see attachment):

Juju Man 07-16-2007 10:51 PM

Is there a way to remove the zodiac info entirely from a style? If so what parts would I edit to remove that?

cheat-master30 07-17-2007 03:20 PM

Remove this from MEMBERINFO template:
Code:

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


cheat-master30 07-17-2007 05:22 PM

Oh, and my latest two styles:

Rainbow

Code:

body {
background:#000000;
color:#FFFFFF;
}
.tcat {
background:#FF0000;
color:#000000;
}
.thead {
background:#0000FF;
color:#000000;
}
.tborder {
border-style: single;
border-width: thick;
background: #00FF00;
}
.page {
background:#000000;
color:#FFFFFF;
}
.vbmenu_control {
background:#FFFF00;
color:#000000;
}
.panel {
background:#660066;
color:#000000;
}
.panelsurround {
background:#3300CC;
color:#000000;
}
.fieldset {
background:#660066;
color:#FFFFFF;
}
.alt1 {
background:#FFFFFF;
color:#000000;
}
.alt2 {
background:#000000;
color:#FFFFFF;
}
.tfoot {
background:#FF6600;
color:000000;
}
.navbar {
background:#FFFFFF;
color:#000000;
}
.navbar a:link {
background:#FFFFFF;
color:#000000;
}
.navbar a:visited {
background:#FFFFFF;
color:#000000;
}
.vbmenu_option {
background:#00FFFF;
color:#000000;
}



Luigi's Mansion


Code:

body {
background:#336699;
color:#000000;
}
.tcat {
background:#006600;
color:#000000;
}
.thead {
background:#00CC66;
color:#000000;
}
.tborder {
border-style: single;
border-width: thick;
background: #FFFFFF;
}
.page {
background:#336699;
color:#000000;
}
.vbmenu_control {
background:#FFCC33;
color:#0066CC;
}
.panel {
background:#009933;
color:#FFFFFF;
}
.panelsurround {
background:#99FF00;
color:#;
}
.fieldset {
background:#009933;
color:#000000;
}
.alt1 {
background:#336633;
color:#FFFFFF;
}
.alt2 {
background:#66CC66;
color:#FFFFFF;
}
.tfoot {
background:#66FF00;
color:#000000;
}
.navbar a:link {
background:#336633;
color:#0066CC;
font-weight: bold;
}
.navbar a:visited {
background:#336633;
color:#0066CC;
font-weight: bold;
}


cheat-master30 07-17-2007 05:53 PM

Latest profile style:

Desire of Darkness

Code:

body {
background:#993399;
color:#FFFFFF;
}
.tcat {
background:#663366;
color:#000000;
}
.thead {
background:#996699;
color:#000000;
}
.tborder {
border-style: solid;
border-width: thick;
background: #FFFFFF;
}
.page {
background:#993399;
color:#FFFFFF;
}
.vbmenu_control {
background:#663366;
color:#FFFFFF;
}
.panel {
background:#996699;
color:#000000;
}
.panelsurround {
background:#666666;
color:#000000;
}
.fieldset {
background:#996699;
color:#000000;
}
.alt1 {
background:#996699;
color:#000000;
}
.alt2 {
background:#CC99CC;
color:#000000;
}
.tfoot {
background:#663366;
color:#000000;
}
.vbmenu_option {
background:#FFCCFF;
color:#000000;
}
.vbmenu_option a:link {
background:#FFCCFF;
color:#000000;
}
.vbmenu_option a:visited {
background:#FFCCFF;
color:#000000;
}


lukemax 07-18-2007 01:31 AM

I looked in my member.php file and couldn't find
Code:

---------------------------------------
ON VBULLETIN 3.6.6 AND ABOVE:
---------------------------------------

SELECT pf.profilefieldid

---------------------------------------
ON VBULLETIN 3.6.5 AND BELOW:
---------------------------------------


RichieBoy67 07-18-2007 08:55 PM

Quote:

Originally Posted by lukemax (Post 1294197)
I looked in my member.php file and couldn't find
Code:

---------------------------------------
ON VBULLETIN 3.6.6 AND ABOVE:
---------------------------------------
 
SELECT pf.profilefieldid
 
---------------------------------------
ON VBULLETIN 3.6.5 AND BELOW:
---------------------------------------



It is there..... you are looking in your file system and not your templates for member.php???




Template edits would be much better if you had comments around them just in case anyone wishes to uninstall... I have not seen this many file edits since using vb3 mods.... I was starting to get spoiled with this whole plug in system....

cheat-master30 07-18-2007 08:59 PM

You haven't? Try the vBCredits mod, that has like 5-7 file edits.

Goodman_2020 07-18-2007 09:22 PM

is there a french version please, if no, can i translate it?

RichieBoy67 07-18-2007 09:47 PM

No offense to the writer of this mod but most writers are taking care of things in other ways. it is pretty rare now a days to have to edit a ton of templates...

AuroraStorm 07-19-2007 06:04 PM

Whew! All that time, all those edits and I can't get the thing to work...

*uninstalls*

Cobro 07-19-2007 10:13 PM

im having one problem but every thing else is working plz could you help me fix this problem this dose come when i insert the code above footer plz anyhelp needed

:confused:

i have put 2 pics with that shows the problem

cheat-master30 07-19-2007 10:45 PM

I can guess from the picture you are not inserting that content in the right place in the template. If you want an example member info template, I could always post what my own member info template is, since I am using this modification successfully on my own forum.

Brandon Sheley 07-19-2007 11:17 PM

Quote:

Originally Posted by RichieBoy67 (Post 1295042)
No offense to the writer of this mod but most writers are taking care of things in other ways. it is pretty rare now a days to have to edit a ton of templates...

I sometimes miss it :(
I knew so much more about the way things worked when you actually had to Edit a template or php file ;)

TTG 07-19-2007 11:43 PM

Quote:

Originally Posted by Loco.M (Post 1296125)
I sometimes miss it :(
I knew so much more about the way things worked when you actually had to Edit a template or php file ;)

I have to agree. Used to be a challenge to get some things to work and a great sense of achievement when you discovered a bug and solved it. Now we just import a product / plugin and never understand how / why it works.
Not complaining at the changes, it does make life easier and I appreciate the coders who produce these great additions. :up:

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?

AdmiralGeek 07-25-2007 12:14 PM

is this not supported due to the amount of template changes? And because it is discontinued?

or is it the competition lol?

AdmiralGeek 07-25-2007 03:40 PM

took me three times to get it sorted, got those SQL errors too, but i noticed that in the read-me there, were two of the instructions were wrongly formatted and had more than two instances. had to resort to dream-weaver to correct the tabbing.


Code:

        <td class="panelsurround" align="center">
        <div class="panel">
                ... (few lines of code have been skipped) ...
                                        <if condition="$show['membergroups']">

there is two instances, ...(few lines of code have been skipped).... what the hell is this all about? saving a couple of seconds on input?


Code:

SELECT pf.profilefieldid, pf.searchable

And the visionscripts folder, what is it for? the install script and the uninstall script has no effect and no use, why include it? the read me has no information regarding it. And the statistics that you gave, says no automatic installer.

Brandon Sheley 07-25-2007 03:46 PM

Quote:

Originally Posted by voteforbird (Post 1300513)
Hmm. My profiles were in 2 columns before installing this. Now they're in 1. Any idea why?

it's because you didn't do the templates edits correctly ;)

AdmiralGeek 07-25-2007 04:03 PM

Quote:

Originally Posted by Loco.M (Post 1301296)
it's because you didn't do the templates edits correctly ;)

would you mind me asking if you installed this okay?

Terrasoft 07-25-2007 05:19 PM

Yep, the install goes perfectly if you do what it says to do. I know because its running wonderfully on my site. ^_^

AdmiralGeek 07-25-2007 06:21 PM

Quote:

Originally Posted by Terrasoft (Post 1301395)
Yep, the install goes perfectly if you do what it says to do. I know because its running wonderfully on my site. ^_^

would you mind helping me out? i have edited the templates properly, but i may have mis understood the upload procedure wrong, it says only 1 file needed to be uplaoded, but there is many?

does the vs-interactive belong in the one folder? cause when i have the templates edited, and teh product uploaded, and all teh permissions set, i get a database error when ever i go to view someones profile. So i assume something is wrong with the installation procedure.


Code:

Database error in vBulletin 3.6.7:

Invalid SQL:

        SELECT pf.profilefieldid, pf.searchable pf.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height
        FROM vbprofilefield AS pf
        LEFT JOIN vbprofilefieldcategory AS pfc ON(pfc.profilefieldcategoryid = pf.profilefieldcategoryid)
        WHERE pf.form = 0
        ORDER BY pfc.displayorder, pf.displayorder;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height
        FROM ' at line 1
Error Number : 1064
Date        : Wednesday, July 25th 2007 @ 12:29:06 PM
Script      : http://www.theirishcraic.com/irish/craic2/test/member.php?u=1
Referrer    : http://www.theirishcraic.com/irish/craic2/test/index.php
IP Address  : 89.234.69.211
Username    : admiral
Classname    : vB_Database


noonespecial 07-27-2007 07:36 AM

I'd like the "Friend" portion of this mod separate from everything else. It's really the only aspect I'd love to have ... but I don't want all the "extras."

invert_nexus 07-28-2007 02:47 AM

Works great for me.
I've changed it a bit so that the original profile perches at the top of the page just like the old style with the comments and friends list in a single column below. A lot better looking in my opinion.

I have a couple of questions though if anyone might possibly be able to help.

1. Does the new VBulletin (3.6.8) break this mod or vice versa?

2. I'd like to enable the private profile option but only for the comments section. Frankly, I can't fathom why anyone would want the whole profile to be blanked out.

I tried moving the if page is private function further down the page, but this didn't work. In fact, I even tried removing it altogether and, oddly, there was no change in the page... I've deduced from this that the culprit is not to be found in the template, but rather in the php and it's been a long time since I played with php and even then I was only just wetting my fingers. I'm a stubborn cuss and will undoubtably continue digging at it and might well find the answer myself, given time. But it would be nice if someone could lend a hand.

Of course, this might all be moot if the new update breaks the mod.

I've also pondered the practicality of using a system that is not being actively supported to keep up with updates as I can imagine some interesting discussions taking place in profile comments that might well end up getting lost at some point in time when the mod does break. I'm sure that there would be a way to salvage some functionality should this occur, but I wonder if modifying the forum in this manner is just staying one step ahead of oblivion?

I guess some people like to live on the edge though, eh?

invert_nexus 07-28-2007 02:56 AM

AdmiralGeek,

Quote:

it says only 1 file needed to be uplaoded, but there is many?
I think that means that only one upload procedure needs to take place. One upload of all the files inside the upload folder.

That is kind of strange to claim one file upload. There must be other mods that require multiple uploads? Weird.

Quote:

does the vs-interactive belong in the one folder?
What do you mean "one folder"?
The contents of the upload folder are to be copied into the root folder of your forum. Whichever that might be.


As to the SQL error...
The first thought that comes to my head is to wonder if you edited your member.php as directed?

invert_nexus 07-28-2007 03:03 AM

Quote:

SELECT pf.profilefieldid, pf.searchable pf.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height
Oh. Wait.
There's your problem.
You're missing a comma.

It should be:
SELECT pf.profilefieldid, pf.searchable, pf.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height

You'll note that in the instructions, there is no comma shown in the portion you are directed to replace. Therefore, the original comma remains after the new code is pasted in.


All times are GMT. The time now is 04:36 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.02328 seconds
  • Memory Usage 2,172KB
  • 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
  • (12)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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