The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Myspace Profile Re-Write PRO! 1.0.0 Details »» | |||||||||||||||||||||||||
Myspace Profile Re-Write PRO! 1.0.0 *** Screenshot removed, contains unwanted images *** ------------------------------------------------ Installation type: Template modification Time to install using everything provided: 2 hours Time to install minimally: 30 minutes Level of difficulty: Hard (Tedious) ------------------------------------------------ What it does: This is a MEMBERINFO template re-write to put a little bling-bling in your profile! There is some work on your part to make this work correctly, and will be explained below. The goal of this template re-write is to make your user profiles look similar to "Myspace". You can customize this to look however you wish, and myself and MissKalunji have come together to bring this to you. There will be 2 examples, the first one will be mine, and the 2nd will be MissKalunji's. Credits: This template would not be possile without HR3RDGEN and all those that posted and shared thier mods in his thread. It was a good resource, and was unfortunate it was taken down. Please do not bring ANY drama to this thread concerning what happened to the original template thread. Lets move forward. I would also like to thank MissKulanji for her infinate wisdom and talent. She has put alot of work into this as well and brings alot to the table. What you will need: Below you will find the links to the hacks you will need to download and install. I STRONGLY RECCOMEND that you make ALL modifications to a "test style" first. If you do not have one, create one. This way, when you mess up, your users will not be affected. Please download and install the hacks listed below, and also...please remember to CLICK INSTALL on those threads! The below templates INCLUDE CSS modification ability!!! ------------------------------------------------ Installation: Please install the following hacks! vBJournal Who Viewed My Profile Friends and/or Buddies in Profile Zodiac Sign in the Postbit and Elsewhere Last Seen Online in postbit Hide User Contact Info From Guests Default Avatar Pig's Subscription Gift (only if you use paid subscriptions) Auto PM after add Buddy! (Optional) Number of VBA Gallery Images in Profile ------------------------------------------------ Download the .htaccess file I have attached and place it in your forum's root folder. This will give you those wonderful links for the usernames. ex. www.yourdomain.com/forums/stangsta *NOTE: Please bear in mind, you may have to modify the above hacks after you install them. PLEASE refer to the hack specific thread for support, although we will still try to help you. ALSO, on any of those hacks, it may ask you to add or remove code from the MEMBERINFO template, SKIP THAT PART! It is already done for you in these templates. To make this work for you, you have to create profile fields in the adminCP. Each profile field that you create will have its own unique number. ex. "feild24" Once created, each profile field will be editable by the user in thier userCP under edit profile. Start by creating all the fields to match the screenshots. Then, write down the name and field number on a piece of paper for quick reference (it will be much easier that way). Once you have done this, using the code below, change the profile fields to match YOURS. Next, start by copying one of the template codes listed below in its entirety and paste it in your MEMBERINFO template OVERWRITING the existing contents (yes, erase the current contents). Please be sure to use a "test" style. Now save & reload. Remember that piece of paper you wrote everything down on? Change the profile fields in the template to match YOUR field numbers. When you are done, hit save. Now, it can get annoying when someone types a couple paragraphs and it all ends up into one big paragraph. Thats because the BBCODE is not getting parsed! Well, go ahead and create a plugin. You should add the new plugin to the MEMBER_COMPLETE hook location. What you do is take the profile field number that you want people to be able to use BBCODE (the smileys, img tags, etc) in and replace the field number within the plugin. Heres an example: Code:
{ if (!is_object($bbcode_parser)) { require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); } $userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true); } Code:
{ if (!is_object($bbcode_parser)) { require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); } $userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true); } { if (!is_object($bbcode_parser)) { require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); } $userinfo['field2'] = $bbcode_parser->parse($userinfo['field2'],0, true); } { if (!is_object($bbcode_parser)) { require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); } $userinfo['field3'] = $bbcode_parser->parse($userinfo['field3'],0, true); } Here is some quick reference on the profile fields I used. About Me Multiple-Line Text Box field8 Location Single-Line Text Box field2 Music Multiple-Line Text Box field3 Movies Multiple-Line Text Box field4 Who I'd like to meet Multiple-Line Text Box field25 Books Multiple-Line Text Box field27 Heroes Multiple-Line Text Box field31 TV Multiple-Line Text Box field32 Sex Single-Selection Radio Buttons field5 Interests Multiple-Line Text Box field6 Myspace URL Single-Line Text Box field9 Video Multiple-Line Text Box field10 Orientation Single-Selection Menu field14 Ethnicity Single-Selection Menu field16 Smoker Single-Selection Radio Buttons field17 Marital Status Single-Selection Menu field15 Drinker Single-Selection Radio Buttons field18 Education Single-Selection Menu field23 I am here for: Multiple-Selection Checkbox field24 Children Single-Selection Menu field22 CSS Multiple-Line Text Box field35 Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <if condition="$userinfo[field35]"> <style type="text/css">$userinfo[field35]</style> <else /> $headinclude </if> <title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title> </head> <body> $header $navbar <if condition="$userinfo[userid] == $vbulletin->userinfo[userid]"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="panel" align="center"> <div class="smallfont"><font color="#0000000"><phrase 1="$userinfo[username]">$vbphrase[x_you_are_viewing_your_profile]</phrase></font> <a href="usercp.php$session[sessionurl]">$vbphrase[user_cp]</a></div> </td> </tr> </table> </if> <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 align="Left" class="bigusername"><strong>$userinfo[username]</div></font></strong> <div class="smallfont"><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a></td></div></tr> <if condition="$userinfo['usertitle']"> <tbody> <tr class="tcat"> <td class="text" colspan="2" style="" align="left" valign="bottom"></td> </tr> </if> <tr class="alt2"> <td><div align="right"><center><if condition="$show['avatar']"> <div class="smallfont"> <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.sevencityforums.com/forum...e/nopropic.jpg"> </if></div><br /></center> <strong><div align="center"><a href="/gallery/browseimages.php?do=member&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[field5] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong> $userinfo[age]</if> <br /> <strong>Location:</strong> $userinfo[field2]<br /> <div>$userinfo[onlinestatus]</div> <br /> <div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</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&u=$userinfo[userid]"><"> <img border="0" src="http://www.sevencityforums.com/forum...mns/sendpm.gif" align="left" width="79" height="22"></a> </td> <td height="5" nowrap="nowrap" valign="top" width="50%"> <div align="left"><if condition="$userinfo['showicq']"> $userinfo[icqicon] <a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a> </if> </div></td> </tr> <tr class="alt2"> <td height="5" nowrap="nowrap" valign="top" width="50%"> <div align="left"><div class="smallfont"> <a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]" rel="nofollow"> <img border="0" src="http://www.sevencityforums.com/forum...dmailicon2.gif" align="left" width="79" height="22"></a></p> </div></td> <td height="2" nowrap="nowrap" valign="middle" width="50%"> <div align="left"><if condition="$userinfo['showaim']"> $userinfo[aimicon] <a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a> </if></div></td> </tr> <tr class="alt2"> <td height="5" nowrap="nowrap" valign="top" width="50%"> <div align="left"><div class="smallfont"><if condition="$show['addbuddylist']"> <a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$userinfo[userid]"> <img border="0" src="http://www.sevencityforums.com/forum...s/addbuddy.gif" width="79" height="22"></a> <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&userlist=buddy&u=$userinfo[userid]"> <img border="0" src="http://www.sevencityforums.com/forum...mns/remove.jpg" align="left" width="79" height="22"></a> </if> </div></td> <td height="5" nowrap="nowrap" valign="top" width="50%"> <div align="left"><if condition="$userinfo['showmsn']"> $userinfo[msnicon] <a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a> </if></div></td> </tr> <tr class="alt2"> <td height="5" nowrap="nowrap" valign="top" width="50%"> <div align="left"><div class="smallfont"><if condition="$show['addignorelist']"><a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]"> <img border="0" src="http://www.sevencityforums.com/forum..._mns/block.jpg" width="79" height="22" align="left"></a></p> <else /><div class="smallfont"><a href="profile.php?$session[sessionurl]do=removelist&userlist=ignore&u=$userinfo[userid]"> <img border="0" src="http://www.sevencityforums.com/forum...ns/addbudy.jpg" width="79" align="left" height="22"></a></p> </if> </div></td> <td height="2" nowrap="nowrap" valign="middle" width="50%"> <div align="left"><if condition="$userinfo['showyahoo']"> $userinfo[yahooicon] <a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a> </if></div></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[field9]">$userinfo[field9]</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&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&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td> </tr> <tr> <td class="alt2"><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>) </td></div> </tr> <tr> <td class="alt2"> <if condition="$vboptions['usereferrer']"> <div class="smallfont"> <strong>$vbphrase[referrals]:</strong> $referrals </div> </div> </if> </tr> <tr> <td class="alt2"><div class="smallfont"><a href="payments.php?$session[sessionurl]gift=true&userid=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[buy_x_a_sub]</phrase></a> </td> </td></div> </tr> </table> <br /> <if condition="$userinfo[field10]"> <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"><EMBED SRC="$userinfo[field10]"></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[field6]</td> </tr> <tr class="alt2"> <td align="left" valign="top"><span class=""><strong>Music:</strong></span></td> <td align="left" valign="top">$userinfo[field3]</td> </tr> <tr class="alt2"> <td align="left" valign="top"><span class=""><strong>Movies:</strong></span></td> <td align="left" valign="top">$userinfo[field4]</td> </tr> <tr class="alt2"> <td align="left" valign="top"><span class=""><strong>Television:</strong></span></td> <td align="left" valign="top">$userinfo[field32]</td> </tr> <tr class="alt2"> <td align="left" valign="top"><span class=""><strong>Heroes:</strong></span></td> <td align="left" valign="top">$userinfo[field31]</td> </tr> <tr class="alt2"> <td align="left" valign="top"><span class=""><strong>Books:</strong></span></td> <td align="left" valign="top">$userinfo[field27]</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[field15]</td> </tr> <tr valign="top" class="alt2"> <td align="left" valign="top"> <div align="left"><span class=""><strong>Here For:</strong></span></div></td> <td style=""><if condition="$comma =''"></if> <if condition="$post['field24']&1"> $comma Dating <if condition="$comma =','"></if> </if> <if condition="$post['field24']&2"> $comma Serious Relationships <if condition="$comma =','"></if> </if> <if condition="$post['field24']&4"> $comma Friends <if condition="$comma =','"></if> </if> <if condition="$post['field24']&8"> $comma Networking <if condition="$comma =','"></if> </if> </tr> <tr class="alt2"> <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td> <td style="">$userinfo[field14]</td> </tr> <tr class="alt2"> <td align="left" valign="top"> <div align="left"><span class=""><strong>Hometown:</strong></span></div></td> <td style="">$userinfo[field2]</td> </tr> <tr class="alt2"> <td align="left" valign="top"> <div align="left"><span class=""><strong>Ethnicity:</strong></span></div></td> <td id="ProfileReligion:" style="">$userinfo[field16]</td> </tr> <tr class="alt2"> <td align="left" valign="top"> <div align="left"><span class=""><strong>Zodiac Sign:</strong></span></div></td> <td style=""><if condition="$show['zodiacsign']"> <div>$zodiacsign</div> </if></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[field17] / $userinfo[field18]</td> </tr> <tr class="alt2"> <td align="left" valign="top"> <div align="left"><span class=""><strong>Children:</strong></span></div></td> <td style="">$userinfo[field22]</td> </tr> <tr class="alt2"> <td align="left" valign="top"> <div align="left"><span class=""><strong>Education</strong></span></div></td> <td style="">$userinfo[field23]</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 />$userinfo[field8]</td> </tr> <tr> <td class="alt2"><strong>Who I'd Like to Meet:</strong><br /> $userinfo[field25]</td> </tr> </table> <br />$FNB_HTML<br /> <p>$comment_panel</p></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&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> Here is an example of how it would look like: Code:
body {background: #FFF000} page {background: #FFF000} a:link {background: #FFF000} a:hover, a:active {background: #FFF000} a:visited {background: #FFF000} .tcat {background: #FFF000} .theader {background: #FFF000} .tborder {background: #FFF000} If you want to use an image for the background instead of a color code then use this code instead: Code:
Body{background-image:url(type the image url here)} BE SURE TO CLICK INSTALL!!!! Supporters / CoAuthors Show Your Support
|
Comments |
#442
|
|||
|
|||
any word on this????
|
#443
|
||||
|
||||
the parsing of the field isn't being done correctly, did you setup the bbcode parsing in your plugins as per the first post?
|
#444
|
|||
|
|||
For some odd reason on my profile page the views to the page is white. I took some of the code from this hack to do mine but I can't fig out the reason its white when I'm logged in and black when I'm not. I know this shouldn't be the thread to post this in becuz the hack was done by someone else. But I never get support when i post there. Here's a shot of what I mean.
Attachment 45032 Any ideas there? I've tried to made the color black but that hasn't worked. Here's the code for my profile: Code:
<table width="800" align="center" cellpadding="0" cellspacing="8" class="tborder"> <tr> <td colspan="2" class="tcat"> <div style="font-size:18pt"><strong> $userinfo[musername] $userinfo[onlinestatus]</strong></div></td> </tr> <tr> <td width="365" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="1" class="tborder"> <tr class="tcat"> <td align="center"> <!-- START USER AVATAR --> <if condition="$show['avatar']"> <div style="float:center;"> <img src="$userinfo[avatarurl]" alt="<phrase 1=" $userinfo[avatarsize] $userinfo[username]">$vbphrase[xs_avatar] </phrase> " border="1" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></div> </if> <div align="center"> <!-- END USER AVATAR --> <!-- USER INFORMATION --> </div></td> <td valign="middle"><table width="100%" align="left" cellpadding="3" cellspacing="0"> <tr class="tcat"> <td><div align="left"><b>$userinfo[usertitle]</b></div></td> </tr> <tr class="alt1"> <td><div align="left"><b>$vbphrase[join_date]:</b><br>$userinfo[datejoined]</div></td> </tr> <tr class="alt2"> <td><if condition="$show['lastactivity']"> <div> <div align="left"><b>Last Online At:</b><br>$userinfo[lastactivitydate] - <span class="time">$userinfo[lastactivitytime]</span></div> </div> </if> </td> </tr> <tr class="alt1"> <td colspan="2"><div class="smallfont"><if condition="$show['profileviews']"> <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]</if></div></tr> </table></td> </tr> </table> <br> <table width="100%" border="0" cellpadding="3" cellspacing="0" class="tborder"> <tr class="tcat"> <td colspan="2"><div align="left"><strong>My Profile </strong></div></td> </tr> <tr class="alt2"> <td width="42%"><div align="left"><strong>$vbphrase[age]:</strong></div></td> <td width="58%">$userinfo[age]</tr> <tr class="alt1"> <td><div align="left"><strong>Sex:</strong></div></td> <td>$userinfo[field7]</td> </tr> <tr class="alt2"> <td><div align="left"><strong>Status:</strong></div></td> <td>$userinfo[field8]</td> </tr> <tr class="alt1"> <td><div align="left"><strong>Sexual Orientation:</strong></div></td> <td>$userinfo[field3]</td> </tr> <tr class="alt2"> <td><div align="left"><strong>Sign:</strong></div></td> <td><if condition="$show['zodiacsign']"> $zodiacsign </if></td> </tr> <tr class="alt1"> <td><div align="left"><strong>From:</strong></div></td> <td>$userinfo[field9]</td> </tr> <tr class="alt2"> <td><div align="left"><strong>Race:</strong></div></td> <td>$userinfo[field11]</td> </tr> <tr class="alt1"> <td><div align="left"><strong>Income:</strong></div></td> <td>$userinfo[field12]</td> </tr> <tr class="alt2"> <td><div align="left"><strong>Occupation:</strong></div></td> <td>$userinfo[field13]</td> </tr> </table> <br> <table width="100%" border="0" cellpadding="3" cellspacing="0" class="tborder"> <tr class="tcat"> <td class="text" wrap="" style="" valign="center"><div align="left"><strong>About Me </strong> </div></td> </tr> <tr class="alt1"> <td class="text" wrap="" style="" valign="center"><div align="left">$userinfo[field6]</div></td> </tr> <tr valign="top" class="alt2"> <td align="left" valign="top"></td> </tr> </table> <br> <table class="tborder" cellpadding="3" cellspacing="$stylevar[cellspacing]" width="100%" align="center"> <tr class="tcat"> <td>$userinfo[username]'s Latest Blog Entry</td> </tr> <tr class="alt1"> <td><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a>($journal[lastentry_date])<br/></td> </tr> <tr class="alt2"> <td>[<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>] </td> </tr> </table> <br> <table width="100%" border="0" cellpadding="3" cellspacing="0" class="tborder"> <tr class="tcat"> <td colspan="2"><div align="left"><strong>Other Interest </strong></div></td> </tr> <tr class="alt2"> <td><div align="left"> <DIV align="left"><STRONG>General:</STRONG></DIV> </div></td> <td>$userinfo[field7]</tr> <tr class="alt1"> <td><div align="left"> <DIV align="left"><STRONG>Music:</STRONG></DIV> </div></td> <td>$userinfo[field7]</td> </tr> <tr class="alt2"> <td><div align="left"> <DIV align="left"><STRONG>Movies:</STRONG></DIV> </div></td> <td>$userinfo[field8]</td> </tr> <tr class="alt1"> <td><div align="left"> <DIV align="left"><STRONG>Television:</STRONG></DIV> </div></td> <td>$userinfo[field3]</td> </tr> <tr class="alt2"> <td><div align="left"> <DIV align="left"><STRONG>Heros:</STRONG></DIV> </div></td> <td>$userinfo[field4]</td> </tr> <tr class="alt1"> <td><div align="left"> <DIV align="left"><STRONG>Favorite Books:</STRONG></DIV> </div></td> <td>$userinfo[field9]</td> </tr> <tr class="alt2"> <td><div align="left"> <DIV align="left"><STRONG>Groups:</STRONG></DIV> </div></td> <td>$userinfo[field11]</td> </tr> </table> <br> <table width="100%" align="center" cellpadding="3" cellspacing="0" class="tborder"> <tr class="tcat"> <th scope="col"><div align="center"><strong>Favorite Media </strong></div></th> </tr> <tr> <th scope="col"><table align="center" border="0" cellpadding="0" cellspacing="0" class="body" width="100%"> <td> <div align="center"> <object id="MediaPlayer" width=350 height=250 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject"> <param name="FileName" value="$userinfo[field17]"> <param name="autoStart" value="1"> <embed type="application/x-mplayer2" src="$userinfo[field22]" name="MediaPlayer" autostart="1" width=350 height=250> </embed> </object> </div></td> </table></th> </tr> </table> <td valign="top"> <div align="center"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="5" class="tborder"> <tr class="alt1" valign="top"> <td align="center"> <if condition="$show['profilepic']"> <img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]"> <else /> <img src="http://www.texasphotoforum.com/forum/images/noimage.jpg" alt="No Picture Uploaded"></if></td> </tr> <tr> <td align="center"><a href="http://www.mysite.com/forum/profile.php?do=editprofilepic">Add / Edit Profile Pic</a></td> </tr> </table> <br> <table align="center" border="0" cellpadding="3" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <tr> <td class="tcat" colspan="$columns">$userinfo[username]'s Latest Gallery Submissions</td> </tr> <tr>$profileimagebits</tr> </table> <br> <table width="100%" border="0" cellpadding="3" cellspacing="0" class="tborder"> <!--DWLayoutTable--> <tr class="tcat"> <td colspan="2"><div align="center"><strong>Contact Information</strong></div></td> </tr> <tr class="alt1"> <td width="50%" valign="top"><div align="center"> <if condition="$show['addbuddylist']"> <div align="center"><img src="http://www.mysite.com/forum/images/collapse_tcat_collapsed.gif" alt="add" vspace="3" border="0"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$userinfo[userid]"><br> Add to Buddies</a> <else /> <a href="profile.php?$session[sessionurl]do=removelist&userlist=buddy&u=$userinfo[userid]">Remove from Buddies</a></div> </if> </td> <td width="50%" valign="top"> <if condition="$show['addignorelist']"> <div align="center"><img src="http://www.mysite.com/forum/images/collapse_tcat_collapsed.gif" alt="add" vspace="3" border="0"><br> <a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]">Add to Ignore</a> <else /> <a href="profile.php?$session[sessionurl]do=removelist&userlist=ignore&u=$userinfo[userid]">Remove from Ignore</a> </div> </if></td> </tr> <tr class="alt2"> <td valign="middle"><div align="center"><img src="http://www.mysite.com/forum/images/newpm.gif" alt="mail" width="22" height="10" border="0"><br> <a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]" rel="nofollow"> Send E-Mail Me:</a></div></td> <td valign="middle"><div align="center"><img src="http://www.mysite.com/forum/images/newpm.gif" alt="mail" width="22" height="10" border="0"><br> <a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]">Send PM to Me:</a></div></td> </tr> <tr class="tcat"> <td colspan="2"><div align="center"><strong>Instant Messengers </strong></div></td> </tr> <tr class="alt1"> <td colspan="2"><div align="center">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></td> </tr> <tr class="alt1"> <td class="tcat" colspan="2"><div align="center"><strong>Other ways to reach me </strong></div></td> </tr> <td colspan="2" align="left" class="alt1">MySpace Profile Page:<br> <a href="$userinfo[field18]" target="_blank">$userinfo[field17]</a></td> </tr><tr> <td colspan="2" align="left" class="alt2">Face Book Page:<br> <a href="$userinfo[field18]" target="_blank">$userinfo[field18]</a></td> </tr> <tr> <td colspan="2" align="left" class="alt1">Blackplanet Page:<br> <a href="$userinfo[field18]" target="_blank">$userinfo[field19]</a></td> </tr> <tr> <td colspan="2" align="left" class="alt2">One Model Place Profile Page:<br> <a href="$userinfo[field18]" target="_blank">$userinfo[field20]</a></td> </tr> </table> <br> <br> </div> </tr> <tr> <td colspan="2" valign="top"><!--Friends and/or Buddies on Profile --> <if condition="$userinfo[field5] == yes">$FNB_HTML</if> <if condition="$userinfo[field5] != no">$FNB_HTML</if> <!--Friends and/or Buddies on Profile --> </td> </tr> <tr> <td colspan="2" valign="top"><!-- Profile Comment System --> $comment_panel <!-- / Profile Comment System --></td> </tr> <tr> <td colspan="2" align="center" valign="top"><div align="center"><br> </div> <if condition="can_moderate()"> <div align="center">Moderator Tools<br /> <a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[user_options]</a><br/> </div> </if> <if condition="$mh_upcd_last_changed"> <div style="padding:$stylevar[formspacer]px"> <div align="center"><strong>Profile last updated: $mh_upcd_last_changed</strong> </div> </div> </if></td> </tr> </table> |
#445
|
||||
|
||||
Quote:
|
#446
|
||||
|
||||
Quote:
I have done a slew of installs on all versions and have not had any issues related to the version. |
#447
|
||||
|
||||
Quote:
|
#448
|
|||
|
|||
I'm running 3.5.3 and 3.5.4 with no issues with the profile or any of the addons - i've done some modifcations esp to the comment system, so you can't comment on your own profile, etc etc...
|
#449
|
|||
|
|||
Quote:
yes i did i even tried this mod its strange if i shut it off then its fine... but if i turn it on then it messes the R&B up... but the down fall to turning it off is when i do if they post something long then it stretches across the full page |
#450
|
|||
|
|||
had to remove sorry guys...
|
#451
|
|||
|
|||
thanks... for the contribution
ur missing a closing... </if> on line 80 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|