PDA

View Full Version : Major Additions - vS-Interactive Profiles


Pages : 1 [2] 3

lukemax
07-18-2007, 01:31 AM
I looked in my member.php file and couldn't find

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

SELECT pf.profilefieldid

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

RichieBoy67
07-18-2007, 08:55 PM
I looked in my member.php file and couldn't find

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

$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;s earchuser=$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
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.

$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;s earchuser=$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
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.

$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;s earchuser=$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
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.


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


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


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,

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.

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

TheBlackPoet
07-28-2007, 03:50 AM
the product is still not installing via admin cp --- hmmm

Guest210212002
07-28-2007, 05:54 PM
Any issues with this and vBSEO?

Xorn
07-28-2007, 07:22 PM
for some reason the .xml file would not install into my server. all directions followed precisely but the .xml fil would not install

keeps saying

Importing Style, Please Wait...

[:]

Invalid File Specified

cheat-master30
07-28-2007, 07:50 PM
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?

Although I don't know the rest, vBulletin 3.6.8 does NOT break this. If you want proof, I am running it on my site which is running version 3.6.8, and I even upgraded with the mod active.

djdonx
07-28-2007, 09:58 PM
I don't know coding but am into the mods. I did all the uploads, template changes and XML installation and there were no code errors picked up. I then tested it out and on the profile view, contact us info is seperate from the rest of the page, and the contact us title is grouped with the forum info title. Screenie below:
http://img213.imageshack.us/img213/2358/hackproblemfo6.png

