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)

rbrashear68 01-16-2008 02:16 PM

I am getting this error:
Quote:

The conditional on line 472 appears to be missing its end tag (</if>). The template will not function properly unless this is fixed.
This appeared after adding this code above the footer:
Quote:

<!-- GLOBAL TABLE DIVIDOR (COL 2) -->
</td>
<td width="50%" valign="top" style="padding-left: 3px">
<!-- / GLOBAL TABLE DIVIDOR (COL 2) -->

<if condition="$show['profilepic']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase></td>
</tr>
Where should I put the </if>?

EDIT: Fixed it! I failed to copy all the code necessary. Sorry for the false alarm ;)

rbrashear68 01-16-2008 02:56 PM

Okay, I got this installed, but I have to say....the arrangement doesn't look like your screenshots. The column on the left looks to be set at a narrow width and the profile pics on the buddy list are full size, not a thumbnail. Also the bio, interests, etc have been turned to links. :(

The more I look around at everyone else's profiles, the more I noticed there are no two that have the same 2 layouts. Some look okay, but some look terrible. Why the inconsistency????


I need help! Thanks so much!

edit: Fixed a problem but still need help on what's stated above. It seems that user profiles vary on width of columns and some, including mine, look bad.

christi78 01-17-2008 12:52 PM

Well I rewrote my entire MEMBERINFO template as I did not like the one that was supplied with this mod. What is your code right now for you membersinfo template so I can look at it and suggest how to go about fixing it.

As far the the Bio and Interests turning into links they should be search links unless you allow for HTML in the profile and then they can be real links but would have to start with HTTP if this mod is installed correctly.

Who ever took over this mod should make a modification to the MEMBERSINFO and also add lines in the CSS to enable the use of "myspace layouts" other site have already created for use with myspace. I have almost completed this type of modification so if you need assistance in writing it I would be happy to help.

rbrashear68 01-17-2008 01:54 PM

Thanks Christi78!!! I'll post the code here pretty soon. I had check out your forum and your profiles last night and all of it looks great!

Stay tuned and thanks so much for the offer to help! :)

Rick

rbrashear68 01-17-2008 02:03 PM

Here it is. I hope I was supposed to include the whole thing :o Thank you!

1st Half
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<if condition="$userinfo['iprof_css'] AND !isset($_REQUEST['no_css'])">
<style type="text/css">
<!--
$userinfo[iprof_css]
-->
</style>
</if>
<style type="text/css">
#additionalinfo_list, #membergroups_list { margin-top: 0px; margin-bottom: 0px; }
#additionalinfo_list dd, #membergroups_list dd { margin: 0px 0px $stylevar[cellpadding]px 0px; }
</style>
<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

<!-- main info - avatar, profilepic etc. -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
<tr>
        <td class="alt2">
                <table cellpadding="0" cellspacing="0" border="0" width="100%">
                <tr>
                        <td style="border-bottom:1px solid $stylevar[tborder_bgcolor]" width="100%" colspan="2">                       
                                <if condition="$userinfo['rank'] OR $userinfo['reputationdisplay']">
                                        <div style="float:$stylevar[right]; padding:4px">
                                                <if condition="$userinfo['rank']"><div align="center">$userinfo[rank]</div></if>
                                                <if condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputationdisplay]</div></if>
                                        </div>
                                </if>                       
                                <div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>
                                <if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
                        </td>
                       
                </tr>
                <tr valign="top">
                        <if condition="$show['avatar']">
                                <td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
                        <else />
                                <td>&nbsp;</td>
                        </if>
                        <td class="smallfont" valign="bottom" align="$stylevar[right]">
                                <if condition="$show['lastactivity']">
                                        <div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
                                </if>
                                <if condition="$show['currentlocation']">
                                        <div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div>
                                </if>
                        </td>
                </tr>
                </table>
        </td>
</tr>
</table>
<!-- / main info - avatar, profilepic etc. -->

$template_hook[memberinfo_pos1]

<!-- button row -->
<if condition="$show['profilelinks']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
        <if condition="$userinfo['showvcard']">
                <td class="vbmenu_control"><a href="member.php?$session[sessionurl]do=vcard&amp;u=$userinfo[userid]" rel="nofollow">$vbphrase[download_vcard]</a></td>
        </if>
        <if condition="$show['member']">
        <td class="vbmenu_control">
                <if condition="$show['addbuddylist']">
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
                <else />
                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
                </if>
        </td>
        <td class="vbmenu_control">
                <if condition="$show['addignorelist']">
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a>
                <else />
                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>
                </if>
        </td>
        </if>
        <if condition="can_moderate()">
                <td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
        </if>
        <if condition="$show['giveinfraction']">
          <td class="vbmenu_control"><a href="infraction.php?$session[sessionurl]do=report&amp;u=$userinfo[userid]">$vbphrase[give_infraction]</a></td>
        </if>