djdonx
07-29-2007, 08:46 PM
Can anyone help me on improving the template look please? :(

invert_nexus
07-29-2007, 10:50 PM
You messed up when editing the template.

It's a bit hard to describe exactly where you messed up, but it's fairly obvious that the culprit lies somewhere in the two steps after the part where you're supposed to replace:
<tr>
<td class="tcat" width="50%">$vbphrase[forum_info]</td>
<td class="tcat" width="50%">$vbphrase[contact_info]</td>
</tr>
With:
<tr>
<td class="tcat">$vbphrase[forum_info]</td>
</tr>
tr stands for table row and everything within those tags exists on one row of a table. In the original profile, forum info and contact info are shown on the same row. In the new profile comments template, they are placed in a column. (Personally, I don't care for that... I like the comments being placed in a single column at the end of the original profile.)

Anyway.
I don't know how you screwed up, exactly, but at the end of the second step after that step you'll find:
<tr>
<td class="tcat">$vbphrase[contact_info]</td>
</tr>
Somehow, you have placed this in your template above all the code for the forum info. Also, the screenshot doesn't exactly show the full page, I can see Additional Information peeking out from the bottom, so it looks like you have no code for the contact info at all.

So, you're going to have to look carefully and figure out what you did wrong.


Edit:
Oh. Wait. Derp.
Your screenshot does show the contact info. But, it's in the same table row as the forum info. So, you obviously missed a step or something. But, I don't see how you could have missed a step and still ended up with the contact info in the column right after forum info. Seems to me like the contact info title should vanish completely if you missed those steps following the original bit of code replacement in that section...

Why don't you post the relevant portion of the template if you can't figure it out yourself?

invert_nexus
07-29-2007, 11:00 PM
Basically, here's where you had to screw up:

FIND
<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']">
ADD ABOVE:
</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">

Although, you obviously screwed up in the other step since you still have the contact info title present... that shouldn't be there since you were supposed to have deleted it earlier only to be replaced in this step which you apparently missed.

That's why the checkmarks are there. Makes it easy to keep track of what you've done and what you haven't done.

Selene
07-30-2007, 03:31 AM
most of my member pages are fine . but for some members the right column is messed up like this:
can someone tell me what I have done wrong.

Selene
07-30-2007, 03:34 AM
I really hope someone helps me, because I asked this same question a month ago and no one has hepled me so far :( the annoying thing is that for most member profile pages its looking fine, its just for some memebrs its causing that mess.

ShawneyJ
07-30-2007, 05:51 AM
i got that to, i had to upload another style the same and replace the member info and did it all again, worked great on 3.6.5 but errors on test board 3.6.4.

Selene
07-30-2007, 04:55 PM
So jaycob you are trying to say that i shud revert the memberinfo template, and the add the stuff again , or shud i try upgrading my vb to 3.6.8 cuz ritenow its on .4

djdonx
07-30-2007, 09:42 PM
Aslong as its on 3.6.x it should work fine, I had the same problem as you can see above ^^ I found out that I just hadn't copied the template edits over properly, I advise that you copy it word for word, a common mistake is replacing
<tr>
<td class="tcat" width="50%">$vbphrase[forum_info]</td>
<td class="tcat" width="50%">$vbphrase[contact_info]</td>
</tr>
with
<tr>
<td class="tcat">$vbphrase[forum_info]</td>
</tr>

As you may or may not have realised the percentage is removed so many people just take off the second line, making it not show up properly.

Invalid ID
08-01-2007, 11:55 AM
I could not find the following text in my member.php


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

SELECT pf.profilefieldid

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

SELECT profilefieldid


I am using 3.6.5 and I can no longer upgrade it.

cheat-master30
08-01-2007, 12:06 PM
I could not find the following text in my member.php


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

SELECT pf.profilefieldid

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

SELECT profilefieldid
I am using 3.6.5 and I can no longer upgrade it.

I don't think that file edit has much effect unless you want user fields to be searchable on click for what the members have entered. Because I never re applied it (with 3.6.8) and nothing seems to have happened or gone wrong.

You could always show someone your member.php file though, so users here can try and help.

Invalid ID
08-02-2007, 03:43 PM
Thanks for your reply... I am posting my member.php in three parts, as it's too big to appear in one post:

First Part of member.php


<?php
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.6.5 - Licence Number
|| # ---------------------------------------------------------------- # ||
|| # Copyright ?2000-2007 Jelsoft Enterprises Ltd. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| ################################################## ################## ||
\*================================================ ======================*/

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'member');
define('BYPASS_STYLE_OVERRIDE', 1);

// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(
'wol',
'user',
'messaging',
'cprofilefield',
'reputationlevel',
'infractionlevel',
);

// get special data templates from the datastore
$specialtemplates = array(
'smiliecache',
'bbcodecache'
);

// pre-cache templates used by all actions
$globaltemplates = array(
'MEMBERINFO',
'memberinfo_customfields',
'memberinfo_membergroupbit',
'im_aim',
'im_icq',
'im_msn',
'im_yahoo',
'im_skype',
'bbcode_code',
'bbcode_html',
'bbcode_php',
'bbcode_quote',
'postbit_reputation',
'postbit_onlinestatus',
'userfield_checkbox_option',
'userfield_select_option',
'userinfraction_infobit'
);

// pre-cache templates used by specific actions
$actiontemplates = array();

if ($_REQUEST['do'] == 'vcard') // don't alter this $_REQUEST
{
define('NOHEADER', 1);
}

// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
require_once(DIR . '/includes/class_postbit.php');
require_once(DIR . '/includes/functions_user.php');

// ################################################## #####################
// ######################## START MAIN SCRIPT ############################
// ################################################## #####################

if (!($permissions['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['canview']) OR !($permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canviewmembers']))
{
print_no_permission();
}


$vbulletin->input->clean_array_gpc('r', array(
'find' => TYPE_STR,
'moderatorid' => TYPE_UINT,
'userid' => TYPE_UINT,
'username' => TYPE_NOHTML
));

($hook = vBulletinHook::fetch_hook('member_start')) ? eval($hook) : false;

if ($vbulletin->GPC['find'] == 'firstposter' AND $threadinfo['threadid'])
{
if ((!$threadinfo['visible'] AND !can_moderate($threadinfo['forumid'], 'canmoderateposts')) OR ($threadinfo['isdeleted'] AND !can_moderate($threadinfo['forumid'])))
{
eval(standard_error(fetch_error('invalidid', $vbphrase['thread'], $vbulletin->options['contactuslink'])));
}
if (in_coventry($threadinfo['postuserid']) AND !can_moderate($threadinfo['forumid']))
{
eval(standard_error(fetch_error('invalidid', $vbphrase['thread'], $vbulletin->options['contactuslink'])));
}

$forumperms = fetch_permissions($threadinfo['forumid']);
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']))
{
print_no_permission();
}
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers']) AND ($threadinfo['postuserid'] != $vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] == 0))
{
print_no_permission();
}

$vbulletin->GPC['userid'] = $threadinfo['postuserid'];
}
else if ($vbulletin->GPC['find'] == 'lastposter' AND $threadinfo['threadid'])
{
if ((!$threadinfo['visible'] AND !can_moderate($threadinfo['forumid'], 'canmoderateposts')) OR ($threadinfo['isdeleted'] AND !can_moderate($threadinfo['forumid'])))
{
eval(standard_error(fetch_error('invalidid', $vbphrase['thread'], $vbulletin->options['contactuslink'])));
}
if (in_coventry($threadinfo['postuserid']) AND !can_moderate($threadinfo['forumid']))
{
eval(standard_error(fetch_error('invalidid', $vbphrase['thread'], $vbulletin->options['contactuslink'])));
}

$forumperms = fetch_permissions($threadinfo['forumid']);
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']))
{
print_no_permission();
}
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers']) AND ($threadinfo['postuserid'] != $vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] == 0))
{
print_no_permission();
}

require_once(DIR . '/includes/functions_bigthree.php');
$coventry = fetch_coventry('string');

$getuserid = $db->query_first_slave("
SELECT post.userid
FROM " . TABLE_PREFIX . "post AS post
WHERE post.threadid = $threadinfo[threadid]
AND post.visible = 1
". ($coventry ? "AND post.userid NOT IN ($coventry)" : '') . "
ORDER BY dateline DESC
LIMIT 1
");
$vbulletin->GPC['userid'] = $getuserid['userid'];
}
else if ($vbulletin->GPC['find'] == 'lastposter' AND $foruminfo['forumid'])
{
$_permsgetter_ = 'lastposter fperms';
$forumperms = fetch_permissions($foruminfo['forumid']);
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']))
{
print_no_permission();
}

if ($vbulletin->userinfo['userid'] AND in_coventry($vbulletin->userinfo['userid'], true))
{
$tachyjoin = "LEFT JOIN " . TABLE_PREFIX . "tachythreadpost AS tachythreadpost ON " .
"(tachythreadpost.threadid = thread.threadid AND tachythreadpost.userid = " . $vbulletin->userinfo['userid'] . ')';
}
else
{
$tachyjoin = '';
}

// check if there is a forum password and if so, ensure the user has it set
verify_forum_password($foruminfo['forumid'], $foruminfo['password']);

require_once(DIR . '/includes/functions_misc.php');
$forumslist = $forumid . ',' . fetch_child_forums($foruminfo['forumid']);

require_once(DIR . '/includes/functions_bigthree.php');
// this isn't including moderator checks, because the last post checks don't either
if ($coventry = fetch_coventry('string')) // takes self into account
{
$globalignore_post = "AND post.userid NOT IN ($coventry)";
$globalignore_thread = "AND thread.postuserid NOT IN ($coventry)";
}
else
{
$globalignore_post = '';
$globalignore_thread = '';
}

cache_ordered_forums(1);

$datecutoff = $vbulletin->forumcache["$foruminfo[forumid]"]['lastpost'] - 30;

$thread = $db->query_first_slave("
SELECT thread.threadid
" . ($tachyjoin ? ', IF(tachythreadpost.lastpost > thread.lastpost, tachythreadpost.lastpost, thread.lastpost) AS lastpost' : '') . "
FROM " . TABLE_PREFIX . "thread AS thread
$tachyjoin
WHERE thread.forumid IN ($forumslist)
AND thread.visible = 1
AND thread.sticky IN (0,1)
AND thread.open <> 10
" . (!$tachyjoin ? "AND lastpost > $datecutoff" : '') . "
$globalignore_thread
ORDER BY lastpost DESC
LIMIT 1
");

if (!$thread)
{
eval(standard_error(fetch_error('invalidid', $vbphrase['user'], $vbulletin->options['contactuslink'])));
}

$getuserid = $db->query_first_slave("
SELECT post.userid
FROM " . TABLE_PREFIX . "post AS post
WHERE threadid = $thread[threadid]
AND visible = 1
$globalignore_post
ORDER BY dateline DESC
LIMIT 1
");

if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers']) AND ($getuserid['userid'] != $vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] == 0))
{
print_no_permission();
}

$vbulletin->GPC['userid'] = $getuserid['userid'];
}
else if ($vbulletin->GPC['find'] == 'moderator' AND $vbulletin->GPC['moderatorid'])
{
$moderatorinfo = verify_id('moderator', $vbulletin->GPC['moderatorid'], 1, 1);
$vbulletin->GPC['userid'] = $moderatorinfo['userid'];
}
else if ($vbulletin->GPC['username'] != '' AND !$vbulletin->GPC['userid'])
{
$user = $db->query_first_slave("SELECT userid FROM " . TABLE_PREFIX . "user WHERE username = '" . $db->escape_string($vbulletin->GPC['username']) . "'");
$vbulletin->GPC['userid'] = $user['userid'];
}

if (!$vbulletin->GPC['userid'])
{
eval(standard_error(fetch_error('unregistereduser' )));
}

$userinfo = verify_id('user', $vbulletin->GPC['userid'], 1, 1, 47);

if ($userinfo['usergroupid'] == 4 AND !($permissions['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']))
{
print_no_permission();
}

if ($_REQUEST['do'] == 'vcard' AND $vbulletin->userinfo['userid'] AND $userinfo['showvcard'])
{
// source: http://www.ietf.org/rfc/rfc2426.txt
$text = "BEGIN:VCARD\r\n";
$text .= "VERSION:2.1\r\n";
$text .= "N:;$userinfo[username]\r\n";
$text .= "FN:$userinfo[username]\r\n";
$text .= "EMAIL;PREF;INTERNET:$userinfo[email]\r\n";
if (!empty($userinfo['birthday'][7]) AND $userinfo['showbirthday'] == 2)
{
$birthday = explode('-', $userinfo['birthday']);
$text .= "BDAY:$birthday[2]-$birthday[0]-$birthday[1]\r\n";
}
if (!empty($userinfo['homepage']))
{
$text .= "URL:$userinfo[homepage]\r\n";
}
$text .= 'REV:' . date('Y-m-d') . 'T' . date('H:i:s') . "Z\r\n";
$text .= "END:VCARD\r\n";

$filename = $userinfo['userid'] . '.vcf';

header("Content-Disposition: attachment; filename=$filename");
header('Content-Length: ' . strlen($text));
header('Connection: close');
header("Content-Type: text/x-vCard; name=$filename");
echo $text;
exit;
}

// display user info

$userperms = cache_permissions($userinfo, false);

if ($userperms['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canbeusernoted'])
{
# User has permission to view self or others
if
(
($userinfo['userid'] == $vbulletin->userinfo['userid'] AND $permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canviewownusernotes'])
OR ($userinfo['userid'] != $vbulletin->userinfo['userid'] AND $permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canviewothersusernotes'])
)
{
$show['usernotes'] = true;
$usernote = $db->query_first_slave("
SELECT MAX(dateline) AS lastpost, COUNT(*) AS total
FROM " . TABLE_PREFIX . "usernote AS usernote
WHERE userid = $userinfo[userid]
");
$show['usernoteview'] = intval($usernote['total']) ? true : false;

$usernote['lastpostdate'] = vbdate($vbulletin->options['dateformat'], $usernote['lastpost'], true);
$usernote['lastposttime'] = vbdate($vbulletin->options['timeformat'], $usernote['lastpost'], true);
}
# User has permission to post about self or others

if
(
($userinfo['userid'] == $vbulletin->userinfo['userid'] AND $permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canpostownusernotes'])
OR ($userinfo['userid'] != $vbulletin->userinfo['userid'] AND $permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canpostothersusernotes'])
)
{
$show['usernotes'] = true;
$show['usernotepost'] = true;
}
}

Invalid ID
08-02-2007, 03:48 PM
Sorry, double post

Invalid ID
08-02-2007, 03:52 PM
Second part of member.php


// PROFILE PIC
$show['profilepic'] = ($vbulletin->options['profilepicenabled'] AND $userinfo['profilepic'] AND ($permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canseeprofilepic'] OR $vbulletin->userinfo['userid'] == $userinfo['userid']) AND ($userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canprofilepic'] OR $userinfo['adminprofilepic'])) ? true : false;

if ($vbulletin->options['usefileavatar'])
{
$userinfo['profilepicurl'] = $vbulletin->options['profilepicurl'] . '/profilepic' . $userinfo['userid'] . '_' . $userinfo['profilepicrevision'] . '.gif';
}
else
{
$userinfo['profilepicurl'] = 'image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&amp;dateline=$userinfo[profilepicdateline]&amp;type=profile";
}

if ($userinfo['ppwidth'] AND $userinfo['ppheight'])
{
$userinfo['profilepicsize'] = " width=\"$userinfo[ppwidth]\" height=\"$userinfo[ppheight]\" ";
}

// LAST ACTIVITY AND LAST VISIT
if (!$userinfo['invisible'] OR ($permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canseehidden']) OR $userinfo['userid'] == $vbulletin->userinfo['userid'])
{
$show['lastactivity'] = true;
$userinfo['lastactivitydate'] = vbdate($vbulletin->options['dateformat'], $userinfo['lastactivity'], true);
$userinfo['lastactivitytime'] = vbdate($vbulletin->options['timeformat'], $userinfo['lastactivity'], true);
}
else
{
$show['lastactivity'] = false;
$userinfo['lastactivitydate'] = '';
$userinfo['lastactivitytime'] = '';
}

// Get Rank
$post =& $userinfo;

// JOIN DATE & POSTS PER DAY
$userinfo['datejoined'] = vbdate($vbulletin->options['dateformat'], $userinfo['joindate']);
$jointime = (TIMENOW - $userinfo['joindate']) / 86400; // Days Joined
if ($jointime < 1)
{ // User has been a member for less than one day.
$userinfo['posts'] = vb_number_format($userinfo['posts']);
$postsperday = $userinfo['posts'];
}
else
{
$postsperday = vb_number_format($userinfo['posts'] / $jointime, 2);
$userinfo['posts'] = vb_number_format($userinfo['posts']);
}

// EMAIL
$show['email'] = ($vbulletin->options['enableemail'] AND $vbulletin->options['displayemails'] AND $vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canemailmember']) ? true : false;

// HOMEPAGE
$show['homepage'] = ($userinfo['homepage'] != 'http://' AND $userinfo['homepage'] != '') ? true : false;

// PRIVATE MESSAGE
$show['pm'] = ($vbulletin->options['enablepms'] AND $vbulletin->userinfo['permissions']['pmquota'] AND ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']
OR ($userinfo['receivepm'] AND $userperms['pmquota']
AND (!$userinfo['receivepmbuddies'] OR can_moderate() OR strpos(" $userinfo[buddylist] ", ' ' . $vbulletin->userinfo['userid'] . ' ') !== false))
)) ? true : false;

// IM icons
construct_im_icons($userinfo, true);
if (!$vbulletin->options['showimicons'])
{
$show['textimicons'] = true;
}

// AVATAR
$avatarurl = fetch_avatar_url($userinfo['userid']);

if ($avatarurl == '' OR !$vbulletin->options['avatarenabled'] OR ($avatarurl['hascustom'] AND !($userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canuseavatar']) AND !$userinfo['adminavatar']))
{
$show['avatar'] = false;
}
else
{
$show['avatar'] = true;
$userinfo['avatarsize'] = $avatarurl[1];
$userinfo['avatarurl'] = $avatarurl[0];
}

$show['lastpost'] = false;
// GET LAST POST
if ($vbulletin->options['profilelastpost'] AND $userinfo['lastpost'])
{
if (!in_coventry($userinfo['userid']))
{
if ($userinfo['lastpostid'] AND $getlastpost = $db->query_first_slave("
SELECT thread.title, thread.threadid, thread.forumid, post.postid, post.dateline
FROM " . TABLE_PREFIX . "post AS post
INNER JOIN " . TABLE_PREFIX . "thread AS thread USING (threadid)
WHERE post.postid = $userinfo[lastpostid]
AND post.visible = 1
AND thread.visible = 1
"))
{
$getperms = fetch_permissions($getlastpost['forumid']);
if ($getperms & $vbulletin->bf_ugp_forumpermissions['canview'])
{
$show['lastpost'] = true;
$userinfo['lastposttitle'] = $getlastpost['title'];
$userinfo['lastposturl'] = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$getlastpost[postid]#post$getlastpost[postid]";
$userinfo['lastpostdate'] = vbdate($vbulletin->options['dateformat'], $getlastpost['dateline'], true);
$userinfo['lastposttime'] = vbdate($vbulletin->options['timeformat'], $getlastpost['dateline']);
}
}

if (!$show['lastpost'])
{
$getlastposts = $db->query_read_slave("
SELECT thread.title, thread.threadid, thread.forumid, post.postid, post.dateline
FROM " . TABLE_PREFIX . "post AS post
INNER JOIN " . TABLE_PREFIX . "thread AS thread USING (threadid)
WHERE thread.visible = 1
AND post.userid = $userinfo[userid]
AND post.visible = 1
ORDER BY post.dateline DESC
LIMIT 20
");
while ($getlastpost = $db->fetch_array($getlastposts))
{
$getperms = fetch_permissions($getlastpost['forumid']);
if ($getperms & $vbulletin->bf_ugp_forumpermissions['canview'])
{
$show['lastpost'] = true;
$userinfo['lastposttitle'] = $getlastpost['title'];
$userinfo['lastposturl'] = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$getlastpost[postid]#post$getlastpost[postid]";
$userinfo['lastpostdate'] = vbdate($vbulletin->options['dateformat'], $getlastpost['dateline'], true);
$userinfo['lastposttime'] = vbdate($vbulletin->options['timeformat'], $getlastpost['dateline']);
break;
}
}
}
}

if (!$show['lastpost'])
{
$show['lastpost'] = true;
$userinfo['lastposttitle'] = '';
$userinfo['lastposturl'] = '#';
$userinfo['lastpostdate'] = $vbphrase['never'];
$userinfo['lastposttime'] = '';
}
}

// reputation
fetch_reputation_image($userinfo, $userperms);

// signature
if ($userinfo['signature'] AND $userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canusesignature'])
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$bbcode_parser->set_parse_userinfo($userinfo, $userperms);
$userinfo['signature'] = $bbcode_parser->parse($userinfo['signature'], 'signature');

$show['signature'] = true;
}
else
{
$show['signature'] = false;
}

// REFERRALS
if ($vbulletin->options['usereferrer'])
{
$refcount = $db->query_first_slave("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "user WHERE referrerid = $userinfo[userid]");
$referrals = vb_number_format($refcount['count']);
}

// extra info panel
$show['extrainfo'] = false;

// BIRTHDAY
// Set birthday fields right here!
if ($userinfo['birthday'] AND $userinfo['showbirthday'] > 0)
{
$bday = explode('-', $userinfo['birthday']);

$year = vbdate('Y', TIMENOW, false, false);
$month = vbdate('n', TIMENOW, false, false);
$day = vbdate('j', TIMENOW, false, false);
if ($year > $bday[2] AND $bday[2] != '0000')
{
$userinfo['age'] = $year - $bday[2];
if ($month < $bday[0] OR ($month == $bday[0] AND $day < $bday[1]))
{
$userinfo['age']--;
}

if ($userinfo['age'] > 101)
{ // why can't we have 102 year old forum users?
$show['age'] = false;
}
else
{
$show['age'] = true;
$show['extrainfo'] = true;
}
}

if ($userinfo['showbirthday'] == 2)
{
if ($year > $bday[2] AND $bday[2] > 1901 AND $bday[2] != '0000')
{
require_once(DIR . '/includes/functions_misc.php');
$vbulletin->options['calformat1'] = mktimefix($vbulletin->options['calformat1'], $bday[2]);
if ($bday[2] >= 1970)
{
$yearpass = $bday[2];
}
else
{
// day of the week patterns repeat every 28 years, so
// find the first year >= 1970 that has this pattern
$yearpass = $bday[2] + 28 * ceil((1970 - $bday[2]) / 28);
}
$userinfo['birthday'] = vbdate($vbulletin->options['calformat1'], mktime(0, 0, 0, $bday[0], $bday[1], $yearpass), false, true, false);
}
else
{
// lets send a valid year as some PHP3 don't like year to be 0
$userinfo['birthday'] = vbdate($vbulletin->options['calformat2'], mktime(0, 0, 0, $bday[0], $bday[1], 1992), false, true, false);
}
if ($userinfo['birthday'] == '')
{
if ($bday[2] == '0000')
{
$userinfo['birthday'] = "$bday[0]-$bday[1]";
}
else
{
$userinfo['birthday'] = "$bday[0]-$bday[1]-$bday[2]";
}
}
$show['extrainfo'] = true;
$show['birthday'] = true;
}
else
{
$show['birthday'] = false;
}
}

Invalid ID
08-02-2007, 03:53 PM
Third and last part of member.php


// *********************
// CUSTOM PROFILE FIELDS
$profilefields = $db->query_read_slave("
SELECT profilefieldid, required, type, data, def, height
FROM " . TABLE_PREFIX . "profilefield
WHERE form = 0 " . iif(!($permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canseehiddencustomfields']), "
AND hidden = 0") . "
ORDER BY displayorder
");

$search = array(
'#(\r\n|\n|\r)#',
'#(<br />){3,}#', // Replace 3 or more <br /> with two <br />
);
$replace = array(
'<br />',
'<br /><br />',
);

$customfields = '';
while ($profilefield = $db->fetch_array($profilefields))
{
exec_switch_bg();
$profilefieldname = "field$profilefield[profilefieldid]";
$profilefield['title'] = $vbphrase[$profilefieldname . '_title'];

if ($profilefield['type'] == 'checkbox' OR $profilefield['type'] == 'select_multiple')
{
$data = unserialize($profilefield['data']);
foreach ($data AS $key => $val)
{
if ($userinfo["$profilefieldname"] & pow(2, $key))
{
$profilefield['value'] .= iif($profilefield['value'], ', ') . $val;
}
}
}
else if ($profilefield['type'] == 'textarea')
{
$profilefield['value'] = preg_replace($search, $replace, trim($userinfo["$profilefieldname"]));
}
else
{
$profilefield['value'] = $userinfo["$profilefieldname"];
}

($hook = vBulletinHook::fetch_hook('member_customfields')) ? eval($hook) : false;

if ($profilefield['value'] != '')
{
$show['extrainfo'] = true;
eval('$customfields .= "' . fetch_template('memberinfo_customfields') . '";');
}

}
// END CUSTOM PROFILE FIELDS
// *************************

// User Infractions
if ($vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canreverseinfraction']
OR $vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['cangiveinfraction']
OR $userinfo['userid'] == $vbulletin->userinfo['userid'])
{

($hook = vBulletinHook::fetch_hook('member_infraction_start ')) ? eval($hook) : false;

$perpage = $vbulletin->input->clean_gpc('r', 'perpage', TYPE_UINT);
$pagenumber = $vbulletin->input->clean_gpc('r', 'pagenumber', TYPE_UINT);

$totalinfractions = $db->query_first_slave("
SELECT COUNT(*) AS count
FROM " . TABLE_PREFIX . "infraction AS infraction
LEFT JOIN " . TABLE_PREFIX . "post AS post ON (infraction.postid = post.postid)
LEFT JOIN " . TABLE_PREFIX . "thread AS thread ON (post.threadid = thread.threadid)
WHERE infraction.userid = $userinfo[userid]
");

// set defaults
sanitize_pageresults($totalinfractions['count'], $pagenumber, $perpage, 100, 5);
$limitlower = ($pagenumber - 1) * $perpage + 1;
$limitupper = $pagenumber * $perpage;
if ($limitupper > $totalinfractions['count'])
{
$limitupper = $totalinfractions['count'];
if ($limitlower > $totalinfractions['count'])
{
$limitlower = $totalinfractions['count'] - $perpage;
}
}
if ($limitlower <= 0)
{
$limitlower = 1;
}

$colspan = 7;
if ($userinfo['userid'] != $vbulletin->userinfo['userid'] AND $vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canreverseinfraction'])
{
$show['reverse'] = true;
$colspan++;
}

require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

$infractions = $db->query_read_slave("
SELECT infraction.*, thread.title, user.username, thread.visible AS thread_visible, post.visible,
forumid, postuserid, IF(ISNULL(post.postid) AND infraction.postid != 0, 1, 0) AS postdeleted
FROM " . TABLE_PREFIX . "infraction AS infraction
LEFT JOIN " . TABLE_PREFIX . "post AS post ON (infraction.postid = post.postid)
LEFT JOIN " . TABLE_PREFIX . "thread AS thread ON (post.threadid = thread.threadid)
INNER JOIN " . TABLE_PREFIX . "user AS user ON (infraction.whoadded = user.userid)
WHERE infraction.userid = $userinfo[userid]
ORDER BY infraction.dateline DESC
LIMIT " . ($limitlower - 1) . ", $perpage
");
while ($infraction = $db->fetch_array($infractions))
{
$show['expired'] = $show['reversed'] = $show['neverexpires'] = false;
$card = ($infraction['points'] > 0) ? 'redcard' : 'yellowcard';
$infraction['timeline'] = vbdate($vbulletin->options['timeformat'], $infraction['dateline']);
$infraction['dateline'] = vbdate($vbulletin->options['dateformat'], $infraction['dateline']);
switch($infraction['action'])
{
case 0:
if ($infraction['expires'] != 0)
{
$infraction['expires_timeline'] = vbdate($vbulletin->options['timeformat'], $infraction['expires']);
$infraction['expires_dateline'] = vbdate($vbulletin->options['dateformat'], $infraction['expires']);
$show['neverexpires'] = false;
}
else
{
$show['neverexpires'] = true;
}
break;
case 1:
$show['expired'] = true;
break;
case 2:
$show['reversed'] = true;
break;
}
if (vbstrlen($infraction['title']) > 25)
{
$infraction['title'] = fetch_trimmed_title($infraction['title'], 24);
}
$infraction['reason'] = !empty($vbphrase['infractionlevel' . $infraction['infractionlevelid'] . '_title']) ? $vbphrase['infractionlevel' . $infraction['infractionlevelid'] . '_title'] : ($infraction['customreason'] ? $infraction['customreason'] : $vbphrase['n_a']);

$show['threadtitle'] = true;
$show['postdeleted'] = false;
if ($infraction['postid'] != 0)
{
if ($infraction['postdeleted'])
{
$show['postdeleted'] = true;
}
else if ((!$infraction['visible'] OR !$infraction['thread_visible']) AND !can_moderate($infraction['forumid'], 'canmoderateposts'))
{
$show['threadtitle'] = false;
}
else if (($infraction['visible'] == 2 OR $infraction['thread_visible'] == 2) AND !can_moderate($infraction['forumid'], 'candeleteposts'))
{
$show['threadtitle'] = false;
}
else
{
$forumperms = fetch_permissions($infraction['forumid']);
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']))
{
$show['threadtitle'] = false;
}
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers']) AND ($infraction['postuserid'] != $vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] == 0))
{
$show['threadtitle'] = false;
}
}
}

($hook = vBulletinHook::fetch_hook('member_infractionbit')) ? eval($hook) : false;

eval('$infractionbits .= "' . fetch_template('userinfraction_infobit') . '";');
$show['infractions'] = true;
}
unset($bbcode_parser);

$show['giveinfraction'] = (
// Must have 'cangiveinfraction' permission. Branch dies right here majority of the time
$vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['cangiveinfraction']
// Can not give yourself an infraction
AND $userinfo['userid'] != $vbulletin->userinfo['userid']
// Can not give an infraction to a post that already has one
// Can not give an admin an infraction
AND !($userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel'])
// Only Admins can give a supermod an infraction
AND (
!($userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator'])
OR $vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']
)
);

$pagenav = construct_page_nav($pagenumber, $perpage, $totalinfractions['count'], 'member.php?' . $vbulletin->session->vars['sessionurl'] . "u=$userinfo[userid]"
. (!empty($vbulletin->GPC['perpage']) ? "&amp;pp=$perpage" : "")
);

($hook = vBulletinHook::fetch_hook('member_infraction_compl ete')) ? eval($hook) : false;
}

require_once(DIR . '/includes/functions_bigthree.php');
fetch_online_status($userinfo, true);

$buddylist = explode(' ', trim($vbulletin->userinfo['buddylist']));
$ignorelist = explode(' ', trim($vbulletin->userinfo['ignorelist']));
if (!in_array($userinfo['userid'], $ignorelist))
{
$show['addignorelist'] = true;
}
else
{
$show['addignorelist'] = false;
}
if (!in_array($userinfo['userid'], $buddylist))
{
$show['addbuddylist'] = true;
}
else
{
$show['addbuddylist'] = false;
}

// Used in template conditional
if ($vbulletin->options['WOLenable'] AND $userinfo['action'] AND $permissions['wolpermissions'] & $vbulletin->bf_ugp_wolpermissions['canwhosonline'])
{
$show['currentlocation'] = true;
}

// get IDs of all member groups
$membergroups = fetch_membergroupids_array($userinfo);

$membergroupbits = '';
foreach ($membergroups AS $usergroupid)
{
$usergroup =& $vbulletin->usergroupcache["$usergroupid"];
if ($usergroup['ispublicgroup'])
{
exec_switch_bg();
eval('$membergroupbits .= "' . fetch_template('memberinfo_membergroupbit') . '";');
}
}

$show['membergroups'] = iif($membergroupbits != '', true, false);
$show['profilelinks'] = iif($show['member'] OR $userinfo['showvcard'] OR $show['giveinfraction'], true, false);
$show['contactlinks'] = iif($show['email'] OR $show['pm'] OR $show['homepage'] OR $show['hasimicons'], true, false);

$navbits = construct_navbits(array(
'member.php?' . $vbulletin->session->vars['sessionurl'] . "u=$userinfo[userid]" => $vbphrase['view_profile'],
'' => $userinfo['username']
));
eval('$navbar = "' . fetch_template('navbar') . '";');

$bgclass = 'alt2';
$bgclass1 = 'alt1';

$templatename = iif($quick, 'memberinfo_quick', 'MEMBERINFO');

($hook = vBulletinHook::fetch_hook('member_complete')) ? eval($hook) : false;

eval('print_output("' . fetch_template($templatename) . '");');

/*================================================= =====================*\
|| ################################################## ##################
|| # Downloaded: 01:04, Sun Mar 4th 2007
|| # CVS: $RCSfile$ - $Revision: 15529 $
|| ################################################## ##################
\*================================================ ======================*/
?>

Gottcha
08-03-2007, 01:45 AM
usergroup permissions arent saving ... any ideas why this would be happening

Invalid ID
08-03-2007, 03:10 AM
This does not change --> Profile Views: 0

Seiyaboy
08-03-2007, 12:00 PM
Anyone tried this for 3.6.8? I hope it works fine with it. Otherwise I would have to hold back on upgrading at all.

TTG
08-03-2007, 12:21 PM
Anyone tried this for 3.6.8? I hope it works fine with it. Otherwise I would have to hold back on upgrading at all.

Works fine on my 3.6.8 :up:

Gottcha
08-03-2007, 10:48 PM
anyone know why usergroup permissions wouldnt be saving?

invert_nexus
08-04-2007, 02:05 AM
Invalid ID,

I could not find the following text in my member.php

It's right there at the start of the third portion of your member.php.

https://vborg.vbsupport.ru/showthread.php?p=1308164#post1308164
SELECT profilefieldid, required, type, data, def, height

Terrasoft
08-04-2007, 02:15 AM
Anyone tried this for 3.6.8? I hope it works fine with it. Otherwise I would have to hold back on upgrading at all.

Same here. Upgraded with no problems whatsoever.

Invalid ID
08-04-2007, 05:21 AM
Invalid ID,



It's right there at the start of the third portion of your member.php.

https://vborg.vbsupport.ru/showthread.php?p=1308164#post1308164

Yes, I got it now :)

Thanks a lot

Invalid ID
08-04-2007, 05:22 AM
Can you please tell me why this not changing:

Profile Views: 0

Also, can you produce one more option "Who visited your Profile"?

Thanks

Invalid ID
08-04-2007, 03:05 PM
Some members are getting this error message:

Fatal error: Call to undefined function fetch_coventry() in /home2/apni/public_html/forum/usercp.php(500) : eval()'d code on line 47

PamelaE
08-04-2007, 08:55 PM
Hi,

Great mod. I have installed it but people with buddy lists it is not showing everyone on their exisiting buddy lists as friends.

I have 4 people and its only showing one.

cheat-master30
08-04-2007, 10:37 PM
Erm, to appear on the friends list, they must be more than buddies. It's not just if you add someone to the list, they must also add you to their buddy list so you're counted as friends. So if those three are not showing up, you're not on their buddy list, but they're on yours.

EnIgMa1234
08-04-2007, 10:56 PM
Hmm doesn't seem to work for 3.6.8 for me

PamelaE
08-05-2007, 11:35 AM
It is a shame this is no longer being supported.

My members seem to love this minor enhancement to their profiles.

Is there something similar out there which is updated or do I need to wait for VB official profile enhancement?

cheat-master30
08-05-2007, 03:09 PM
It works in the current versions, up to the end of the 3.6 series I think. But yeah, Jelsoft are coming out with an official blog and social networking add on which will have features like this and allow members to run their own blogs.

monstergamer
08-05-2007, 09:29 PM
all of my drop down menu's dont work now...I tried turning the ajax off and then back on to see if that would fix it and NOPE

any help would be nice :)

*** I GOT IT TO WORK ***

Aaron O
08-05-2007, 10:21 PM
After installing everything correctly, I come across this problem:

http://img120.imageshack.us/img120/2104/modproblemog2.gif

Why won't the table completely stretch out?

EDIT: Never mind, fixed.

Salvar
08-05-2007, 11:57 PM
Well If I call the _install.php script then I only have a blank screen?

Invalid ID
08-06-2007, 12:35 AM
Repeating my question for the third time... why it does not change the following text:

Profile Views: 0

Salvar
08-06-2007, 12:50 AM
The strange thing for me is that it does not show up in the admin control, so I can not set the settings.

What I'm I doing wrong?

Salvar
08-06-2007, 01:00 AM
it's with the other "User" menus, I didn't see it at first but I do now.

btw
* Loco.M clicks install

Thanks Mate,

I had the same problem, just not saw it ;-)

karlm
08-06-2007, 04:37 AM
Repeating my question for the third time... why it does not change the following text:

Profile Views: 0

Make sure your usergroup settings are enabled so as xx usergroup affects the count.

Zia
08-06-2007, 05:44 AM
any one makes any custom css block working on it?

cheat-master30
08-06-2007, 09:23 AM
any one makes any custom css block working on it?

You looking for custom profile styles? Or how to add CSS? If the latter, you have to add the actual CSS for each style, not using some editor. If you are after custom profile styles, look here:

https://vborg.vbsupport.ru/showthread.php?t=151888

Peter_Rosado
08-06-2007, 01:32 PM
can someone help me with this? :( my profile looks weird. http://www.juventudboricua.com/foro/boricuas/1.html

AzzidReign
08-06-2007, 08:25 PM
Everything seems to be working fine on my 3.6.8 board.

Does anyone have the xml files for TMS? If not, I'll go ahead and do them and upload them here.

Thanks
AzzidReign

captainslater
08-06-2007, 08:35 PM
Take that ;)

AzzidReign
08-06-2007, 09:06 PM
Thanks :) I didn't expect such a fast response so I went ahead and did them.

subnet_rx
08-08-2007, 01:32 PM
I'm guessing this is working fine on 3.6.8?

captainslater
08-08-2007, 01:38 PM
for me, yes.

Zia
08-12-2007, 10:55 AM
You looking for custom profile styles? Or how to add CSS? If the latter, you have to add the actual CSS for each style, not using some editor. If you are after custom profile styles, look here:

https://vborg.vbsupport.ru/showthread.php?t=151888

thnx for ur help...infact i wasnt asking for style but for any extra block (ie : ibproarcade block or what ever )

monstergamer
08-14-2007, 11:03 PM
CLICKS install

Love it so far
here is one of my members CSS styles
http://www.monstergamer.net/vb/member1.html

abalagoo
08-15-2007, 04:48 AM
Some people please kindly help me. I went all those pains of modifications until the last step. It does not work when I was trying to load the product xml file.
I got the errors like this:
Warning: require(/home/laivahco/public_html/bbs/includes/visionscripts/psionic_iprof/_install.php) [function.require]: failed to open stream: No such file or directory in /admincp/plugin.php(1970) : eval()'d code on line 1

Fatal error: require() [function.require]: Failed opening required '/forum/includes/visionscripts/psionic_iprof/_install.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in forum/admincp/plugin.php(1970) : eval()'d code on line 1

My vB version is 3.6.8. Any people successfully installed this plugin, please kindly let me know how. Thank you!

monstergamer
08-15-2007, 02:10 PM
My forum is 3.6.8 and i did not have any problems, just go though the instructions again and make sure you edit the code right

ZatroX
08-16-2007, 01:19 AM
For some reason theres a alignment problem and it looks likes this
http://www.zatrox.biz/member.php?find=lastposter&f=2
was wondering if anyon1 knows the fix for this

dirty68
08-16-2007, 09:33 AM
Is there away to make the friends and comment avatars smaller?

Ultimative
08-17-2007, 01:20 AM
Is there away to make the friends and comment avatars smaller?
In the postibt and friendbit templates, simply edit the width and height of the images.

bc3tech
08-17-2007, 06:59 PM
i don't see any where to disable the ratings piece, tho there is a clear check for whether or not it's enabled in the code.

also i don't see how to add "friends"... any help?

friend request link in Profile goes to /friends.php which does not exist and isn't included in the zip file... uh.... :s

cheat-master30
08-17-2007, 08:04 PM
i don't see any where to disable the ratings piece, tho there is a clear check for whether or not it's enabled in the code.

also i don't see how to add "friends"... any help?

friend request link in Profile goes to /friends.php which does not exist and isn't included in the zip file... uh.... :s

That file should exist, and it was on the zip file when I downloaded it. Try PMing me I guess?

Either way, I think you add friends by going into their profile and click 'Add to Buddy List'.

BuRaCh
08-18-2007, 10:29 AM
yes i been using this mod year and is really great profil but.beatifull hack;)

AlShammari
08-18-2007, 11:48 AM
it is realy great
6/6

Blackhat
08-19-2007, 08:55 AM
I got this error when updating the usergroup permissions

Database error in vBulletin 3.6.8:

Invalid SQL:
UPDATE vb3_usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<span style=\"color:#C70A0A;\">',
`closetag` = '</span>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`blogMaxDaily` = '0',
`blogMinPosts` = '0',
`blogMinPostsComments` = '0',
`vbspacecomments` = '0',
`profileviewpermissions` = '0',
`blogBlogPermissions` = '1023',
`blogEntryPermissions` = '3071',
`blogCommentPermissions` = '511',
`forumpermissions` = '1048575',
`genericpermissions` = '1072693247',
`attachlimit` = '0',
`pmquota` = '500',
`pmpermissions` = '7',
`pmsendmax` = '10',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '55',
`profilepicmaxwidth` = '338',
`profilepicmaxheight` = '250',
`profilepicmaxsize` = '35000',
`avatarmaxwidth` = '128',
`avatarmaxheight` = '128',
`avatarmaxsize` = '35000',
`signaturepermissions` = '233471',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '20000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`vbgmepermissions` = '31',
`iprof_options` = '262143'
WHERE usergroupid=6;

MySQL Error : Unknown column 'vbspacecomments' in 'field list'
Error Number : 1054
Date : Sunday, August 19th 2007 @ 05:52:42 AM
Script : http://www.xxx/forums/admincp/usergroup.php?do=update
Referrer : http://www.xxx/forums/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : xxxxxxxxxxxxxxxxxx
Username : Username
Classname : vb_database

WarLion
08-20-2007, 10:03 AM
this is the best hacki ever see i really like it is the best of all i install


a:link, body_alink
{
color: #d9130e;
}
a:visited, body_avisited
{
color: #d9130e;
}
a:hover, a:active, body_ahover
{
color: #c0100c;
}

.page {
background:#000000 url(images/superman2.jpg) ;
background-repeat: no-repeat
}
.tborder{
background:url(images/tborder.png) ;
}
.tcat{
background:url(images/tborder.png) ;
}
.thead{
background:url(images/tborder.png) ;
}
.alt1{
background:url(images/tborder.png) ;
}
.alt1Active{
background:url(images/tborder.png) ;
}
.alt2{
background:url(images/tborder2.png) ;;
}
.alt2Active{
background:url(images/tborder.png) ;
}
select{
background:url(images/tborder.png) ;
border: 1px solid #000000;
}
.bigusername { font-size: 14pt; }

.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px;
font-style:italic;
color:#ee4e16;
}

.panelsurround{
background:url(images/tborder.png) ;
}
.fieldset {
background:url(images/tborder2.png) ;
}
.panel{
background:url(images/tborder2.png) ;
}
.smallfont
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font:bold;
}


this is my scc edit you can see here
http://www.warlionhosting.com/foro/member.php?u=1
i hope you like it

but i have one question someone knows how to make the comments with a scroller
meaby with some frames i dont know i will try any idea?

cheat-master30
08-20-2007, 01:03 PM
That's a very nice style. Sadly I wouldn't ever be able to use it because I disabled URLs in CSS. Either way, for the scroll bar, I am not sure. Maybe:

#comments {
overflow: scroll;
}

cheat-master30
08-20-2007, 02:35 PM
You don't have friends.php? Okay, hope this is not against the rules here (remove if it is):

KevinL
08-20-2007, 04:02 PM
I got this error when updating the usergroup permissions

I was getting that also...

Scotty2k
08-21-2007, 08:27 AM
I'm sorry but this is a bit frustrating. I installed this on a test board and it worked just fine. Now when I installed it on my actual board I keep getting this error:

Database error in vBulletin 3.6.7:

Invalid SQL:
SELECT gfpoforumoptions FROM forum WHERE forumid =;

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 '' at line 1
Error Number : 1064
Date : Sunday, July 1st 2007 @ 10:26:05 PM
Script : http://www.mywebsite.com/forums/member.php?find=lastposter&f=22
Referrer : http://www.mywebsite.com/forums/index.php
IP Address : xxxxxxxxx
Username : XXXXXX
Classname : vb_database

i got the same error.. could someone explain me what to do ?

Brew
08-21-2007, 02:40 PM
This mod is great!

I'm running ver 3.6.8 and everything seems to be really good.

But I would like to know how to use different CSS styles.

I've found the area to put custom styles in the profile edit area, but what do I do to revert a style back to the original if the new one sucks?

Is there a way to have several available to users so they can pick and choose which styles they like?

If so, where do I include these new styles?

Thanks for your help!

You can see my profile here: http://www.politicalforums.net/forums/member.php?u=1

cheat-master30
08-21-2007, 03:14 PM
This mod is great!

I'm running ver 3.6.8 and everything seems to be really good.

But I would like to know how to use different CSS styles.

I've found the area to put custom styles in the profile edit area, but what do I do to revert a style back to the original if the new one sucks?

Is there a way to have several available to users so they can pick and choose which styles they like?

If so, where do I include these new styles?

Thanks for your help!

You can see my profile here: http://www.politicalforums.net/forums/member.php?u=1

Okay, to add new styles for members to choose from, get the styles or make them, then go to Admin CP then Styles and Templates. There will be one for User Profile CSS, so go there, add the style information and style name into the boxes and save. Do that for as many styles as you want.

To revert back to normal, I guess just delete the style used from Edit Profile and click to save. It will only effect your profile's style, not for everyone using that style.

To get free profile styles, try here:

https://vborg.vbsupport.ru/showthread.php?t=151888

To make a style, read my guide here:

https://vborg.vbsupport.ru/showthread.php?t=152255

Illustrious
08-21-2007, 10:54 PM
I'm getting an error where certain members aren't able to view the friends/profiles of certain members.

Brew
08-23-2007, 02:02 AM
Okay, to add new styles for members to choose from, get the styles or make them, then go to Admin CP then Styles and Templates. There will be one for User Profile CSS, so go there, add the style information and style name into the boxes and save. Do that for as many styles as you want.

To revert back to normal, I guess just delete the style used from Edit Profile and click to save. It will only effect your profile's style, not for everyone using that style.

To get free profile styles, try here:

https://vborg.vbsupport.ru/showthread.php?t=151888

To make a style, read my guide here:

https://vborg.vbsupport.ru/showthread.php?t=152255

Thank you!

That was exactly the info I was looking for.

Thanks for some great styles too :up:

Romanthic
08-24-2007, 12:41 PM
Fatal error: Call to undefined function: iprof_do_verify_private() in /home/web/public_html/includes/visionscripts/psionic_iprof/member_complete.php on line 26






how can i work ?

cheat-master30
08-24-2007, 12:50 PM
Thank you!

That was exactly the info I was looking for.

Thanks for some great styles too :up:

Thanks.

Fatal error: Call to undefined function: iprof_do_verify_private() in /home/web/public_html/includes/visionscripts/psionic_iprof/member_complete.php on line 26


how can i work ?

Not sure. Has not happened to me, so I sadly cannot help with that. Although it may be possible that the latest zip file could be slightly buggy, I hear complaints of missing files and the like. I could send that file from the zip version I downloaded.

Romanthic
08-24-2007, 12:59 PM
Not sure. Has not happened to me, so I sadly cannot help with that. Although it may be possible that the latest zip file could be slightly buggy, I hear complaints of missing files and the like. I could send that file from the zip version I downloaded.


vS-Interactive_Profiles_2.3.8_by.Psionic.Vision

in This Topic.

kylek
08-30-2007, 04:22 AM
On the old visionscripts site I believe I found there before info on how to have the zodiac graphics show in the posbit instead of the text. Anyone have it or know how to do it?

Mrdby
08-30-2007, 04:43 AM
zionts work with this?

morpheusXIIX
08-31-2007, 08:11 PM
I installed this hack today. It works wonderfully.

It should say 18 Template modifications, since most of them occur in MEMBERINFO. To bad the installer can't take care of that for me. Still a great hack

I do have one problem with the hack. For some reason Homepage link and Instant Messanger icons disapeared from the members view.

Anyone else experience this?

Neo_obs
09-01-2007, 07:05 AM
I discovered a small problem but maybe someone can fix it since it should be an easy fix. The owner of the profile is not allowed to erase his own CSS templates in case they messed up. There is an option in the UG permissions to erase others CSS but not to erase own CSS. I think maybe someone just miscoded or didn't code it for the owner.

cheat-master30
09-01-2007, 10:39 AM
You just clear the profile field in your options if you want it cleared, then save it. No option required.

morpheusXIIX
09-01-2007, 09:48 PM
For some reason Homepage link and Instant Messanger icons disapeared from the members view.

Anyone else experience this?

Battle_Ring
09-04-2007, 02:55 AM
I dont get a custom css box in my usercp after installing this???

jasculs
09-04-2007, 04:38 AM
I dont get a custom css box in my usercp after installing this???

Check your usergroup permissions

bc3tech
09-04-2007, 01:05 PM
For some reason Homepage link and Instant Messanger icons disapeared from the members view.

Anyone else experience this?
i think i may be experiencing this. at the very least i am getting blank "Instant Messaging" groupboxes in the contact area.

KingPin6
09-07-2007, 10:19 AM
Im noticing no way to leave comments for people o.O

and the mysql warning is there on install : Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 665

any ideas would be much appreciated.

ShawneyJ
09-08-2007, 11:19 PM
in the users profiles "Additional Information"

say under Occupation: if a members write in say "work" the word is wrote twice eg:

Occupation: work">work

when really it should say

Occupation: work

please can anyone no whats the problem here? i no itsa something in members info template
but not sure on what to look for to fix this thanks.

ShawneyJ
09-09-2007, 12:34 AM
ah yeah its this hack causing it what a let down :(

dj_f16
09-09-2007, 09:47 PM
The addition a course but web site and communication knowledges are not appearing

for exm: MSN Adress, Skype Adress, icq Adress etc.

My vBulletin Version 3.6.8....

dj_f16
09-16-2007, 11:57 AM
Be the nobody?

Trina
09-19-2007, 07:05 PM
Hi all,

I have come across a site that I think is using this Mod, but am not positive if that is all or if there are several different mod's making it happen.

http://www.canterculture.com

Is that image upload function part of this mod? And the "Leave a carrot"?

I'm just trying to figure out how many diff mod's I may need to do something like this, if there is any particular order I should install them, etc.

Thanks in advance for any guidance!

Smiry Kin's
09-19-2007, 07:42 PM
think thats custom..?

cheat-master30
09-19-2007, 08:38 PM
Hi all,

I have come across a site that I think is using this Mod, but am not positive if that is all or if there are several different mod's making it happen.

http://www.canterculture.com

Is that image upload function part of this mod? And the "Leave a carrot"?

I'm just trying to figure out how many diff mod's I may need to do something like this, if there is any particular order I should install them, etc.

Thanks in advance for any guidance!

Not using this modification. It has a forum powered by vBulletin, but what you showed us was part of their main website, probably powered by something else. The real profiles on the forum aren't modded:

http://canterculture.com/forums/member.php?u=2

dj_f16
09-21-2007, 06:27 PM
friends! do you not know the my problem?

The addition a course but web site and communication knowledges are not appearing

for exm: MSN Adress, Skype Adress, icq Adress etc.

My vBulletin Version 3.6.8....

FleXy
09-22-2007, 11:11 PM
click install to monitor this hack, but does not installed because to many templates changes... but no... the reason because need to change files :-(

its critical for me

therogueforums
09-23-2007, 06:49 PM
*installs*

Oh yes!

DaGirl
09-24-2007, 02:03 AM
No worky on 3.6.8 :(

kylek
09-24-2007, 02:46 AM
Works fine with 3.6.8.

dj_f16
09-25-2007, 08:44 PM
The addition a course but web site and communication knowledges are not appearing

for exm: MSN Adress, Skype Adress, icq Adress etc.

My vBulletin Version 3.6.8....

Do you not know Psionic Vision ???????

Konstantinos
09-25-2007, 09:02 PM
There is an issue not a bug

When u set

Can Delete Own Profile Comments NO the user is not able to delete comments in other profiles but he is not able to delete his comments in his OWN profiles

Maybe a function

Can Delete Own Profile Comments In Own Profile
Can Delete Own Profile Comments In Others Profile whould be much more flexible

ragtek
09-26-2007, 12:17 PM
Do you not know Psionic Vision ???????

BEFORE YOU READ FURTHER, PLEASE NOTE THE FOLLOWING:
THIS HACK IS NO LONGER SUPPORTED. INSTALL AT YOUR OWN RISK.

are you shure you change the template correct?
sounds like you forgot something

Konstantinos
09-26-2007, 01:38 PM
what happens if u have 1000 friends ? In full listing do they all displayed in 1 page ? cause i dont see an option for full listing aparta from the rows

cheat-master30
09-26-2007, 02:12 PM
No, it splits to multiple pages for friends, under the 'show more' link or something. Then, a random few are shown in the profile.

Konstantinos
09-26-2007, 02:21 PM
This happens for comments, there is no option how many friends per page, when u visit the friends full listing u can only set the friends per row but not max rows or max friens which means if u have 1000 friends and set 10 per row u get 100 rows but no split pages , if u spliting friends page in your site show me the link so i can check if it occurs

cheat-master30
09-26-2007, 03:51 PM
Oh, you mean the page which shows all friends? I thought you meant about how my friends to display in the main profile. Sorry.

dj_f16
09-26-2007, 05:08 PM
are you shure you change the template correct?
sounds like you forgot something

before coding same at two pictures...
what does the error reach if she becomes one...

firends!! please help me :confused: :(

Konstantinos
09-26-2007, 08:59 PM
Oh, you mean the page which shows all friends? I thought you meant about how my friends to display in the main profile. Sorry.

i mean the page in full listing. can someone add a fix so it can split the full friend listing in multiple pages?

vnairp11
09-27-2007, 02:53 AM
They also need a back link after entering full listing, there is not way to go back to the main profile unless u hit the back button of the site.

dj i think just delete one of those sections if you don't need it jus del the code from your Member info template.

Konstantinos
09-27-2007, 04:27 AM
the back link exists , the only thing missing is a setting to specify how many friends to show per page in full listing

boiboi
09-28-2007, 12:41 AM
Isn't Jelsoft coming out with a myspace add-on?

burntire
09-28-2007, 01:02 AM
Isn't Jelsoft coming out with a myspace add-on?


I think in 4.0 they are going to have enhanced profiles.

I use Zoints for now. Works well.:)

boiboi
09-28-2007, 01:10 AM
ah thanks. that could be years from now.

Konstantinos
09-28-2007, 06:21 AM
can somebody add a piece of code where we can specify max number of friends per page in full listings ? i have members who have 500+ friends and they all display in a single page and looks crap

Booth
09-28-2007, 06:39 PM
I think in 4.0 they are going to have enhanced profiles.

I use Zoints for now. Works well.:)

Enhanced profiles in 3.7. Check vbulletin.com for proof.

dj_f16
10-04-2007, 05:25 PM
Do you not know Psionic Vision ???????

before coding same at two pictures...
what does the error reach if she becomes one...

firends!! please help me :confused: :(


friends... do you not know that which i will not how? :( :( :( :( :(

ltaylor
10-13-2007, 11:01 PM
Thanks for this Mod, enjoying it!

The Motivation Zone (http://www.themotivationzone.com)

ADomoWorld
10-16-2007, 12:42 AM
Great Hack But, Can Someone Provide Their Memberinfo Template (After installing This) For Me Mine Does Not Seem To Come Out Right. PM It To Me If You Can :) Thanks

jameshotmovies
10-18-2007, 04:39 PM
Hi all,

I started looking at making the by-hand changes
to PHP files that vS Interactive Profile requires,
but I discovered that some of the source code
lines that need changing don't exist in vB 3.6.8.

Any suggestions?

Thanks.

DragonMasterNYC
10-18-2007, 05:00 PM
Ya this is why I halted my forum build but I've been starting to figure things out on a test forum but theres always a few peaces of code that don't work out right

jameshotmovies
10-18-2007, 05:49 PM
I get this when I use the XML file to try to import the product:

Importing Product, Please Wait... [:]

...which never completes.

jameshotmovies
10-18-2007, 05:52 PM
Anybody know of an alternative to vS Interactive Profiles?

Thanks.

captainslater
10-18-2007, 06:01 PM
vBulletin 3.7

Shazz
10-18-2007, 06:12 PM
Anybody of an alternative to vS Interactive Profiles?

Thanks.

Um Zoints..

DragonMasterNYC
10-18-2007, 06:50 PM
Um Zoints..don't you have to pay for that unless its Free99 I can't do anything until I get some cash I spent enough on vBulletin and my Skin.

Shazz
10-18-2007, 06:55 PM
don't you have to pay for that unless its Free99 I can't do anything until I get some cash I spent enough on vBulletin and my Skin.

No zoints is free, search it on the site and youll find it, Its an alternate for this mod :)

DragonMasterNYC
10-18-2007, 07:23 PM
No zoints is free, search it on the site and youll find it, Its an alternate for this mod :)I thought you were talking about something I saw on vBadvance a wile ago.

I see it but the setup is not what I'm looking for. I'm looking for a setup just like this one and maybe a few extras.

jameshotmovies
10-18-2007, 07:24 PM
I'm using vB 3.6.8. Here's what I'm getting from install.php:

_header->header() ?>
Zoints Installer
Welcome to the Zoints installer!
* Install Zoints
_footer->footer() ?>

When I click on the link I get:

_header->header() ?>
Forum Software
get_hidden() ?>
Forum Software Please select your forum software from the dropdown.
generate_select('forum_auth', $this->get('plugins'), 'vbulletin36') ?>
Forum Path Please enter the path to your forum on the file system. (No trailing slash)
Having trouble? Please see this support thread for help.
Next
_footer->footer() ?>

Is there some PHP related setting that is required?
Is there a way to do a manual installation?

Thanks.

Shazz
10-18-2007, 07:24 PM
Its an alternate IMO
Or myspace

DragonMasterNYC
10-18-2007, 07:42 PM
Well this isn't the Zoints thread or even a support area for it did you ask in the Zoints thread.

Well Im trying to make a beter version of Myspace but for gamers.

Shazz
10-18-2007, 07:55 PM
I'm using vB 3.6.8. Here's what I'm getting from install.php:



When I click on the link I get:



Is there some PHP related setting that is required?
Is there a way to do a manual installation?

Thanks.

Post that in the zoints thread.

jameshotmovies
10-18-2007, 08:00 PM
FYI: The zoints folks said one has to enable short tags in PHP.ini.

Shazz
10-18-2007, 08:31 PM
FYI: The zoints folks said one has to enable short tags in PHP.ini.

Well theres your answer :)

Red Spider
10-18-2007, 09:30 PM
AWSOME hack! Many thanks :)

tehQspm
10-18-2007, 11:52 PM
For some strange reason the comments are outputting to the regular postbit template and not the iprof_postbit. It was working fine yesterday and now all of a sudden it's changed.

Anyone else getting this?

niteslave
10-19-2007, 07:21 PM
I installed it and am now in the process of removing it as when I finished the multitude of template edits correctly none of my members could login and nor could I unless I went through admin. Gutted

alex012185
10-23-2007, 10:51 PM
Has anyone had issues with a cap on the number of friends you can have? Every day I add several people to my friends list but recently I've been having to add the same people again and again. I've confirmed that these users have accepted me as their friend.

Konstantinos
10-25-2007, 08:52 AM
Has anyone had issues with a cap on the number of friends you can have? Every day I add several people to my friends list but recently I've been having to add the same people again and again. I've confirmed that these users have accepted me as their friend.

didnt happen to me

Shazz
10-25-2007, 02:48 PM
Has anyone had issues with a cap on the number of friends you can have? Every day I add several people to my friends list but recently I've been having to add the same people again and again. I've confirmed that these users have accepted me as their friend.

Could be an option you have checked :confused:

turkforum
10-25-2007, 07:39 PM
Question for some reason when I make a profile comment on users name my vbplaza gifts appear under in their profile. Is that happening to anyone else?

Ok there is a slight problem with vbplaza gifts,now the gifts of the commentator is shown in the profiles.
I have same issue..After that post of unitedpunjab, I look every other post but cant find any solution relating to this..

Can anybody advice?..
Also Psionic Vision drop this great project because of vbulletin's upcomming social networking product?

jene
10-27-2007, 07:11 PM
hi cool mod
but i have a problem with zoadic
look plz
http://www.offernissim.net/vb/member.php?u=715
its show its 2 times in profile

why?

Shazz
10-27-2007, 07:18 PM
Also Psionic Vision drop this great project because of vbulletin's upcomming social networking product?

Umm he dropped out of vbulletin even his site is closed

jameshotmovies
10-29-2007, 01:08 PM
After trying out Zoints as an alternative to vS-I.P., I have to say
I'm a little disappointed. It works but I have my gripes.

My question is, is there an alternative to both vS-IP & Zoints?
Maybe something that is still supported? With Zoints I've waited
a week for those people to reply to an important bug report and still nothing.

cheat-master30
10-29-2007, 02:53 PM
^vBulletin version 3.7? That's got social networking, is probably going to be well supported and hopefully comes out sooner rather than later...

Zadvantage
10-31-2007, 02:48 AM
Thanks for the good work. Installed and appreciated.

yoyoyoyo
10-31-2007, 03:37 AM
does anyone have the TMS template edits for this hack that they are willing to share?

captainslater
11-01-2007, 02:57 PM
does anyone have the TMS template edits for this hack that they are willing to share?
https://vborg.vbsupport.ru/showpost.php?p=1311416&postcount=327

toddos
11-04-2007, 03:44 PM
hi,
i installed it now, but some features arent there. I dont have any configs on the usergroup settings for example.

I installed everything like in the readme and uploaded all files.

Can someone help ?

and btw: is there a german translation for the phrases ?

toddos
11-05-2007, 09:21 AM
pls help, i installed it now and now i have the fields in the profiles but i cant use them ...

yoyoyoyo
11-05-2007, 09:45 AM
https://vborg.vbsupport.ru/showpost.php?p=1311416&postcount=327
thanks - I had missed that

toddos
11-05-2007, 02:08 PM
it works now, but how can i request a friedship and how can i change the css style for my profile ?

edit: can i only do a friendship request with the standart vB friendship button ?

toddos
11-05-2007, 04:21 PM
i have actived that the usergroup can make their own css style ...

but i cant find the section, where a user can make his own css style ? where is it ?

captainslater
11-05-2007, 06:14 PM
hi,
i installed it now, but some features arent there. I dont have any configs on the usergroup settings for example.

I installed everything like in the readme and uploaded all files.

Can someone help ?

and btw: is there a german translation for the phrases ?

You'll find the german translation at http://www.vbulletin-germany.org - the official german modifications site.

cheat-master30
11-05-2007, 06:43 PM
i have actived that the usergroup can make their own css style ...

but i cant find the section, where a user can make his own css style ? where is it ?

Should be in the Edit Profile page under a category called 'Custom CSS'.

toddos
11-05-2007, 07:24 PM
thx for the translation tip..

hm, it doesnt show a css configuration, look to this screenshot (profil settings)

dj_f16
11-05-2007, 08:31 PM
before coding same at two pictures...
what does the error reach if she becomes one...

firends!! please help me :confused: :(


i'm waiting :( :( :( :( :(

toddos
11-06-2007, 04:27 PM
pls, help. Why there isn't a field for the css code ?
do the other have one ?

toddos
11-10-2007, 09:51 AM
heeeelp me ! it youldnt be true that there is noone who supports the people ?

Icy
11-10-2007, 11:16 AM
heeeelp me ! it youldnt be true that there is noone who supports the people ?
Have you edited the modifyprofile template?

toddos
11-10-2007, 04:53 PM
yes, i did, but i saw now that i did it a little bit wrong, ok fine it works now !

Can you give me an example for a css code, which i can put in the box ?

Icy
11-10-2007, 05:16 PM
<a href="http://www.golpo.net/forum/f3/golpo-profile-css-help-7801/" target="_blank">http://www.golpo.net/forum/f3/golpo-...css-help-7801/</a>

toddos
11-10-2007, 05:46 PM
how should it work, if "{ " and "}" is forbidden in the css box ?

Icy
11-11-2007, 12:01 AM
The only symbols permitted are: A-z 0-9 - _ . : ; , ' " { } # @

toddos
11-11-2007, 08:58 AM
well it works ! thx.
and in acp is an option...where can i find the predefined css styles ?

cheat-master30
11-11-2007, 09:22 AM
well it works ! thx.
and in acp is an option...where can i find the predefined css styles ?

If you want to know where to add the styles, go to Styles and Templates, then User Profile CSS Templates and there you can add a style or edit the existing ones. If you want more styles, I think this article by myself may help:

https://vborg.vbsupport.ru/showthread.php?t=151888

And this may help for making your own styles:

https://vborg.vbsupport.ru/showthread.php?t=152255

Icy
11-11-2007, 09:30 AM
well it works ! thx.
and in acp is an option...where can i find the predefined css styles ?
Check the attachment

toddos
11-11-2007, 09:54 AM
thank you very much :)

one question again...i saw a screenshot there...how can a user add a video to the profile ?

tanujdude91
11-11-2007, 10:00 AM
Installed Successfully.
Thx...

cheat-master30
11-11-2007, 12:43 PM
thank you very much :)

one question again...i saw a screenshot there...how can a user add a video to the profile ?

You mean Youtube videos in a profile? Add a custom field for the video ID, then put the video code in the profile template with post[fieldX] where the video ID should be.

jasculs
11-12-2007, 02:58 AM
This may be talked about deeper in the thread, but does 3.6.8 break this mod because I have 3.6.7 and I don't really want to upgrade if it's going to break it as people really enjoy this feature.

cheat-master30
11-12-2007, 05:21 AM
Didn't break the modification for me.

Tyran1
11-12-2007, 12:43 PM
Please delete

Tyran1
11-13-2007, 01:27 PM
After more mals ask and hours try around I have it now, nevertheless, geschaft.

All comments write new comment about member "A" on
a look member "A" about other members (path is still absent)
now everything are indicated in a specially window!
?nderung was not necessary at all,
everything what the comments Concerning from
the Template "Memberinfo" extinguish and insert
the following code where one this small box (see picture) would like to have.

<table border="0" cellpadding="4" width="125" cellspacing="0">
<tr align="center">
<td bgcolor="#CCCCFF" height="30" valign="middle" style="border-right:1px with;border-left:1px with;border-top:1px with">

<a href="#"
onclick="window.open('profilecomment.php?$session[sessionurl]u=$userinfo[userid]','$post[postcount]','statusbar=no,menubar=no,toolbar=no,scrollbars=y es,resizable=yes,width=800,height=625');"><font size="+2">
<font color="yellow">
$profilecommentscount[comments]</font></a></td>

</tr>
<tr align="center">
<td bgcolor="#CCCCFF" style="border-bottom:1px with;border-right:1px with;border-left:1px with">

<font size="-2">
<if>
<a href="#" onclick="window.open('profilecomment.php?$session[sessionurl]do=newprofilecomment&amp;u=$userinfo[userid]','kommentieren','statusbar=no,menubar=no,toolbar= no,scrollbars=yes,resizable=yes,width=800,height=6 25'); return false;"><class="small w">$userinfo[username]<br>
<u>kommentieren</u></a>

<br /><br />

<a href="#" onclick="window.open('123','?ber andere','statusbar=no,menubar=no,toolbar=no,scroll bars=yes,resizable=yes,width=800,height=625'); return false;"><class="small w">$userinfo[username]<br>
<u>?ber andere ... </u></a>

<br /><br />

</td>
</tr>
</table>

Ksb2050
11-13-2007, 03:41 PM
How do you fix this? I can't install the plugin so the thing doesn't work right.....

Importing Product, Please Wait...

[:]

Warning: Unknown(/home/videknet/public_html/forums/includes/visionscripts/psionic_iprof/_install.php): failed to open stream: No such file or directory in /admincp/plugin.php(1964) : eval()'d code on line 1

Warning: Unknown(/home/videknet/public_html/forums/includes/visionscripts/psionic_iprof/_install.php): failed to open stream: No such file or directory in /admincp/plugin.php(1964) : eval()'d code on line 1

Fatal error: (null)() [function.require]: Failed opening required '/home/videknet/public_html/forums/includes/visionscripts/psionic_iprof/_install.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/videknet/public_html/forums/admincp/plugin.php(1964) : eval()'d code on line 1

Any help would be immensely appreciated!

Brandon Sheley
11-13-2007, 04:02 PM
How do you fix this? I can't install the plugin so the thing doesn't work right.....



Any help would be immensely appreciated!

The error is saying that you didn't upload all the files ;)

toddos
11-13-2007, 04:25 PM
Rene, was hast du gemacht? Profilkommentare im neuen Fenster ?

EIne kurze Frage, rene, was hat es da mit dem Daumen hoch/runter auf sich ? Bewertungstimmen ? Also bspw. 1 | 5 oder wie ?

Tyran1
11-13-2007, 06:23 PM
Rene, was hast du gemacht? Profilkommentare im neuen Fenster ?

EIne kurze Frage, rene, was hat es da mit dem Daumen hoch/runter auf sich ? Bewertungstimmen ? Also bspw. 1 | 5 oder wie ?


Hab ?berall nach gefragt wie das geht niemand konnte mir da weiter helfen und da
mein English mehr als schlecht ist und ich immer nen programm nehme hab ich
das halt mal selbst versucht und nen Code gebastelt!

Die ganze Zeit waren doch die Profilkommentare direkt im Profil.
Bei mir ist es nun anderst, wenn du auf die Zahl ( die Zahl steht immer f?r Anzahl der Kommentare)
klickst geht ein Fenster auf und
dort stehen dann alle kommentare untereinander!

Ebenfalls wenn du ein Kommentar schreiben m?chtest geht ein neues fenster auf,
vorher war es so das, dass Formular direkt auf der Seite aufgeht.

Was jetzt noch nicht geht ist der link "?ber andere" daran arbeite ich noch ...!
Vielleicht liest der Coder das ganze ja und kann da helfen.
ist nur der Pfad!

Den code den ich gepostet hab kannst du gerne mal im Memberinfo ausprobieren.
Wirst sehen klappt ohne Probleme und schaut besser aus ;-)!

Hoffe nur der Coder hat nichts dagegen .....


Das mit dem Daumen ist nen Bewertungs Hack digg oder so wenn du diesen
haben willst such ich dir mal den Hack raus.

jasculs
11-13-2007, 09:43 PM
Hello...my name is English...what is your name?

Ksb2050
11-14-2007, 12:12 AM
The error is saying that you didn't upload all the files ;)

But i have uploaded all the files.....I even did it a second time to double check......
kk guess I'll try a third time......

Tyran1
11-14-2007, 01:27 AM
Hello...my name is English...what is your name?

My English is not good and because he has asked on in German I have answered on in German!



Can one prevent it anyhow to present himself a comment?

vnairp11
11-14-2007, 04:25 AM
Do what I did to www.thetechlife.org get a custom coder from getafreelancer.com and fix this script up to a fully social networkin script.

Ksb2050
11-14-2007, 07:32 AM
kk got it all to work real nice like. Problem is it left some stray codes around and I can't figure out how to get rid of them.

This appears at the top of my forum on every page
{ return openWindow( 'misc.php?' + SESSIONURL + 'do=who_rated_member&u=' + userid, 230, 300 ); } function who_viewed_member(userid) { return openWindow( 'misc.php?' + SESSIONURL + 'do=who_viewed_member&u=' + userid, 230, 300 ); } // -->

How can I get rid of this stray coding???

Tyran1
11-15-2007, 12:27 AM
If you me mean best of all the code in the Template "Memberinfo" under

</tabel>
<br/>

add all the same where!

This would have to go!

It is no Plugin or in such a way!!

Only one Template änderung!

toddos
11-15-2007, 07:27 PM
ich schau es mir am Wochenende mal an ;)
---
i will have a look this weekend

Tyran1
11-16-2007, 01:17 PM
ich schau es mir am Wochenende mal an ;)
---
i will have a look this weekend

It seems to come probably :D

scheint wohl anzukommen :D

mangandini
11-16-2007, 02:40 PM
Help me please :-S

Like many here I get a mysql error when installing the product (v3.6.8)

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php (Line 665)

Do you have any idea how to fix this?

Any help would be really appreciated.

Thank you !

NSeXcellent
11-16-2007, 10:32 PM
Just a quick question, what will happen to this hack when you upgrade to a new version of vBulletin? Will all members have to redo their profiles?

Konstantinos
11-17-2007, 06:16 AM
i guess someone should continue development

turkforum
11-17-2007, 02:47 PM
For some reason when I make a profile comment on a user, my vbplaza gifts appear under in their profile. Even when someone sends a gift to me, that gifts also appear on whomever I comment in their profile..

Can anybody help us for this weird problem?..

toddos
11-18-2007, 12:01 PM
how can i edit the hack, that there is no avatar shown at every comment ?

Rene, also hast du zwei Berwertungsfunktinen eingebaut ? Das ist doch unsinnig , oder ?

and can someone explain me a little bit more how to add the possibility to add a video to the profile

Konstantinos
11-18-2007, 01:47 PM
how can i edit the hack, that there is no avatar shown at every comment ?

Rene, also hast du zwei Berwertungsfunktinen eingebaut ? Das ist doch unsinnig , oder ?

and can someone explain me a little bit more how to add the possibility to add a video to the profile

https://vborg.vbsupport.ru/showthread.php?t=133263

Tyran1
11-19-2007, 03:14 PM
how can i edit the hack, that there is no avatar shown at every comment ?

Rene, also hast du zwei Berwertungsfunktinen eingebaut ? Das ist doch unsinnig , oder ?

and can someone explain me a little bit more how to add the possibility to add a video to the profile

Wie meinst du das ?
Hab nur das Karma drin.

Das mit dem Dauem Hoch/Runter ist keine Beweruntg sonder Profil Felder f?r das find ich gut (Positiv) / Das find ich schlecht ( Negativ )

toddos
11-19-2007, 04:50 PM
ja, aber was ist das für nen Hack mit dem Daueme hoch/runter ? bzw. was wird damit bewertet ?

thx, Konstantinos ! but it seems that a user has to put only the videocode into the field, right ?
i think many user dont know how to get the code out of the url... is there an other way ?

vnairp11
11-19-2007, 05:09 PM
Just a quick question, what will happen to this hack when you upgrade to a new version of vBulletin? Will all members have to redo their profiles?

you have to hire a coder to fix everything for u or jus don't upgrade :):erm: :P

vnairp11
11-19-2007, 05:11 PM
I wish someone could continue devp on this though

Animecraving
11-20-2007, 06:48 AM
i having trouble with css here xD.. it doesn't seem working no matter what kind of code i plugin

Tyran1
11-20-2007, 02:45 PM
ja, aber was ist das f?r nen Hack mit dem Daueme hoch/runter ? bzw. was wird damit bewertet ?


thx, Konstantinos ! but it seems that a user has to put only the videocode into the field, right ?
i think many user dont know how to get the code out of the url... is there an other way ?

Garnichts! Das steht nur Symbolisch f?r "Das find ich gut" / "Das find ich schlecht"!
Ich find das mit dem daumen sieht besser aus als hin zuschreiben gut / schlecht!

Tyran1
11-20-2007, 09:20 PM
Unfortunately, it is possibly a user more than 1 comment writes.
Can one change this anyhow every user only 1 comment can write?

--------------------------------------------------------------------------------------

Leider ist es möglich das ein User mehr als 1 Kommentar schreibt.
Kann man das irgendwie ändern das jeder User nur
1 Kommentar schreiben kann ?

D|ver
11-23-2007, 08:16 AM
does anyone have a xml for the template modification system for this hack?

toddos
11-23-2007, 12:10 PM
aso und da kann der user dann tops und flops im Profil eintragen ?

Tyran1
11-23-2007, 08:12 PM
aso und da kann der user dann tops und flops im Profil eintragen ?

Ja genau, so soll es sein ;-)

Aclikyano
11-25-2007, 10:39 PM
WHAT HAPPENED?
I GOT THIS WHEN I REMOVED ALL THE FILES OFF THE FTP
WHEN I WENT INTO THE ACP I KEEP ON GETTING THIS DB ERROR....
I CANNOT ACCESS MY SITE AT ALL!

I REUPLOADED MY DB 11-18-07 (I installed the hack after this date)
and still get this db error when I try logging in?!
------------------------------------------------------------
Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT COUNT(*) as count
FROM profilecomment
WHERE memberid = 2
AND dateline > 0;

MySQL Error : Table 'crack_cm.profilecomment' doesn't exist
Error Number : 1146
Date : Sunday, November 25th 2007 @ 04:30:21 PM
Script : http://www.mysite.com/forums/
Referrer : http://www.mysite.com/forums/login.php
IP Address : 1.1.1.1

Aclikyano
11-26-2007, 04:22 PM
WHAT HAPPENED?
I GOT THIS WHEN I REMOVED ALL THE FILES OFF THE FTP
WHEN I WENT INTO THE ACP I KEEP ON GETTING THIS DB ERROR....
I CANNOT ACCESS MY SITE AT ALL!

I REUPLOADED MY DB 11-18-07 (I installed the hack after this date)
and still get this db error when I try logging in?!
------------------------------------------------------------
Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT COUNT(*) as count
FROM profilecomment
WHERE memberid = 2
AND dateline > 0;

MySQL Error : Table 'crack_cm.profilecomment' doesn't exist
Error Number : 1146
Date : Sunday, November 25th 2007 @ 04:30:21 PM
Script : http://www.mysite.com/forums/
Referrer : http://www.mysite.com/forums/login.php
IP Address : 1.1.1.1
:(:eek::erm:

forumrunt
11-26-2007, 04:57 PM
awesome! Works like a charm thanks!

forumrunt
11-26-2007, 11:43 PM
ugh ok I installed on one site worked perfectly I installed on another site and the zodiac signs are not showing up it is showing the sign but it is written out no image. any quick fix?

forumrunt
11-27-2007, 12:55 AM
one more problem on the same forum
wnet to UserCP and hit Friends Requests and it just brought me to the home page

I hope someone can help me

toddos
11-27-2007, 07:34 PM
how can i make it so, that nobody can switch off the ratingfeature in the profile ?

Konstantinos
11-27-2007, 07:49 PM
remove the rating option from the template

Aclikyano
11-28-2007, 06:26 AM
I guess no one has had this problem?

toddos
11-28-2007, 04:07 PM
remove the rating option from the template

thx, done. and where is it saved, that a user has actived/switched off the rating for himself ?

in the mysql table "user" it isn't saved.

itzxmikee
11-29-2007, 04:55 AM
Can anybody help me out. After installing this mod, the information below contact info is not aligned. It has that solid black blocking pushing the actual info to the right.
https://vborg.vbsupport.ru/external/2007/11/9.jpg
Can somebody help me out. The code of my member info is below.

serhat_kk
12-01-2007, 01:06 AM
We are having this error

Warning: Invalid argument supplied for foreach() in /includes/functions_reputation.php(139) : eval()'d code on line 14

when its over 1 pages or clicking to show all comments

at

vb 3.6.8?

Sunray2
12-03-2007, 09:36 PM
Help me please :-S

Like many here I get a mysql error when installing the product (v3.6.8)



Do you have any idea how to fix this?

Any help would be really appreciated.

Thank you !

Has there been an answer to the above question?

Thanks,

C.

mcasteel
12-04-2007, 11:58 PM
Having a weird problem that I haven't seen mentioned. After install, it all seems to work with no errors. The only problem is the Add Custom CSS panel in the User Options doesn't show up for members to add their own. I've turned it on for all Usergroups, but still nothing. Any ideas?

Icy
12-05-2007, 05:28 AM
@ Aclikyano, disable the hook system in config.php. Then if you can login uninstall the product & enable the hook in config.php again. Or you can try reuploading all the files that vS-Interactive Profiles required.

@ itzxmikee, double check the memberinfo template. You did something wrong while editing memberinfo template.

@ mcasteel, did you edit the template properly?

DoB Rhapsody
12-09-2007, 05:54 PM
Everything seems fine with this mod but when I or anyone adds a buddy it doesn't send the other user a friends request but just immediately adds them and they both appear on each-others friends list.

I don't get it :(

Animecraving
12-10-2007, 06:19 AM
Everything seems fine with this mod but when I or anyone adds a buddy it doesn't send the other user a friends request but just immediately adds them and they both appear on each-others friends list.

I don't get it :(

you didn't add the code in navbar..

DoB Rhapsody
12-10-2007, 06:53 AM
you didn't add the code in navbar..

Yes i did. Comment alert shows up but friends request doesn't. When adding a buddy it immediately adds the user i buddied with to my profile and vise-versa, without his/her approval.

tryance
12-13-2007, 12:25 AM
The friends list is different from the buddy list in my profile with this add on. Why is this and how do I fix this? I can add buddies but not friends. It's like they are two different things and there's no option to add friends. I am running version 3.6.8

DoB Rhapsody
12-13-2007, 03:35 AM
..Yes i did. Comment alert shows up but friends request doesn't. When adding a buddy it immediately adds the user i buddied with to my profile and vise-versa, without his/her approval..

tryance
12-13-2007, 12:24 PM
Not only am I having the buddy list problem but the css isn't showing up as a profile option.
Is this just a template thing? I am using the default tamplate to vbulletin so nothing weird should be interfering with any of the codes.

nicolerork
12-13-2007, 12:59 PM
Everything works great except I can't figure out how to add comments. The comment box shows up, but there's no way to add a comment?

kau
12-14-2007, 08:13 PM
Can't get it to work. I attempt to upload the Plugin and it just hangs and never goes through. I've tried on several instances of vB.

Shazz
12-14-2007, 09:30 PM
When the new 3.7 comes out, it will have everything such as this :)