</tr>
</table>
</if>
<!-- / button row -->

<br />

$template_hook[memberinfo_pos2]

<if condition="$show['infractions']">
<!-- infractions row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat" colspan="$colspan"><span style="float:$stylevar[right]" class="smallfont"><phrase 1="$userinfo[ipoints]">$vbphrase[x_points_total]</phrase>&nbsp; &nbsp;</span>$vbphrase[infractions]</td>
</tr>
<tr>
        <td class="thead">&nbsp;</td>
        <td class="thead">$vbphrase[post]</td>
        <td class="thead">$vbphrase[date]</td>
        <td class="thead">$vbphrase[expires]</td>
        <td class="thead">$vbphrase[points]</td>
        <td class="thead">$vbphrase[reason]</td>
        <td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td>
        <if condition="$show['reverse']"><td class="thead">$vbphrase[details]</td></if>
</tr>
$infractionbits
</table>
<if condition="$pagenav">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="bottom">
        <td align="$stylevar[right]">$pagenav</td>
</tr>
</table>
</if>
<!-- / infractions row -->
<br />
</if>

$template_hook[memberinfo_pos3]

<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
        <td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- START GLOBAL TABLE -->
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top" style="padding-right: 3px">
<!-- / START GLOBAL TABLE -->
<!-- / signature row -->
<br />
</if>

$template_hook[memberinfo_pos4]

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>       
        <td class="tcat">$vbphrase[forum_info]</td>
</tr>
<tr valign="top">

</tr>
<if condition="!$show['popups'] AND $show['iprof_rating']">
<tr>
        <td class="tcat"><a name="goto_memberrating"></a>$vbphrase[iprof_rate_this_member]</td>
</tr>
<tr align="center">

        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="center">
       
                <!-- rate this member -->
                <form action="member.php" method="post">
                <div class="smallfont">
                        <input type="hidden" name="s" value="$session[dbsessionhash]" />
                        <input type="hidden" name="u" value="$userinfo[userid]" />
                        <input type="hidden" name="do" value="rate" />
                        <select name="vote" onchange="this.form.submit()" style="width:175px">
                                <optgroup label="$vbphrase[choose_a_rating]">
                                        <option value="5" $voteselected[5]>5 : $vbphrase[excellent]</option>
                                        <option value="4" $voteselected[4]>4 : $vbphrase[good]</option>
                                        <option value="3" $voteselected[3]>3 : $vbphrase[average]</option>
                                        <option value="2" $voteselected[2]>2 : $vbphrase[bad]</option>
                                        <option value="1" $voteselected[1]>1 : $vbphrase[terrible]</option>
                                </optgroup>
                        </select>$gobutton
                </div>
                </form>
                <!-- / rate this member -->
               
                </div>
        </div>               
        </td>
</tr>
</if>
<tr>
        <td class="tcat">$vbphrase[contact_info]</td>
</tr>
<tr align="center">       
<td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
                                </div>
                        </div>
        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[iprof_lastupdate]: <strong>$userinfo[iprof_lastupdate]</strong>
                                </div>
                        </div>

                        <if condition="$show['iprof_rating']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        <if condition="$show['who_rated_member']"><a href="#" onclick="who_rated_member($userinfo[userid]); return false;">$vbphrase[iprof_rating]</a><else />$vbphrase[iprof_rating]</if>:
                                        <div id="memberrating" style="display: inline"><a href="$show[nojs_link]#goto_memberrating" title="<phrase 1="$userinfo[iprof_votenum]" 2="$userinfo[iprof_voteavg]">$vbphrase[iprof_user_rating_x_votes_y_average]</phrase>"><if condition="$userinfo['iprof_rating']"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$userinfo[iprof_rating].gif" border="0" alt="<phrase 1="$userinfo[iprof_votenum]" 2="$userinfo[iprof_voteavg]">$vbphrase[iprof_user_rating_x_votes_y_average]</phrase>" /><else />$vbphrase[iprof_not_rated]</if></a></div>
                                        <if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("memberrating"); </script></if>
                                </div>
                        </div>
                        </if>
                       
                        <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>
                       
                        <fieldset class="fieldset">
                                <legend>$vbphrase[posts]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <td>
                                                $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
                                        </td>
                                </tr>
                                <if condition="$vboptions['profilelastpost']">
                                <tr>
                                        <td>
                                                        $vbphrase[last_post]:<br />
                                                        <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
                                                        $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
                                        </td>
                                </tr>
                                </if>
                                <tr>


rbrashear68 01-17-2008 02:04 PM

2nd half of code

Code:

                                        <td><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><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]&amp;starteronly=1" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
                                </tr>
                                </table>
                        </fieldset>
                       
                        <if condition="$vboptions['usereferrer']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[referrals]: <strong>$referrals</strong>
                                </div>
                        </div>
                        </if>
                       
                        <if condition="$show['usernotes']">
                        <div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        $vbphrase[user_notes]:
                                        <if condition="$show['usernoteview']">
                                                <strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
                                        </if>
                                        <if condition="$show['usernotepost']">
                                                [<a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
                                        </if>
                                        <if condition="$show['usernoteview']">
                                                <br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
                                        </if>
                                </div>
                        </div>
                        </if>
                       
                        $template_hook[memberinfo_foruminfo]
                       
                </div>
        </div>
        </td>
       
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
               
                        <div class="fieldset">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="!$show['contactlinks']">
                                <tr>
                                        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_has_no_contact_info]</phrase></strong></td>
                                </tr>                               
                                </if>
                                <if condition="$show['homepage']">
                                <tr>
                                        <td>
                                                $vbphrase[home_page]:<br />
                                                <a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['email']">
                                <tr>
                                        <td>
                                                $vbphrase[email]:<br />
                                                <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
                                        </td>
                                </tr>
                                </if>
                                <if condition="$show['pm']">
                                <tr>
                                        <td>
                                                $vbphrase[private_message]:<br />
                                                <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
                                        </td>
                                </tr>
                                </if>
                                </table>
                        </div>
                       
                        <if condition="$show['hasimicons']">
                        <fieldset class="fieldset">
                                <legend>$vbphrase[instant_messaging]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="$show['textimicons']">
                                        <if condition="$userinfo['showicq']">
                                        <tr>
                                                <td>$vbphrase[icq]</td>
                                                <td>$userinfo[icq]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showaim']">
                                        <tr>
                                                <td>$vbphrase[aim]</td>
                                                <td>$userinfo[aim]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showmsn']">
                                        <tr>
                                                <td>$vbphrase[msn]</td>
                                                <td>$userinfo[msn]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showyahoo']">
                                        <tr>
                                                <td>$vbphrase[yahoo]</td>
                                                <td>$userinfo[yahoo]</td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['skype']">
                                        <tr>
                                                <td>$vbphrase[skype]</td>
                                                <td>$userinfo[skype]</td>
                                        </tr>
                                        </if>
                                <else />
                                        <if condition="$userinfo['showicq']">
                                        <tr>
                                                <td>$userinfo[icqicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showaim']">
                                        <tr>
                                                <td>$userinfo[aimicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showmsn']">
                                        <tr>
                                                <td>$userinfo[msnicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showyahoo']">
                                        <tr>
                                                <td>$userinfo[yahooicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
                                        </tr>
                                        </if>
                                        <if condition="$userinfo['showskype']">
                                        <tr>
                                                <td>$userinfo[skypeicon]</td>
                                                <td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 285); return false;">$userinfo[skype]</a></td>
                                        </tr>
                                        </if>
                                </if>
                                $template_hook[memberinfo_iminfo]
                                </table>
                        </fieldset>
                        </if>
                       
                        $template_hook[memberinfo_contactinfo]
                </div>
        </div>
        </td>
       
</tr>
<tr>
        <td class="tcat">$vbphrase[additional_information]</td>
</tr>
<tr valign="top">
</tr>
<tr>
        <td class="tcat">$vbphrase[group_memberships]</td>
</tr>
<tr align="center">
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
                        <if condition="$show['extrainfo']">                       
                                <dl id="additionalinfo_list">
                                <if condition="$show['birthday']">
                                        <dt class="smallfont"><strong>$vbphrase[birth_date]</strong>:</dt>
                                        <dd class="smallfont">$userinfo[birthday]</dd>
                                </if>
                                <if condition="$show['age']">
<if condition="$userinfo['zodiac_sign']">
                                        <dt class="smallfont"><strong>$vbphrase[iprof_zodiac_sign]</strong>:</dt>
                                        <dd class="smallfont">$userinfo[zodiac_sign]</dd>
                                </if>
                                        <dt class="smallfont"><strong>$vbphrase[age]</strong>:</dt>
                                        <dd class="smallfont">$userinfo[age]</dd>
                                </if>
                                $customfields
<if condition="!empty($userinfo[mood])">
<strong>$vbphrase[my_mood]:</strong>
<br />
<img src="images/mood/$userinfo[mood].gif" border="0" />
</if>
                                </dl>
                        <else />
                                <em>$vbphrase[n_a]</em>
                        </if>
                       
                        $template_hook[memberinfo_additionalinfo]
                </div>
        </div>
        </td>
       
        <td class="panelsurround" align="center">
        <div class="panel">
                <div align="$stylevar[left]">
                        <if condition="$show['membergroups']">
                                <dl id="membergroups_list" class="smallfont">
                                $membergroupbits
                                </dl>
                        <else />
                                <div class="smallfont"><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></div>
                        </if>
                       
                        $template_hook[memberinfo_groups]                       
                </div>
        </div>
        </td>

</tr>
</table>
<br />
<!-- GLOBAL TABLE DIVIDOR (COL 2) -->
</td>
<td width="50%" valign="top" style="padding-left: 3px">
<!-- GLOBAL TABLE DIVIDOR (COL 2) -->
</td>
<td width="50%" valign="top" style="padding-left: 3px">
<!-- / GLOBAL TABLE DIVIDOR (COL 2) -->

<if condition="$show['profilepic']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase></td>
</tr>
<tr>
  <td class="alt1"><img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
</tr>
</table>

<br />
</if>

<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>

<br />

<!-- 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>
</table>
<!-- / add profile comment / pagenav -->

<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>       
       
<!-- END GLOBAL TABLE -->
</td>       
</tr>
</table>
<!-- / END GLOBAL TABLE -->

<if condition="$show['popups'] AND $show['iprof_rating']">

<!-- member rating menu -->
<div class="vbmenu_popup" id="memberrating_menu" style="display:none">
<form action="member.php" method="post">

        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
                <td class="thead">$vbphrase[iprof_rate_this_member]<a name="goto_memberrating"></a></td>
        </tr>
        <tr>
                <td class="vbmenu_option" title="nohilite">
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_5.gif" alt="$vbphrase[excellent]" /><label for="vote5"><input type="radio" name="vote" id="vote5" value="5" $votechecked[5] />$vbphrase[excellent]</label></div>
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_4.gif" alt="$vbphrase[good]" /><label for="vote4"><input type="radio" name="vote" id="vote4" value="4" $votechecked[4] />$vbphrase[good]</label></div>
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_3.gif" alt="$vbphrase[average]" /><label for="vote3"><input type="radio" name="vote" id="vote3" value="3" $votechecked[3] />$vbphrase[average]</label></div>
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_2.gif" alt="$vbphrase[bad]" /><label for="vote2"><input type="radio" name="vote" id="vote2" value="2" $votechecked[2] />$vbphrase[bad]</label></div>
                <div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_1.gif" alt="$vbphrase[terrible]" /><label for="vote1"><input type="radio" name="vote" id="vote1" value="1" $votechecked[1] />$vbphrase[terrible]</label></div>
                </td>
        </tr>
        <tr>
                <td class="vbmenu_option" title="nohilite" align="center">
                        <input type="hidden" name="s" value="$session[dbsessionhash]" />
                        <input type="hidden" name="u" value="$userinfo[userid]" />
                        <input type="hidden" name="do" value="rate" />
                        <input type="submit" class="button" value="$vbphrase[vote_now]" />
                </td>
        </tr>
        </table>
       
</form>
</div>
<!-- / member rating menu -->

</if>

<if condition="$userinfo['iprof_css']">
<div align="center" style="align: center; width: 95%; position: absolute; top: 8px; z-index: 9999">
        <table class="tborder" cellpadding="6" cellspacing="0" border="0" width="40px" align="center">
        <tr align="center">
                <if condition="!isset($_REQUEST['no_css'])">
                        <td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$userinfo[userid]&amp;no_css=1">$vbphrase[iprof_suppress_customization]</a></td>
                <else />
                        <td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[iprof_restore_customization]</a></td>
                </if>
                <if condition="$show['can_erase_css']">
                        <td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$userinfo[userid]&amp;do=erase_css">$vbphrase[iprof_erase_customization]</a></td>
                </if>
        </tr>
        </table>
</div>
</if>
$footer

</body>
</html>


janwei 01-17-2008 05:36 PM

Hi!

I run Version 3.6.8 Does this mod work with his version? If not, would it be much work to upgrade it to 3.6.8?

logicuk 01-17-2008 06:18 PM

i would also like to know that

carubmun 01-17-2008 07:26 PM

How does this hack compare to the new system coming out in the vB core soon?

Konstantinos 01-17-2008 09:32 PM

it works in 3.6.8 can someone make a comment back template option so u can comment back on comment ?


All times are GMT. The time now is 06:56 AM.

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.01771 seconds
  • Memory Usage 1,959KB
  • 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
  • (2)bbcode_code_printable
  • (2)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