vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Myspace Profile Re-Write PRO! 1.0.0 (https://vborg.vbsupport.ru/showthread.php?t=109094)

ZacUSNYR 03-15-2006 02:32 PM

You place the .htaccess where you want it on your domain and then modify the path of the member.php - point it to the relative path of the forum root.

Synth 03-15-2006 02:55 PM

Quote:

Originally Posted by ZacUSNYR
I've had quite a few requests for my code.

I'll probably make some changes but that is what I have so far.

Added back a join date / Skype / user notes / and a signature section.

It's not a myspace rip since it's on a riding site and it's more riding focused so it'll require some changes :)

Example :

http://members.twowheelfemales.com/Corny

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude

<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
<!-- Declare style from profile field -->
<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>
</if>
</head>
<body>

<!-- Call header and navbar -->
$header
$navbar

<!-- Check to see if user viewing profile is themselves - show link to usercp -->
<if condition="$userinfo[userid] == $vbulletin->userinfo[userid]">
  <table class="tborder" cellpadding="0" cellspacing="1" border="0" width="30%" align="center">
    <tr>
      <td class="alt1" align="center">
        <div class="smallfont">
        <phrase 1="$userinfo[username]">$vbphrase[x_you_are_viewing_your_profile]</phrase>
        <strong><a href="http://www.twowheelfemales.com/forum/profile.php?do=editprofile">Edit Profile</a></strong></div>
      </td>
    </tr>
  </table>
<br />
</if>
 
<!-- Declare main table -->
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top" width="0%">

<!-- Left column - first table - includes name, avatar, sex, location, last online time -->
<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]</strong>
      </div>
    </td>
  </tr>
  <tr>
    <td class="thead" align="center" colspan="2"><a href="http://members.twowheelfemales.com/$userinfo[username]" class="smallfont" /><strong>members.twowheelfemales.com/$userinfo[username]</strong></a>
  </tr>

<!-- Declare the avatar - use IF statement to show default if one is not present -->
  <tr>
    <td class="alt2" align="center">
    <if condition="$show['avatar']">
      <div align="center"><a href="/forum/vbpicgallery.php?do=hall&amp;u=$userinfo[userid]" /><img src="$post[avatarurl]" border="0" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></div>
    <else />
      <div align="center"><img src="http://www.twowheelfemales.com/forum/images/arcade/noavatar.gif" /></div>
    </if>
<!-- View More Pics - link to PhotoPlog -->
    <br />
    <strong><a href="http://www.twowheelfemales.com/gallery/index.php?$session[sessionurl]u=$userinfo[userid]" title="View More Pics in the Photo Gallery" />View More Pics.</a></strong>
<!-- View my garage link - link to vBPicGallery (vbgarage) -->
    <br />
    <div align="center"><strong><a href="/forum/vbpicgallery.php?do=hall&amp;u=$userinfo[userid]" title="View my Garage" />View my Garage.</a></strong></div>
  </td>


<!-- Right Column General info box: Sex, Location, Online Status -->
<td align="left" valign="top" class="alt2">
  <table width="100%" cellspacing="0" cellpadding="1" align="center">
    <!-- Declare the usertitle in an IF statement -->
    <if condition="$userinfo['usertitle']">
    <tr>
      <td colspan="2" align="left"><span class="smallfont">$userinfo[usertitle]</span></td>
    </tr>
    </if>
    <tr>
      <td colspan="2" height="1"></td>
    </tr>
    <tr>
      <td colspan="2" height="5">$userinfo[onlinestatus]</td>
    </tr>
    <tr>
      <td colspan="2" height="1"></td>
    </tr>
    <tr>
      <td width="20%">
      <strong>Sex:&nbsp;&nbsp;&nbsp;</strong>
      </td>
      <td align="left">
      <!-- Call Sex Field -->
      $userinfo[field5]
      </td>
    <tr>
      <td colspan="2" height="2"></td>
    </tr>
  <if condition="$show['age']">
    <tr>
      <td>
      <strong>$vbphrase[age]:&nbsp;&nbsp;&nbsp;</strong>
      </td>
      <td align="left">
      $userinfo[age]
      </td>
    </tr>
    <tr>
      <td colspan="2" height="2"></td>
    </tr>
  </if>
    <tr>
      <td colspan="2"><strong>$vbphrase[join_date]: </strong></td>
    </tr>
    <tr>
      <td colspan="2">$userinfo[datejoined]</td>
    </tr>
    <tr>
      <td colspan="2">
      <strong>Location:</strong>
      </td>
    </tr>
    <tr>
      <td colspan="2" align="left">
      <!-- Declare location Field -->
      $userinfo[field2]
      </td>
    <tr>
      <td colspan="2" height="2"></td>
    </tr>
    <tr>
      <td colspan="2">
      <strong>Last Online:</strong>
      </td>
    </tr>
    <tr>
      <td colspan="2" align="left">$userinfo[lastactivitydate] at $userinfo[lastactivitytime]</td>
    </tr>
  </table>
    </td>
  </tr>
</table>

<!-- Declare the Contact Username Table -->
<br />
<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]</strong></td> 
  </tr>
  <tr>
    <td class="alt2" nowrap="nowrap" width="50%" valign="middle" align="center">
    <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/sendpm.gif" width="79" height="22"></a>
    </td>
    <td class="alt2" nowrap="nowrap" width="50%" valign="middle" align="center">
    <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/sendmailicon2.gif" width="79" height="22"></a>
    </td>
  </tr>
  <tr>
    <td class="alt2" nowrap="nowrap" valign="middle" align="center">
    <if condition="$show['addbuddylist']">
      <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/addbuddy.gif" width="79" height="22"></a>
    <else />
      <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/remove.jpg" width="79" height="22"></a>
    </if>
    </td>
    <td class="alt2" nowrap="nowrap" valign="middle" align="center">
    <if condition="$show['addignorelist']">
      <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/block.jpg" width="79" height="22"></a>
    <else />
      <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/addbudy.jpg" width="79" height="22"></a>
    </if>
    </td>
  </tr>
</table>

<!-- Declare all Instant Message contacts in IF conditions -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
  <tr class="tcat">
    <td colspan="2"><strong>Instant Message $userinfo[username]</strong></td> 
  </tr>
<if condition="$userinfo['showicq']"> 
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[icqicon]</td>
    <td class="alt2" valign="middle" align="left">
    <a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a>
    </td>
  </tr>
</if>
<if condition="$userinfo['showaim']">
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[aimicon]</td>
    <td class="alt2" valign="middle" align="left">
    <a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a>
    </td>
  </tr>
</if>
<if condition="$userinfo['showmsn']"> 
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[msnicon]</td>
    <td class="alt2" valign="middle" align="left">
    <a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a>
    </td>
  </tr>
</if>
<if condition="$userinfo['showyahoo']"> 
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[yahooicon]</td>
    <td class="alt2" valign="middle" align="left">
    <a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a>
    </td>
  </tr>
</if>
<if condition="$userinfo['showskype']">
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[skypeicon]</td>
    <td class="alt2" valign="middle" align="left">
<a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
</tr>
</if>
</table>
 
<!-- Declare the User Information 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></strong>
  </tr>       
  <tr>
    <td class="alt2"><a href="$userinfo[homepage]" target="_blank" dir="ltr" class="smallfont">My Home Page</a></td>
  </tr>
<if condition="$show['profileviews']">
  <tr>
    <td class="alt2">
    <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;" class="smallfont">$vbphrase[profile_views]</a>
    <else />
    <span class="smallfont">$vbphrase[profile_views]</if>: $userinfo[profileviews]</span>
    </td>
  </tr>
</if>
  <tr>
    <td class="alt2"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow" class="smallfont"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
  </tr>
  <tr>
    <td class="alt2"><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow" class="smallfont"><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>
<if condition="$vboptions['usereferrer']">
  <tr>
    <td class="alt2"><div class="smallfont"><strong>$vbphrase[referrals]:</strong> $referrals</div></td>
  </tr>
</if>
<if condition="$show['usernotes']">
  <tr>
    <td class="alt2"><div class="smallfont"><strong>$vbphrase[user_notes]:</strong>
    <if condition="$show['usernoteview']">
    <strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
    </if>
    <if condition="$show['usernotepost']">
    [<a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
    </if>
    <if condition="$show['usernoteview']">
    <br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
    </div>
    </if>
    </td>
  </tr>
</if>
</table>

<!-- Declare User Interests Table -->
<br />
<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</strong></td>
  </tr>
<if condition="$userinfo[field6]">
  <tr valign="top">
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>General:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field6]</td>
  </tr>
</if>
<if condition="$userinfo[field3]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Music:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field3]</td>
  </tr>
</if>
<if condition="$userinfo[field4]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Movies:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field4]</td>
  </tr>
</if>
<if condition="$userinfo[field32]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Television:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field32]</td>
  </tr>
</if>
<if condition="$userinfo[field11]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Racing:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field11]</td>
  </tr>
</if>
<if condition="$userinfo[field27]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Books:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field27]</td>
  </tr>
</if>
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Groups:</strong></span></td>
    <if condition="$show['membergroups']">
    <td class="alt2" valign="top"><span class="normal">$membergroupbits</span></td>
    <else />
    <td class="alt2" valign="top"><span class="normal"><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></span></td>
  </tr>
</if>
</table>

<!-- Declare User Details Table        -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
  <tr class="tcat">
    <td class="text" align="left" height="10" valign="center" colspan="2"><strong>$userinfo[username]'s Details</strong></td>               
  </tr>
  <tr>
    <td class="alt1" align="left" width="33%"><span class="normal"><strong>Riding Status:</strong></span></td>
    <td class="alt2">$userinfo[field15]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>I Ride:</strong></span></td>
    <td class="alt2" align="left"><if condition="$comma =''"></if>
    <if condition="$post['field393']&1">
    $comma Streets
    <if condition="$comma =','"></if>
    </if>
    <if condition="$post['field393']&2">
    $comma Track
    <if condition="$comma =','"></if>
    </if>
    <if condition="$post['field393']&4">
    $comma Off-Road
    <if condition="$comma =','"></if>
    </if>
    <if condition="$post['field393']&8">
    $comma Water
    <if condition="$comma =','"></if>
    </if>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Riding Style:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field14]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Hometown:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field390]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"> <div align="left"><span class="normal"><strong>Ethnicity:</strong></span></td>
    <td class="alt2" align="left" id="ProfileReligion:">$userinfo[field16]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Zodiac Sign:</strong></span></td>
    <td class="alt2" align="left">
    <if condition="$show['zodiacsign']">
    $zodiacsign
    </if>
    </td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Smoke / Drink:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field17] / $userinfo[field18]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Favorite Gear:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field394]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Brand Loyality:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field23]</td>
  </tr>
</table>
</td>

<!-- Declare Center Separating Column -->
<td width="10">&nbsp;</td>

<!-- Declare Right Side Column -->       
<td valign="top" width="60%">

<!-- Declare the Journal Table in an IF statement -->
<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 Journal Entry</td></strong>
    </tr>
    <tr>
      <td class="alt2">
      <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>
      <td class="alt1">
      <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>
</if>

<!-- Declare the About Table -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
  <tr class="tcat">
    <td><strong>A Little About $userinfo[username]</strong></td>
  </tr>
<!-- About me -->
  <tr>
    <td class="alt2" valign="top"><strong>About Me and My Bike:</strong><br />$userinfo[field8]</td>
  </tr>
<!-- How I got into Riding -->
  <tr>
    <td class="alt2"><strong>How I Got Into Riding:</strong><br />$userinfo[field25]</td>
  </tr>
<!-- Show Signature -->
<if condition="$show['signature']">
  <tr>
    <td class="alt1"><strong>My Signature:</strong><br />$userinfo[signature]</td>
  </tr>
</if>
</table>

<!-- Declare Friends List -->
    <br />
    $FNB_HTML

<!-- Declare Comments -->
    <br />
    $comment_panel

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

</td>
</table>

<!-- Declare User Options Table in IF statement for Admins -->
<if condition="can_moderate()">
<br />
  <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
      <td align="center" class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
    </tr>
  </table>
</if>

$footer
</body>
</html>



If you don't mind what part of the code did you change to get the seperate Instant Message block?

ZacUSNYR 03-15-2006 03:03 PM

Quote:

Originally Posted by Synth
If you don't mind what part of the code did you change to get the seperate Instant Message block?

https://vborg.vbsupport.ru/showpost....&postcount=307

Synth 03-15-2006 10:08 PM

Quote:

Originally Posted by ZacUSNYR
Ask them to fix it, and suggest they try adding it into the conf file first if it exists in the /modules

It's a server side problem :)

My issue was escalated to a higher level and this is the email I just got:

Thank you for contacting us.

It looks as though the syntax is incorrect in the .htaccess file. Please check on this accordingly.


So I guess I'm all around screwed:(

ronoxQ 03-15-2006 10:24 PM

UPDATE: I read that removing the </if> tags from the CSS profile field, it fixes the problem. It didn't work, though. Any help? Anybody? Please?

ZacUSNYR 03-15-2006 10:49 PM

You need to place it below the $headinclude.

Synth - ask them what the correct format of the .htaccess is suppose to be heh

Synth 03-16-2006 01:10 AM

Quote:

Originally Posted by Stangsta
Yes, you can install it without using the .htaccess.

Just remove this line from the MEMBERINFO
Code:

<div class="smallfont"><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a></td></div></tr>


I DON'T have this line in my MEMBERINFO...could this be why I can't get the .htaccess to work?

Lissa 03-16-2006 01:24 AM

ZacUSNYR, I like your template so much better than the one I was using.

I don't know if you can help me out or not, but when I use your template, and add the vbux info in the template, the whole template goes out of whack:

HTML Code:

<!-- vbPlaza start -->
                        <if condition="$vbulletin->options['vbbux_enabled']">
                        <div class="fieldset">
                                <table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pointsmode')"><img id="collapseimg_pointsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pointsmode].gif" alt="" border="0" /></a>$vbphrase[vbbux_name] $vbphrase[vbbux_points]</td>
                                        </tr>
                                </thead>
                                <tbody id="collapseobj_pointsmode" style="">
                                        <tr>
                                                <td class="alt1">
                                                        <div class="smallfont">$vbphrase[vbbux_points]: $userinfo[points]</div>
                                                        <div class="smallfont">$vbphrase[vbbux_bank]: $userinfo[bank]</div>
                                                        <div class="smallfont"><phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $userinfo[totalpoints]</div>
                                                        <div class="smallfont"><a href="vbplaza.php?do=donate&amp;userid=$userinfo[userid]">$vbphrase[vbplaza_donate]</a></div>
                                                        <if condition="$show['userhistory']"><div class="smallfont"><a href="vbplaza.php?do=userhistory&amp;userid=$userinfo[userid]">$vbphrase[vbplaza_user_history]</a></div></if>
                                                        <if condition="$show['namechanges']"><br /><div class="smallfont"><a href="vbplaza.php?do=namechanges&amp;userid=$userinfo[userid]"><phrase 1="$vbphrase[username]">$vbphrase[vbplaza_view_username_change_history]</phrase></div></if>
                                                </td>
                                        </tr>
                                </tbody>
                                </table>
                        </div>
                        </if>
                       
                        <if condition="$show['gifts']">
                        <div class="fieldset">
                                <table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="thead" colspan="4"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usergiftsmode')"><img id="collapseimg_usergiftsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usergiftsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_gifts]</td>
                                        </tr>
                                </thead>
                                <tbody id="collapseobj_usergiftsmode" style="">
                                        <tr>
                                                <td class="tcat"></td>
                                                <td class="tcat">$vbphrase[vbplaza_sender]</td>
                                                <td class="tcat">$vbphrase[vbplaza_message]</td>
                                                <td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td>
                                        </tr>
                                        $userinfo[gifts]
                                </tbody>
                                </table>
                        </div>
                        </if>
                       
                        <if condition="$show['ribbons']">
                        <div class="fieldset">
                                <table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                                <thead>
                                        <tr align="center">
                                                <td class="thead" colspan="4"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('userribbonsmode')"><img id="collapseimg_userribbonsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_userribbonsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_ribbons]</td>
                                        </tr>
                                </thead>
                                <tbody id="collapseobj_userribbonsmode" style="">
                                        <tr>
                                                <td class="tcat"></td>
                                                <td class="tcat">$vbphrase[vbplaza_sender]</td>
                                                <td class="tcat">$vbphrase[vbplaza_cause]</td>
                                                <td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td>
                                        </tr>
                                        $userinfo[ribbons]
                                </tbody>
                                </table>
                        </div>
                        </if>
<!-- vbPlaza end -->

Is there a quick way to fix it?

Stangsta 03-16-2006 01:28 AM

Quote:

Originally Posted by Synth
I DON'T have this line in my MEMBERINFO...could this be why I can't get the .htaccess to work?

I added it back for you, however the problem still exists.

QtrCafe 03-16-2006 04:32 AM

Hello,

I don't know what I am doing wrong but the CSS changes will not take effect at all .. it doesn't matter what i put in there I will still get a plain page white and the text is just black except what I have assigned in the MEMBERINFO.
even if I just have random letters or numbers or even just one letter i'll always get the same thing .. can some one help me out

here is my MEMEBERINFO template

PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<if 
condition="$userinfo[field8]">
<
style type="text/css">$userinfo[field8]</style>
<else />
$headinclude
</if>
<
title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</
head>
<
body>
$header
$navbar



<table width="100%" align="center" class="tborder" cellspacing="1" cellpadding="6">
    <
tr>
        <
td class="tcat"><b><span lang="ar-sa">&#1587;بيس </span>&quot;$userinfo[musername]&quot;</b>
        
</td>
    </
tr>
</
table>

<
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
    <
tr>
    
        <
td align="center" valign="top" class="alt1" width="25%">
            <if 
condition="$show['profilepic']">
            <
img src="$userinfo[profilepicurl]$userinfo[profilepicsizealt="$userinfo[username]border="0" style="border:1px solid $stylevar[tborder_bgcolor]/> <else /> <img src="http://www.qtrcafe.com/up/uploaded/nopic.gif" alt="$userinfo[username]border="0" style="border:1px solid $stylevar[tborder_bgcolor];" />
            </if>
        </
td>
    
        <
td class="alt1" valign="top" width="75%">
            <!-- 
START USER AVATAR -->
            <
div style="float:left;"><img src="$userinfo[avatarurl]$userinfo[avatarsizealt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></div>
            <!-- 
END USER AVATAR -->
            <!-- 
USER INFORMATION -->
            <
div style="font-size:18pt">$userinfo[onlinestatus$userinfo[musername]</div>
            <
div class="smallfont">
            <
font color="#800000">
            <
b>$vbphrase[join_date]:</b></font$userinfo[datejoined]<br />
            
$userinfo[usertitle]<br />
            <
font color="#800000">
            <
b>$vbphrase[age]:</b></font$userinfo[age]<br />
            <
font color="#800000">
            <
span lang="ar-sa"><b>&#1575;لإقامة</b></span><b>:</b></font> $userinfo[field2]<br />
            
<font color="#800000">
            <
b><span lang="ar-sa">&#1571;فضل كافيه</span>:</b></font> $userinfo[field7]<if condition="$show['profileviews']"><div class="fieldset">
       
<div style="padding:$stylevar[formspacer]px">
          <if 
condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;"><font color="#800000"><b><span lang="ar-sa">&#1593;دد الزيارات</span></b></font></a><else /><font color="#800000"><b><span lang="ar-sa">عدد الزيارات</span></b></font></if>: $userinfo[profileviews]
       
</div>
   </
div>
   </if>
            <if 
condition="$show['lastactivity']">
            <
div><font color="#800000"><b><span lang="ar-sa">&#1570;خر تواجد</span>:</b></font> $userinfo[lastactivitydate] - <span class="time">$userinfo[lastactivitytime]</span></div>
            
</if>
        </
td>
    </
tr>
    <
tr>
        <
td class="alt1" valign="top" width="25%">
        
                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                    <
tr>
                        <
td class="thead"><span lang="ar-sa"><b>&#1605;علومات الإتصال</b></span><b>:</b></td>
                    
</tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                                        <if 
condition="$show['hasimicons']">
            <
fieldset class="fieldset">
                <
legend>$vbphrase[instant_messaging]</legend>
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                <if 
condition="$show['textimicons']">
                    <if 
condition="$userinfo['showicq']">
                    <
tr>
                        <
td>$vbphrase[icq]</td>
                        <
td>$userinfo[icq]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showaim']">
                    <
tr>
                        <
td>$vbphrase[aim]</td>
                        <
td>$userinfo[aim]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showmsn']">
                    <
tr>
                        <
td>$vbphrase[msn]</td>
                        <
td>$userinfo[msn]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showyahoo']">
                    <
tr>
                        <
td>$vbphrase[yahoo]</td>
                        <
td>$userinfo[yahoo]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['skype']">
                    <
tr>
                        <
td>$vbphrase[skype]</td>
                        <
td>$userinfo[skype]</td>
                    </
tr>
                    </if>
                <else />
                    <if 
condition="$userinfo['showicq']">
                    <
tr>
                        <
td>$userinfo[icqicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showaim']">
                    <
tr>
                        <
td>$userinfo[aimicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showmsn']">
                    <
tr>
                        <
td>$userinfo[msnicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showyahoo']">
                    <
tr>
                        <
td>$userinfo[yahooicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showskype']">
                    <
tr>
                        <
td>$userinfo[skypeicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
                    </
tr>
                    </if>
                </if>
                </
table>
            </
fieldset>
            </if>

                            </
div></td>
                    </
tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                            <
a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]">
                            <
span lang="ar-sa">&#1573;رسال رسالة عبر البريد الإلكتروني</span></a></div></td>
                    
</tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                            <
a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]">
                            <
span lang="ar-sa">&#1573;رسال رسالة خاصة</span></a></div></td>
                    
</tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                            <
a href="$userinfo[homepage]"><span lang="ar-sa">
                            &
#1575;لموقع الإلكتروني</span></a></div></td>
                    
</tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                    <if 
condition="$show['addbuddylist']">
                            <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
                    <else />
                            <
a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
                    </if></
td>
                    </
tr>
                        <if 
condition="$vboptions['usereferrer']">
                    <
tr>
                        <
td class="alt1"><div class="smallfont"><b>$vbphrase[referrals]:</b
                            
$referrals</div></td>
                    </
tr>
                        </if>
                </
table>
                <
br />
                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                        <
tr>
                            <
td class="thead"><b>&#1605;شاركات المنتدى:</b></td>
                        
</tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">$vbphrase[total_posts]: 
                                
$userinfo[posts]</div></td>
                        </
tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                                <
a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]">
                                &
#1573;يجاد جميع مشاركاتي</a></div></td>
                        
</tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                                    
$vbphrase[last_post]: <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a> - $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
                            </
div></td>
                        </
tr>    
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                                <
a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[urlusername]">
                                &
#1573;يجاد جميع المشاركات التي كتبتها</a></div></td>
                        
</tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                                <
a href="/gallery/browseimages.php?do=member&imageuser=$userinfo[userid]">
                                &
#1573;يجاد جميع الصور التي حملتها</a></div></td>
                        
</tr>
                    </
table><br>
                    <if 
condition="$userinfo[field9]">
                    <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                        <
tr>
                            <
td class="thead"><b>&#1573;غنية أو فيديو كليب</b></td>
                        
</tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            
$userinfo[field9]    
                            </
a></div></td>
                        </
tr>
                    </
table><br>
                    </if>
                    <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                        <
tr>
                            <
td class="thead" colspan="2"><b><span lang="ar-sa">
                            &
#1607;وايات </span>$userinfo[musername]</b></td>
                        
</tr>
                        <if 
condition="$userinfo[field10]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1593;امة:</b></font></div></td>
                            
<td class="alt1">$userinfo[field10]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field11]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1605;طربين:</b></font></div></td>
                            
<td class="alt1">$userinfo[field11]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field12]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1571;فلام:</b></font></div></td>
                            
<td class="alt1">$userinfo[field12]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field13]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1605;سلسلات:</b></font></div></td>
                            
<td class="alt1">$userinfo[field13]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field14]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1588;خصيات تعجبك:</b></font></div></td>
                            
<td class="alt1">$userinfo[field14]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field17]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1603;تب قرأتها</b></font></div></td>
                            
<td class="alt1">$userinfo[field17]    
                            </
a></td>
                        </
tr>
                        </if>
                    </
table>
                    <
br>
                    
                    <if 
condition="$profileimagebits">
<
table align="center" border="0" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]class="tborder" width="100%">
<
tr>
    <
td class="tcat" colspan="$vba_options[gallery_columns]">
    <
a href="%20$vba_options[galleryurl]/index.php?$session[sessionurl]">&#1570;خر 
    
&#1575;لصور التي أضفتها</a>
    
</td>
</
tr>
<
tr>$profileimagebits</tr>
</
table>
</if>
<
br>
<
table align="center" border="0" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]class="tborder" width="100%">
<
tr>
    <
td class="tcat" colspan="$vba_options[gallery_columns]">
$FNB_HTML
    
</td>
    </
tr>
</
table>
                </
td>
        <
td class="alt1" valign="top" width="75%">
                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                        <if 
condition="$show[journalinfo]"
                <
tr
                    <
td class="thead"><strong><span lang="ar-sa">&#1605;دونتي</span></strong> 
                    
</td
                </
tr
                <
tr
                    <
td class="alt2"><div class="smallfont"
                       <
a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><strong>&#1586;يارة مدونة $userinfo[username]</strong></a><br /> 
                       
<font color="#800000"
                       <
strong>&#1573;ضافات المدونة:</strong></font> $journal[entrycount]<br /> 
                       
<font color="#800000"
                       <
strong>&#1575;لتعليقات:</strong></font> $journal[commentcount]<br /> 
                       
<font color="#800000"
                       <
strong>&#1586;يارات المدونة:</strong></font> $journal[journalviews]<br /> 
                       
<font color="#800000"
                       <
strong>&#1570;خر إضافة:</strong></font> <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> 
                          
</div
                    </
td
                </
tr
               
                </if>
                </
table>
                 <
br>
                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                <
tr
                    <
td class="thead"><strong><span lang="ar-sa">&#1605;علومات عامة</span></strong> 
                    
</td
                </
tr
                <
tr
                    <
td class="alt2"><div class="smallfont"
                       <
u><font color="#800000"
                       <
strong>&#1605;ن أنا:</strong></font></u></div>$userinfo[field5]<br /><br>
                       
<u><font color="#800000">
                       <
strong>&#1588;خصيات أحب التحدث معهم:</strong></font><br></u>$userinfo[field6]<br />
                       
                    
</td
                </
tr
                </if>
                </
table>
                <
br>

                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                <
tr>
                    <
td class="thead"><strong>$userinfo[field15]</strong>
                    </
td>
                </
tr>
<
tr><td class="alt2">
$userinfo[field16]
</
td></tr>
                </
table><br>
                
$comment_panel
        
    
$footer 
<br />
</
body>
</
html


help will be really appreciated ... check the attachment for a pic to show the problem

Synth 03-16-2006 08:56 AM

Quote:

Originally Posted by Stangsta
I added it back for you, however the problem still exists.

Oh ok thanks:) Is there anything in my member.php I need to edit for this? I thought I seen a post about it. Strange thing is when I click on "Forum Home Page" in my AdminCP I can go to my forum with the .htaccess in the forum root. The only difference I see is the added /index.php in the address, but if I just click on the navbar link to my forum I get the 404 error but there is not a /index.php in the address.

**EDIT
I changed the link in my navbar and added the /index.php for the link. I am now able to go into my forums and the link with /forum/username is listed below my profile name. When I click on it it goes to a 404 error though:(

ronoxQ 03-16-2006 06:01 PM

Quote:

Originally Posted by qtrpanorama
Hello,

I don't know what I am doing wrong but the CSS changes will not take effect at all .. it doesn't matter what i put in there I will still get a plain page white and the text is just black except what I have assigned in the MEMBERINFO.
even if I just have random letters or numbers or even just one letter i'll always get the same thing .. can some one help me out

here is my MEMEBERINFO template

PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<if 
condition="$userinfo[field8]">
<
style type="text/css">$userinfo[field8]</style>
<else />
$headinclude
</if>
<
title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</
head>
<
body>
$header
$navbar
 
 
 
<table width="100%" align="center" class="tborder" cellspacing="1" cellpadding="6">
    <
tr>
        <
td class="tcat"><b><span lang="ar-sa">&#1587;بيس </span>&quot;$userinfo[musername]&quot;</b>
        
</td>
    </
tr>
</
table>
 
<
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
    <
tr>
 
        <
td align="center" valign="top" class="alt1" width="25%">
            <if 
condition="$show['profilepic']">
            <
img src="$userinfo[profilepicurl]$userinfo[profilepicsizealt="$userinfo[username]border="0" style="border:1px solid $stylevar[tborder_bgcolor]/> <else /> <img src="http://www.qtrcafe.com/up/uploaded/nopic.gif" alt="$userinfo[username]border="0" style="border:1px solid $stylevar[tborder_bgcolor];" />
            </if>
        </
td>
 
        <
td class="alt1" valign="top" width="75%">
            <!-- 
START USER AVATAR -->
            <
div style="float:left;"><img src="$userinfo[avatarurl]$userinfo[avatarsizealt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></div>
            <!-- 
END USER AVATAR -->
            <!-- 
USER INFORMATION -->
            <
div style="font-size:18pt">$userinfo[onlinestatus$userinfo[musername]</div>
            <
div class="smallfont">
            <
font color="#800000">
            <
b>$vbphrase[join_date]:</b></font$userinfo[datejoined]<br />
            
$userinfo[usertitle]<br />
            <
font color="#800000">
            <
b>$vbphrase[age]:</b></font$userinfo[age]<br />
            <
font color="#800000">
            <
span lang="ar-sa"><b>&#1575;لإقامة</b></span><b>:</b></font> $userinfo[field2]<br />
            
<font color="#800000">
            <
b><span lang="ar-sa">&#1571;فضل كافيه</span>:</b></font> $userinfo[field7]<if condition="$show['profileviews']"><div class="fieldset">
    
<div style="padding:$stylevar[formspacer]px">
        <if 
condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;"><font color="#800000"><b><span lang="ar-sa">&#1593;دد الزيارات</span></b></font></a><else /><font color="#800000"><b><span lang="ar-sa">عدد الزيارات</span></b></font></if>: $userinfo[profileviews]
    
</div>
</
div>
</if>
            <if 
condition="$show['lastactivity']">
            <
div><font color="#800000"><b><span lang="ar-sa">&#1570;خر تواجد</span>:</b></font> $userinfo[lastactivitydate] - <span class="time">$userinfo[lastactivitytime]</span></div>
            
</if>
        </
td>
    </
tr>
    <
tr>
        <
td class="alt1" valign="top" width="25%">
 
                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                    <
tr>
                        <
td class="thead"><span lang="ar-sa"><b>&#1605;علومات الإتصال</b></span><b>:</b></td>
                    
</tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                                        <if 
condition="$show['hasimicons']">
            <
fieldset class="fieldset">
                <
legend>$vbphrase[instant_messaging]</legend>
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                <if 
condition="$show['textimicons']">
                    <if 
condition="$userinfo['showicq']">
                    <
tr>
                        <
td>$vbphrase[icq]</td>
                        <
td>$userinfo[icq]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showaim']">
                    <
tr>
                        <
td>$vbphrase[aim]</td>
                        <
td>$userinfo[aim]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showmsn']">
                    <
tr>
                        <
td>$vbphrase[msn]</td>
                        <
td>$userinfo[msn]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showyahoo']">
                    <
tr>
                        <
td>$vbphrase[yahoo]</td>
                        <
td>$userinfo[yahoo]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['skype']">
                    <
tr>
                        <
td>$vbphrase[skype]</td>
                        <
td>$userinfo[skype]</td>
                    </
tr>
                    </if>
                <else />
                    <if 
condition="$userinfo['showicq']">
                    <
tr>
                        <
td>$userinfo[icqicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showaim']">
                    <
tr>
                        <
td>$userinfo[aimicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showmsn']">
                    <
tr>
                        <
td>$userinfo[msnicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showyahoo']">
                    <
tr>
                        <
td>$userinfo[yahooicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showskype']">
                    <
tr>
                        <
td>$userinfo[skypeicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
                    </
tr>
                    </if>
                </if>
                </
table>
            </
fieldset>
            </if>
 
                            </
div></td>
                    </
tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                            <
a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]">
                            <
span lang="ar-sa">&#1573;رسال رسالة عبر البريد الإلكتروني</span></a></div></td>
                    
</tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                            <
a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]">
                            <
span lang="ar-sa">&#1573;رسال رسالة خاصة</span></a></div></td>
                    
</tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                            <
a href="$userinfo[homepage]"><span lang="ar-sa">
                            &
#1575;لموقع الإلكتروني</span></a></div></td>
                    
</tr>
                    <
tr>
                        <
td class="alt1"><div class="smallfont">
                    <if 
condition="$show['addbuddylist']">
                            <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
                    <else />
                            <
a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
                    </if></
td>
                    </
tr>
                        <if 
condition="$vboptions['usereferrer']">
                    <
tr>
                        <
td class="alt1"><div class="smallfont"><b>$vbphrase[referrals]:</b
                            
$referrals</div></td>
                    </
tr>
                        </if>
                </
table>
                <
br />
                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                        <
tr>
                            <
td class="thead"><b>&#1605;شاركات المنتدى:</b></td>
                        
</tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">$vbphrase[total_posts]: 
                                
$userinfo[posts]</div></td>
                        </
tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                                <
a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]">
                                &
#1573;يجاد جميع مشاركاتي</a></div></td>
                        
</tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                                    
$vbphrase[last_post]: <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a> - $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
                            </
div></td>
                        </
tr>    
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                                <
a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[urlusername]">
                                &
#1573;يجاد جميع المشاركات التي كتبتها</a></div></td>
                        
</tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                                <
a href="/gallery/browseimages.php?do=member&imageuser=$userinfo[userid]">
                                &
#1573;يجاد جميع الصور التي حملتها</a></div></td>
                        
</tr>
                    </
table><br>
                    <if 
condition="$userinfo[field9]">
                    <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                        <
tr>
                            <
td class="thead"><b>&#1573;غنية أو فيديو كليب</b></td>
                        
</tr>
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            
$userinfo[field9]    
                            </
a></div></td>
                        </
tr>
                    </
table><br>
                    </if>
                    <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                        <
tr>
                            <
td class="thead" colspan="2"><b><span lang="ar-sa">
                            &
#1607;وايات </span>$userinfo[musername]</b></td>
                        
</tr>
                        <if 
condition="$userinfo[field10]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1593;امة:</b></font></div></td>
                            
<td class="alt1">$userinfo[field10]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field11]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1605;طربين:</b></font></div></td>
                            
<td class="alt1">$userinfo[field11]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field12]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1571;فلام:</b></font></div></td>
                            
<td class="alt1">$userinfo[field12]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field13]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1605;سلسلات:</b></font></div></td>
                            
<td class="alt1">$userinfo[field13]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field14]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1588;خصيات تعجبك:</b></font></div></td>
                            
<td class="alt1">$userinfo[field14]    
                            </
a></td>
                        </
tr>
                        </if>
                        <if 
condition="$userinfo[field17]">
                        <
tr>
                            <
td class="alt1"><div class="smallfont">
                            <
font color="#800000"><b>&#1603;تب قرأتها</b></font></div></td>
                            
<td class="alt1">$userinfo[field17]    
                            </
a></td>
                        </
tr>
                        </if>
                    </
table>
                    <
br>
 
                    <if 
condition="$profileimagebits">
<
table align="center" border="0" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]class="tborder" width="100%">
<
tr>
<
td class="tcat" colspan="$vba_options[gallery_columns]">
    <
a href="%20$vba_options[galleryurl]/index.php?$session[sessionurl]">&#1570;خر 
    
&#1575;لصور التي أضفتها</a>
</td>
</
tr>
<
tr>$profileimagebits</tr>
</
table>
</if>
<
br>
<
table align="center" border="0" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]class="tborder" width="100%">
<
tr>
<
td class="tcat" colspan="$vba_options[gallery_columns]">
$FNB_HTML
</td>
</
tr>
</
table>
                </
td>
        <
td class="alt1" valign="top" width="75%">
                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                        <if 
condition="$show[journalinfo]"
<
tr
<
td class="thead"><strong><span lang="ar-sa">&#1605;دونتي</span></strong> 
</td
</
tr
<
tr
<
td class="alt2"><div class="smallfont"
<
a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><strong>&#1586;يارة مدونة $userinfo[username]</strong></a><br /> 
<font color="#800000"
<
strong>&#1573;ضافات المدونة:</strong></font> $journal[entrycount]<br /> 
<font color="#800000"
<
strong>&#1575;لتعليقات:</strong></font> $journal[commentcount]<br /> 
<font color="#800000"
<
strong>&#1586;يارات المدونة:</strong></font> $journal[journalviews]<br /> 
<font color="#800000"
<
strong>&#1570;خر إضافة:</strong></font> <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> 
</div
</
td
</
tr
 
</if>
                </
table>
                 <
br>
                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<
tr
<
td class="thead"><strong><span lang="ar-sa">&#1605;علومات عامة</span></strong> 
</td
</
tr
<
tr
<
td class="alt2"><div class="smallfont"
<
u><font color="#800000"
<
strong>&#1605;ن أنا:</strong></font></u></div>$userinfo[field5]<br /><br>
<u><font color="#800000">
<
strong>&#1588;خصيات أحب التحدث معهم:</strong></font><br></u>$userinfo[field6]<br />
 
</td
</
tr
</if>
                </
table>
                <
br>
 
                <
table width="100%" class="tborder" cellspacing="1" cellpadding="6">
                <
tr>
                    <
td class="thead"><strong>$userinfo[field15]</strong>
                    </
td>
                </
tr>
<
tr><td class="alt2">
$userinfo[field16]
</
td></tr>
                </
table><br>
                
$comment_panel
 
 
$footer 
<br />
</
body>
</
html


help will be really appreciated ... check the attachment for a pic to show the problem

You need to move your css line below the headinclude. Heh, I just had this problem, too. ^^

Synth 03-16-2006 11:35 PM

I have a users "About Me" showing like this:

Quote:

I'm me. I love my girlfriend, hot dogs, music, and booze.<br> <br> I started a promotions company with <a href="http://www.myspace.com/thefarkness">Andy Fark</a> called <a href="http://www.myspace.com/modpromotions">M.O.D. Promotions</a>. We're bookin' shows for next year. If anyone's curious or wants a show, give us a shout. We'll see what we can do for ya..... <br> <img src="http://myspace-959.vo.llnwd.net/00470/95/95/470105959_l.gif"> <br> <b>Check out these followin' links for SDR info! <br> <a href="http://www.sporadicdance.org">SDR Official Site</a> <br> <a href="http://www.myspace.com/sdr2005">SDR MySpace profile</a> <br> SDR NOW ACCEPTING VOLUNTEERS!!!</b> <br> <br> <b><u>Current Song In My Head</u></b> <br> <br> <b>Troggs - Strange Movie</b><br> <embed allowScriptAccess="never" type="audio/mpeg" allowScriptAccess="never" src="http://thehound.net/19940226/mp3s/start29.mp3" controls="CONSOLE" autostart="TRUE" height="25" width="190"> <br> <style type="text/css"> body { text-align:center; background-color:000000; } table, td {background:transparent; border:0px;} table table table {background-color:FF9900;} table table table { border-width:4px; border-color:FFFFFF; border-style:dashed; padding:1px; } table table table table { border:0px; } td, span, div, input, a, table td div div font, body div table tbody tr td font {font-family:Courier, monospace !important;} td, span, div, input, table td div div font, body div table tbody tr td font {color:000000 !important;} .nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12, .redtext, .redbtext, .blacktext10 {color:FFFFFF !important;} a {color:00CC00 !important; text-decoration:none !important; text-transform:none !important; font-weight:normal !important; font-style:normal !important;} a:hover {color:000000 !important; text-decoration:none !important; text-transform:none !important; font-weight:normal !important; font-style:normal !important;} img {border:0px;} .text {align:center} input {background-color:transparent !important;} </style> <br><br> <style type="text/css">img { filter: none; }a:link img { filter: none; }a:hover img { filter: Blur(Add = 0, Direction = 225, Strength = 10); }</style
Is this because html isn't allowed or what? The BBCODE is set to parse for this field if that helps:)


EDIT: Yeah the BBCODE isn't getting parsed even though that field is set in the plugin.

Stangsta 03-17-2006 12:09 AM

Quote:

Originally Posted by Synth
I have a users "About Me" showing like this:



Is this because html isn't allowed or what? The BBCODE is set to parse for this field if that helps:)


EDIT: Yeah the BBCODE isn't getting parsed even though that field is set in the plugin.

Thats not BBCODE, Thats HTML & CSS. No way that will work. You must use BBCODE.

Synth 03-17-2006 12:16 AM

Quote:

Originally Posted by Stangsta
Thats not BBCODE, Thats HTML & CSS. No way that will work. You must use BBCODE.

Yeah I tried just BBCode from a post and it still didn't work.

Stangsta 03-17-2006 12:38 AM

Quote:

Originally Posted by Synth
Yeah I tried just BBCode from a post and it still didn't work.

Fixed. The fields were mixed up.

ronoxQ 03-17-2006 12:41 AM

Put the CSS after the headinclude. Now, though, NO CSS shows up. Help!

Synth 03-17-2006 12:44 AM

Quote:

Originally Posted by Stangsta
Fixed. The fields were mixed up.

Cool thanks:)

nestoras 03-17-2006 01:02 AM

i have just installed it!
great hack i can say!
1 questin!
i use your memberinfo template!
somewhere you say about referrals
Quote:

<td class="alt2">
<if condition="$vboptions['usereferrer']">
<div class="smallfont">
<strong>$vbphrase[referrals]:</strong> $referrals
</div>
what hack is that?
and for gallery only vba gallery?

sorry for my noobness!:confused:

Stangsta 03-17-2006 01:03 AM

Quote:

Originally Posted by nestoras
i have just installed it!
great hack i can say!
1 questin!
i use your memberinfo template!
somewhere you say about referrals

what hack is that?
and for gallery only vba gallery?

sorry for my noobness!:confused:

Its not a hack, its a standard feature in Vbulletin.

Stangsta 03-17-2006 01:04 AM

Quote:

Originally Posted by ronoxQ
Put the CSS after the headinclude. Now, though, NO CSS shows up. Help!

It goes BEFORE the headinclude.

nestoras 03-17-2006 01:15 AM

ok thanks!what about the gallery?

Stangsta 03-17-2006 01:57 AM

Quote:

Originally Posted by nestoras
ok thanks!what about the gallery?

It is set up for VBA gallery, however you may modify it to suit your needs if you use something else.

QtrCafe 03-17-2006 02:29 AM

Quote:

Originally Posted by ronoxQ
You need to move your css line below the headinclude. Heh, I just had this problem, too. ^^

That didn't work .. still having the same problem .. any other suggestions??

SludgeMeister 03-17-2006 03:30 AM

Quote:

Originally Posted by ZacUSNYR
I've had quite a few requests for my code.

I'll probably make some changes but that is what I have so far.

Added back a join date / Skype / user notes / and a signature section.

It's not a myspace rip since it's on a riding site and it's more riding focused so it'll require some changes :)

Example :

http://members.twowheelfemales.com/Corny

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude

<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
<!-- Declare style from profile field -->
<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>
</if>
</head>
<body>

<!-- Call header and navbar -->
$header
$navbar

<!-- Check to see if user viewing profile is themselves - show link to usercp -->
<if condition="$userinfo[userid] == $vbulletin->userinfo[userid]">
  <table class="tborder" cellpadding="0" cellspacing="1" border="0" width="30%" align="center">
    <tr>
      <td class="alt1" align="center">
        <div class="smallfont">
        <phrase 1="$userinfo[username]">$vbphrase[x_you_are_viewing_your_profile]</phrase>
        <strong><a href="http://www.twowheelfemales.com/forum/profile.php?do=editprofile">Edit Profile</a></strong></div>
      </td>
    </tr>
  </table>
<br />
</if>
 
<!-- Declare main table -->
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top" width="0%">

<!-- Left column - first table - includes name, avatar, sex, location, last online time -->
<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]</strong>
      </div>
    </td>
  </tr>
  <tr>
    <td class="thead" align="center" colspan="2"><a href="http://members.twowheelfemales.com/$userinfo[username]" class="smallfont" /><strong>members.twowheelfemales.com/$userinfo[username]</strong></a>
  </tr>

<!-- Declare the avatar - use IF statement to show default if one is not present -->
  <tr>
    <td class="alt2" align="center">
    <if condition="$show['avatar']">
      <div align="center"><a href="/forum/vbpicgallery.php?do=hall&amp;u=$userinfo[userid]" /><img src="$post[avatarurl]" border="0" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></div>
    <else />
      <div align="center"><img src="http://www.twowheelfemales.com/forum/images/arcade/noavatar.gif" /></div>
    </if>
<!-- View More Pics - link to PhotoPlog -->
    <br />
    <strong><a href="http://www.twowheelfemales.com/gallery/index.php?$session[sessionurl]u=$userinfo[userid]" title="View More Pics in the Photo Gallery" />View More Pics.</a></strong>
<!-- View my garage link - link to vBPicGallery (vbgarage) -->
    <br />
    <div align="center"><strong><a href="/forum/vbpicgallery.php?do=hall&amp;u=$userinfo[userid]" title="View my Garage" />View my Garage.</a></strong></div>
  </td>


<!-- Right Column General info box: Sex, Location, Online Status -->
<td align="left" valign="top" class="alt2">
  <table width="100%" cellspacing="0" cellpadding="1" align="center">
    <!-- Declare the usertitle in an IF statement -->
    <if condition="$userinfo['usertitle']">
    <tr>
      <td colspan="2" align="left"><span class="smallfont">$userinfo[usertitle]</span></td>
    </tr>
    </if>
    <tr>
      <td colspan="2" height="1"></td>
    </tr>
    <tr>
      <td colspan="2" height="5">$userinfo[onlinestatus]</td>
    </tr>
    <tr>
      <td colspan="2" height="1"></td>
    </tr>
    <tr>
      <td width="20%">
      <strong>Sex:&nbsp;&nbsp;&nbsp;</strong>
      </td>
      <td align="left">
      <!-- Call Sex Field -->
      $userinfo[field5]
      </td>
    <tr>
      <td colspan="2" height="2"></td>
    </tr>
  <if condition="$show['age']">
    <tr>
      <td>
      <strong>$vbphrase[age]:&nbsp;&nbsp;&nbsp;</strong>
      </td>
      <td align="left">
      $userinfo[age]
      </td>
    </tr>
    <tr>
      <td colspan="2" height="2"></td>
    </tr>
  </if>
    <tr>
      <td colspan="2"><strong>$vbphrase[join_date]: </strong></td>
    </tr>
    <tr>
      <td colspan="2">$userinfo[datejoined]</td>
    </tr>
    <tr>
      <td colspan="2">
      <strong>Location:</strong>
      </td>
    </tr>
    <tr>
      <td colspan="2" align="left">
      <!-- Declare location Field -->
      $userinfo[field2]
      </td>
    <tr>
      <td colspan="2" height="2"></td>
    </tr>
    <tr>
      <td colspan="2">
      <strong>Last Online:</strong>
      </td>
    </tr>
    <tr>
      <td colspan="2" align="left">$userinfo[lastactivitydate] at $userinfo[lastactivitytime]</td>
    </tr>
  </table>
    </td>
  </tr>
</table>

<!-- Declare the Contact Username Table -->
<br />
<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]</strong></td> 
  </tr>
  <tr>
    <td class="alt2" nowrap="nowrap" width="50%" valign="middle" align="center">
    <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/sendpm.gif" width="79" height="22"></a>
    </td>
    <td class="alt2" nowrap="nowrap" width="50%" valign="middle" align="center">
    <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/sendmailicon2.gif" width="79" height="22"></a>
    </td>
  </tr>
  <tr>
    <td class="alt2" nowrap="nowrap" valign="middle" align="center">
    <if condition="$show['addbuddylist']">
      <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/addbuddy.gif" width="79" height="22"></a>
    <else />
      <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/remove.jpg" width="79" height="22"></a>
    </if>
    </td>
    <td class="alt2" nowrap="nowrap" valign="middle" align="center">
    <if condition="$show['addignorelist']">
      <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/block.jpg" width="79" height="22"></a>
    <else />
      <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/addbudy.jpg" width="79" height="22"></a>
    </if>
    </td>
  </tr>
</table>

<!-- Declare all Instant Message contacts in IF conditions -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
  <tr class="tcat">
    <td colspan="2"><strong>Instant Message $userinfo[username]</strong></td> 
  </tr>
<if condition="$userinfo['showicq']"> 
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[icqicon]</td>
    <td class="alt2" valign="middle" align="left">
    <a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a>
    </td>
  </tr>
</if>
<if condition="$userinfo['showaim']">
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[aimicon]</td>
    <td class="alt2" valign="middle" align="left">
    <a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a>
    </td>
  </tr>
</if>
<if condition="$userinfo['showmsn']"> 
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[msnicon]</td>
    <td class="alt2" valign="middle" align="left">
    <a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a>
    </td>
  </tr>
</if>
<if condition="$userinfo['showyahoo']"> 
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[yahooicon]</td>
    <td class="alt2" valign="middle" align="left">
    <a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a>
    </td>
  </tr>
</if>
<if condition="$userinfo['showskype']">
  <tr>
    <td class="alt2" valign="middle" align="center" width="10%">$userinfo[skypeicon]</td>
    <td class="alt2" valign="middle" align="left">
<a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
</tr>
</if>
</table>
 
<!-- Declare the User Information 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></strong>
  </tr>       
  <tr>
    <td class="alt2"><a href="$userinfo[homepage]" target="_blank" dir="ltr" class="smallfont">My Home Page</a></td>
  </tr>
<if condition="$show['profileviews']">
  <tr>
    <td class="alt2">
    <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;" class="smallfont">$vbphrase[profile_views]</a>
    <else />
    <span class="smallfont">$vbphrase[profile_views]</if>: $userinfo[profileviews]</span>
    </td>
  </tr>
</if>
  <tr>
    <td class="alt2"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow" class="smallfont"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
  </tr>
  <tr>
    <td class="alt2"><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow" class="smallfont"><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>
<if condition="$vboptions['usereferrer']">
  <tr>
    <td class="alt2"><div class="smallfont"><strong>$vbphrase[referrals]:</strong> $referrals</div></td>
  </tr>
</if>
<if condition="$show['usernotes']">
  <tr>
    <td class="alt2"><div class="smallfont"><strong>$vbphrase[user_notes]:</strong>
    <if condition="$show['usernoteview']">
    <strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
    </if>
    <if condition="$show['usernotepost']">
    [<a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
    </if>
    <if condition="$show['usernoteview']">
    <br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
    </div>
    </if>
    </td>
  </tr>
</if>
</table>

<!-- Declare User Interests Table -->
<br />
<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</strong></td>
  </tr>
<if condition="$userinfo[field6]">
  <tr valign="top">
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>General:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field6]</td>
  </tr>
</if>
<if condition="$userinfo[field3]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Music:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field3]</td>
  </tr>
</if>
<if condition="$userinfo[field4]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Movies:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field4]</td>
  </tr>
</if>
<if condition="$userinfo[field32]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Television:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field32]</td>
  </tr>
</if>
<if condition="$userinfo[field11]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Racing:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field11]</td>
  </tr>
</if>
<if condition="$userinfo[field27]">
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Books:</strong></span></td>
    <td class="alt2" align="left" valign="top">$userinfo[field27]</td>
  </tr>
</if>
  <tr>
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Groups:</strong></span></td>
    <if condition="$show['membergroups']">
    <td class="alt2" valign="top"><span class="normal">$membergroupbits</span></td>
    <else />
    <td class="alt2" valign="top"><span class="normal"><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></span></td>
  </tr>
</if>
</table>

<!-- Declare User Details Table        -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
  <tr class="tcat">
    <td class="text" align="left" height="10" valign="center" colspan="2"><strong>$userinfo[username]'s Details</strong></td>               
  </tr>
  <tr>
    <td class="alt1" align="left" width="33%"><span class="normal"><strong>Riding Status:</strong></span></td>
    <td class="alt2">$userinfo[field15]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>I Ride:</strong></span></td>
    <td class="alt2" align="left"><if condition="$comma =''"></if>
    <if condition="$post['field393']&1">
    $comma Streets
    <if condition="$comma =','"></if>
    </if>
    <if condition="$post['field393']&2">
    $comma Track
    <if condition="$comma =','"></if>
    </if>
    <if condition="$post['field393']&4">
    $comma Off-Road
    <if condition="$comma =','"></if>
    </if>
    <if condition="$post['field393']&8">
    $comma Water
    <if condition="$comma =','"></if>
    </if>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Riding Style:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field14]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Hometown:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field390]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"> <div align="left"><span class="normal"><strong>Ethnicity:</strong></span></td>
    <td class="alt2" align="left" id="ProfileReligion:">$userinfo[field16]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Zodiac Sign:</strong></span></td>
    <td class="alt2" align="left">
    <if condition="$show['zodiacsign']">
    $zodiacsign
    </if>
    </td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Smoke / Drink:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field17] / $userinfo[field18]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Favorite Gear:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field394]</td>
  </tr>
  <tr>
    <td class="alt1" align="left"><span class="normal"><strong>Brand Loyality:</strong></span></td>
    <td class="alt2" align="left">$userinfo[field23]</td>
  </tr>
</table>
</td>

<!-- Declare Center Separating Column -->
<td width="10">&nbsp;</td>

<!-- Declare Right Side Column -->       
<td valign="top" width="60%">

<!-- Declare the Journal Table in an IF statement -->
<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 Journal Entry</td></strong>
    </tr>
    <tr>
      <td class="alt2">
      <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>
      <td class="alt1">
      <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>
</if>

<!-- Declare the About Table -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
  <tr class="tcat">
    <td><strong>A Little About $userinfo[username]</strong></td>
  </tr>
<!-- About me -->
  <tr>
    <td class="alt2" valign="top"><strong>About Me and My Bike:</strong><br />$userinfo[field8]</td>
  </tr>
<!-- How I got into Riding -->
  <tr>
    <td class="alt2"><strong>How I Got Into Riding:</strong><br />$userinfo[field25]</td>
  </tr>
<!-- Show Signature -->
<if condition="$show['signature']">
  <tr>
    <td class="alt1"><strong>My Signature:</strong><br />$userinfo[signature]</td>
  </tr>
</if>
</table>

<!-- Declare Friends List -->
    <br />
    $FNB_HTML

<!-- Declare Comments -->
    <br />
    $comment_panel

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

</td>
</table>

<!-- Declare User Options Table in IF statement for Admins -->
<if condition="can_moderate()">
<br />
  <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
      <td align="center" class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
    </tr>
  </table>
</if>

$footer
</body>
</html>


For some reason when I paste your layout code (copied exactly as you wrote there) into my MEMBERINFO I get the following:

Forbidden
You don't have permission to access /admincp/template.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


However, when I originally pasted Stangsta's example into MEMBERINFO it accepted fine and saved fine? I am using his example right now.

I can modify Stangsta's example fine (saves fine), just when I copy and paste your code in its entirety, and save, I get that error?

Any ideas what that problem is?

Tom

Synth 03-17-2006 09:34 AM

How do I add an additional Instant Messaging field? I need one for Google Talk:)

nestoras 03-17-2006 01:03 PM

i have a problem with the gallery!
in your memberinfo tou have it like that
Quote:

<a href="/gallery/browseimages.php?do=member&amp;imageuser=$userinfo[userid]" title="View More Pics">View More Pics ($userimages[count])</td> </div></strong>
but mine is forum/gallery/browseimages.php..........

when i put forum in front then its like that
forum/forum/gallery/browseimages.php.......

why the second forum comes up?

nestoras 03-17-2006 01:14 PM

sorry!i miss that part
root/gallery/ - Upload this folder and all of it's contents into your root directory

himerus 03-17-2006 07:52 PM

Without searching through every page of this thread, which I already did, I'm trying to figure out how to allow HTML in certain fields on the users profile...

For example, I have those fields set now to allow bbcodes by using a new plugin that looks like this::

PHP Code:

if (!is_object($bbcode_parser)) 

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


// myspace link

if (!empty($userinfo['field14'])){
$userinfo['field14'] = str_replace("http://"""$userinfo['field14']);
$userinfo['field14'] = str_replace("www."""$userinfo['field14']);
$userinfo['field14'] = "[url=http://www." $userinfo['field14'] . "]"$userinfo['field14']. "[/url]";
$userinfo['field14'] = $bbcode_parser->parse($userinfo['field14'],0true);
$userinfo['field14linked'] = "TRUE";
}
else {
$userinfo['field14linked'] = FALSE;
}
// about me
$userinfo['field23'] = $bbcode_parser->parse($userinfo['field23'],0true);
$userinfo['field23linked'] = "TRUE";

// who I'm meeting
$userinfo['field8'] = $bbcode_parser->parse($userinfo['field8'],0true);
$userinfo['field8linked'] = "TRUE";

// custom advertisements for  user
$userinfo['field24'] = $bbcode_parser->parse($userinfo['field24'],0true);
$userinfo['field24linked'] = "TRUE"

I need to be able to quickly convert the certian sections to HTML, and not have them blocked by the system...

I'm sure it's easy, I just can't find the code to accomplish it at the moment...

Great hack.... thanks!!!

INSTALL

ZacUSNYR 03-18-2006 01:23 PM

Quote:

Originally Posted by Lissa
ZacUSNYR, I like your template so much better than the one I was using.

I don't know if you can help me out or not, but when I use your template, and add the vbux info in the template, the whole template goes out of whack:

Is there a quick way to fix it?

Where are you adding it? As long as you put it between the tables in the left or right column you'll be fine.

Lissa 03-18-2006 01:27 PM

Quote:

Originally Posted by ZacUSNYR
Where are you adding it? As long as you put it between the tables in the left or right column you'll be fine.

I'll give it a try again and let you know what happens :)

Edit: It worked!! . I just put it in the right place this time ;) Thanks!

ZacUSNYR 03-18-2006 01:28 PM

$userinfo['fieldX'] = html_entity_decode($userinfo['field8']);

Quote:

Originally Posted by himerus
Without searching through every page of this thread, which I already did, I'm trying to figure out how to allow HTML in certain fields on the users profile...

For example, I have those fields set now to allow bbcodes by using a new plugin that looks like this::

PHP Code:

if (!is_object($bbcode_parser)) 

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


// myspace link

if (!empty($userinfo['field14'])){
$userinfo['field14'] = str_replace("http://"""$userinfo['field14']);
$userinfo['field14'] = str_replace("www."""$userinfo['field14']);
$userinfo['field14'] = "[url=http://www." $userinfo['field14'] . "]"$userinfo['field14']. "[/url]";
$userinfo['field14'] = $bbcode_parser->parse($userinfo['field14'],0true);
$userinfo['field14linked'] = "TRUE";
}
else {
$userinfo['field14linked'] = FALSE;
}
// about me
$userinfo['field23'] = $bbcode_parser->parse($userinfo['field23'],0true);
$userinfo['field23linked'] = "TRUE";

// who I'm meeting
$userinfo['field8'] = $bbcode_parser->parse($userinfo['field8'],0true);
$userinfo['field8linked'] = "TRUE";

// custom advertisements for  user
$userinfo['field24'] = $bbcode_parser->parse($userinfo['field24'],0true);
$userinfo['field24linked'] = "TRUE"

I need to be able to quickly convert the certian sections to HTML, and not have them blocked by the system...

I'm sure it's easy, I just can't find the code to accomplish it at the moment...

Great hack.... thanks!!!

INSTALL


ZacUSNYR 03-18-2006 01:30 PM

Because it's relative to site root.

Just set it to gallery/

Quote:

Originally Posted by nestoras
i have a problem with the gallery!
in your memberinfo tou have it like that

but mine is forum/gallery/browseimages.php..........

when i put forum in front then its like that
forum/forum/gallery/browseimages.php.......

why the second forum comes up?


ZacUSNYR 03-18-2006 01:38 PM

Quote:

Originally Posted by SludgeMeister
For some reason when I paste your layout code (copied exactly as you wrote there) into my MEMBERINFO I get the following:

Forbidden
You don't have permission to access /admincp/template.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I'd verify you're pasting the whole thing - VB will check the code and if it doesn't like it - it'll do that.

You need to change any references to paths that I have set as well.

ZacUSNYR 03-18-2006 07:16 PM

Quote:

Originally Posted by Lissa
I'll give it a try again and let you know what happens :)

Edit: It worked!! . I just put it in the right place this time ;) Thanks!

Yea I didn't see any reason why it wouldn't ;)

In the template I posted I had the <br /> (line break) outside of the journal if statement, because I didn't realize the journal entries didn't show up if you didn't have one. So if you don't have a journal it'll put a line break at the about me section - just move the <br /> between the </table> and </if> for the journal table :)

djjeffa 03-18-2006 09:08 PM

im loving this hack
http://www.djjeffa.com/vb/djjeffa

vbreal 03-19-2006 02:23 AM

Quote:

Originally Posted by SludgeMeister
For some reason when I paste your layout code (copied exactly as you wrote there) into my MEMBERINFO I get the following:

Forbidden
You don't have permission to access /admincp/template.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

However, when I originally pasted Stangsta's example into MEMBERINFO it accepted fine and saved fine? I am using his example right now.

I can modify Stangsta's example fine (saves fine), just when I copy and paste your code in its entirety, and save, I get that error?

Any ideas what that problem is?

Tom

yo i am having the same problem

vbreal 03-19-2006 06:28 AM

Quote:

Originally Posted by MissKalunji
uh i said what? it gives a white background!?!?!? :surprised: you lost me

What i said...was to use (right under </title>)

<style type="text/css">
$post[field#]
</style>


The problem with the <if> statement is ....

If no one enters any css it keeps the normal vb but if they do enter css it removes the whole headinclude ...wich gives javascript error..and quick link not working

when you use the one i just put...it still replaces the vb stuffs and does what it gotta do without bothering the quick link javascript and the headinclude template...

hey i made that change. but it still doesn't work

also my comments sections is cut off
the whole thing is cut off. i want it to be the width for my main forum section. how can i squeeze the page together so it doesn't do what it is doing.
also the navbar is messed up.

if i don't want the main banner to show how i wuold i do that.


check out my page

www.trudaily.com/mrdaily

any help is appreciated

thanks

vbreal 03-19-2006 01:10 PM

i uploaded that latest uploads to profile but it was made for the older version of vbgallery i amusing photo post anything available for that.

and why does everyone seem to have the older version. i tried to get my hands on it vs spending 120. i swear that is to expensive for that gallery.

vbreal 03-19-2006 09:09 PM

i used zac's template but my friends list and comments are still being cut off.
here is the code i use. i didn't change the fields because i am just testing it out.

PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
$headinclude <title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
<!-- Declare 
style from profile field -->
<if 
condition="$userinfo[field23]">
<
style type="text/css">$userinfo[field23]</style>
</if>
</
head>
<
body> <!-- Call header and navbar -->
$header
$navbar 
<!-- Check to see if user viewing profile is themselves show link to usercp -->
<if 
condition="$userinfo[userid] == $vbulletin->userinfo[userid]">
  <
table class="tborder" cellpadding="0" cellspacing="1" border="0" width="30%" align="center">
    <
tr>
      <
td class="alt1" align="center">
        <
div class="smallfont">
        <
phrase 1="$userinfo[username]">$vbphrase[x_you_are_viewing_your_profile]</phrase>
        <
strong><a href="http://www.twowheelfemales.com/forum/profile.php?do=editprofile">Edit Profile</a></strong></div>
      </
td>
    </
tr>
  </
table>
<
br />
</if>
 
<!-- Declare 
main table -->
<
table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"
  <
tr
    <
td valign="top" width="0%"> <!-- Left column first table includes nameavatarsexlocationlast online time -->
<
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]</strong>
      </
div>
    </
td>
  </
tr>
  <
tr>
    <
td class="thead" align="center" colspan="2"><a href="http://members.twowheelfemales.com/$userinfo[username]class="smallfont" /><strong>members.twowheelfemales.com/$userinfo[username]</strong></a>
  </
tr> <!-- Declare the avatar - use IF statement to show default if one is not present -->
  <
tr
    <
td class="alt2" align="center">
    <if 
condition="$show['avatar']">
      <
div align="center"><a href="/forum/vbpicgallery.php?do=hall&amp;u=$userinfo[userid]/><img src="$post[avatarurl]border="0" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></div>
    <else /> 
      <
div align="center"><img src="http://www.twowheelfemales.com/forum/images/arcade/noavatar.gif" /></div>
    </if>
<!-- 
View More Pics link to PhotoPlog -->
    <
br />
    <
strong><a href="http://www.twowheelfemales.com/gallery/index.php?$session[sessionurl]u=$userinfo[userid]title="View More Pics in the Photo Gallery" />View More Pics.</a></strong>
<!-- 
View my garage link link to vBPicGallery (vbgarage) -->
    <
br />
    <
div align="center"><strong><a href="/forum/vbpicgallery.php?do=hall&amp;u=$userinfo[userid]title="View my Garage" />View my Garage.</a></strong></div>
  </
td
<!-- 
Right Column General info boxSexLocationOnline Status -->
<
td align="left" valign="top" class="alt2"
  <
table width="100%" cellspacing="0" cellpadding="1" align="center">
    <!-- Declare 
the usertitle in an IF statement -->
    <if 
condition="$userinfo['usertitle']"
    <
tr
      <
td colspan="2" align="left"><span class="smallfont">$userinfo[usertitle]</span></td
    </
tr>
    </if> 
    <
tr>
      <
td colspan="2" height="1"></td>
    </
tr>
    <
tr>
      <
td colspan="2" height="5">$userinfo[onlinestatus]</td>
    </
tr>
    <
tr>
      <
td colspan="2" height="1"></td>
    </
tr>
    <
tr>
      <
td width="20%">
      <
strong>Sex:&nbsp;&nbsp;&nbsp;</strong>
      </
td>
      <
td align="left">
      <!-- 
Call Sex Field -->
      
$userinfo[field5
      </
td>
    <
tr>
      <
td colspan="2" height="2"></td>
    </
tr>
  <if 
condition="$show['age']">
    <
tr>
      <
td>
      <
strong>$vbphrase[age]:&nbsp;&nbsp;&nbsp;</strong
      </
td>
      <
td align="left">
      
$userinfo[age]
      </
td>
    </
tr>
    <
tr>
      <
td colspan="2" height="2"></td>
    </
tr>
  </if> 
    <
tr>
      <
td colspan="2"><strong>$vbphrase[join_date]: </strong></td>
    </
tr>
    <
tr>
      <
td colspan="2">$userinfo[datejoined]</td>
    </
tr>
    <
tr>
      <
td colspan="2">
      <
strong>Location:</strong
      </
td>
    </
tr>
    <
tr>
      <
td colspan="2" align="left">
      <!-- Declare 
location Field -->
      
$userinfo[field2]
      </
td
    <
tr>
      <
td colspan="2" height="2"></td>
    </
tr>
    <
tr>
      <
td colspan="2">
      <
strong>Last Online:</strong
      </
td>
    </
tr>
    <
tr>
      <
td colspan="2" align="left">$userinfo[lastactivitydateat $userinfo[lastactivitytime]</td>
    </
tr>
  </
table>
    </
td
  </
tr
</
table>  <!-- Declare the Contact Username Table -->
<
br />
<
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]</strong></td>  
  </
tr
  <
tr
    <
td class="alt2" nowrap="nowrap" width="50%" valign="middle" align="center"
    <
a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/sendpm.gif" width="79" height="22"></a>
    </
td
    <
td class="alt2" nowrap="nowrap" width="50%" valign="middle" align="center"
    <
a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/sendmailicon2.gif" width="79" height="22"></a
    </
td
  </
tr>
  <
tr
    <
td class="alt2" nowrap="nowrap" valign="middle" align="center"
    <if 
condition="$show['addbuddylist']"
      <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/addbuddy.gif" width="79" height="22"></a
    <else />
      <
a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/remove.jpg" width="79" height="22"></a>
    </if>
    </
td
    <
td class="alt2" nowrap="nowrap" valign="middle" align="center"
    <if 
condition="$show['addignorelist']">
      <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/block.jpg" width="79" height="22"></a>
    <else />
      <
a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><img border="0" src="http://www.twowheelfemales.com/forum/images/profile/addbudy.jpg" width="79" height="22"></a>
    </if> 
    </
td
  </
tr>
</
table> <!-- Declare all Instant Message contacts in IF conditions -->
<
br />
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"
  <
tr class="tcat"
    <
td colspan="2"><strong>Instant Message $userinfo[username]</strong></td>  
  </
tr
<if 
condition="$userinfo['showicq']">  
  <
tr>
    <
td class="alt2" valign="middle" align="center" width="10%">$userinfo[icqicon]</td>
    <
td class="alt2" valign="middle" align="left">
    <
a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a
    </
td>
  </
tr>
</if> 
<if 
condition="$userinfo['showaim']"
  <
tr>
    <
td class="alt2" valign="middle" align="center" width="10%">$userinfo[aimicon]</td>
    <
td class="alt2" valign="middle" align="left">
    <
a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a
    </
td>
  </
tr>
</if>
<if 
condition="$userinfo['showmsn']">  
  <
tr>
    <
td class="alt2" valign="middle" align="center" width="10%">$userinfo[msnicon]</td>
    <
td class="alt2" valign="middle" align="left">
    <
a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a
    </
td>
  </
tr>
</if>
<if 
condition="$userinfo['showyahoo']">  
  <
tr>
    <
td class="alt2" valign="middle" align="center" width="10%">$userinfo[yahooicon]</td>
    <
td class="alt2" valign="middle" align="left">
    <
a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a
    </
td>
  </
tr>
</if>
<if 
condition="$userinfo['showskype']">
  <
tr>
    <
td class="alt2" valign="middle" align="center" width="10%">$userinfo[skypeicon]</td>
    <
td class="alt2" valign="middle" align="left">
<
a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
</
tr>
</if>
</
table
 
<!-- Declare 
the User Information 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></strong>
  </
tr>  
  <
tr
    <
td class="alt2"><a href="$userinfo[homepage]target="_blank" dir="ltr" class="smallfont">My Home Page</a></td>
  </
tr
<if 
condition="$show['profileviews']">
  <
tr
    <
td class="alt2">
    <if 
condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;" class="smallfont">$vbphrase[profile_views]</a>
    <else />
    <
span class="smallfont">$vbphrase[profile_views]</if>: $userinfo[profileviews]</span>
    </
td>
  </
tr
</if>
  <
tr
    <
td class="alt2"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]rel="nofollow" class="smallfont"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td
  </
tr
  <
tr
    <
td class="alt2"><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]rel="nofollow" class="smallfont"><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
<if 
condition="$vboptions['usereferrer']">
  <
tr
    <
td class="alt2"><div class="smallfont"><strong>$vbphrase[referrals]:</strong$referrals</div></td>
  </
tr
</if> 
<if 
condition="$show['usernotes']">
  <
tr
    <
td class="alt2"><div class="smallfont"><strong>$vbphrase[user_notes]:</strong>
    <if 
condition="$show['usernoteview']">
    <
strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
    </if>
    <if 
condition="$show['usernotepost']">
    [<
a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
    </if>
    <if 
condition="$show['usernoteview']">
    <
br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
    </
div>
    </if>
    </
td>
  </
tr
</if>
</
table>  <!-- Declare User Interests Table -->
<
br />
<
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</strong></td>
  </tr>
<if condition="$userinfo[field6]"> 
  <tr valign="top"> 
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>General:</strong></span></td> 
    <td class="alt2" align="left" valign="top">$userinfo[field6]</td> 
  </tr> 
</if>
<if condition="$userinfo[field3]">
  <tr> 
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Music:</strong></span></td> 
    <td class="alt2" align="left" valign="top">$userinfo[field3]</td> 
  </tr> 
</if>
<if condition="$userinfo[field4]">
  <tr> 
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Movies:</strong></span></td> 
    <td class="alt2" align="left" valign="top">$userinfo[field4]</td> 
  </tr> 
</if>
<if condition="$userinfo[field32]">
  <tr> 
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Television:</strong></span></td> 
    <td class="alt2" align="left" valign="top">$userinfo[field32]</td> 
  </tr>
</if>
<if condition="$userinfo[field11]">
  <tr> 
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Racing:</strong></span></td> 
    <td class="alt2" align="left" valign="top">$userinfo[field11]</td> 
  </tr> 
</if>
<if condition="$userinfo[field27]">
  <tr> 
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Books:</strong></span></td> 
    <td class="alt2" align="left" valign="top">$userinfo[field27]</td> 
  </tr>
</if>
  <tr> 
    <td class="alt1" align="left" valign="top"><span class="normal"><strong>Groups:</strong></span></td> 
    <if condition="$show['
membergroups']"> 
    <td class="alt2" valign="top"><span class="normal">$membergroupbits</span></td>
    <else /> 
    <td class="alt2" valign="top"><span class="normal"><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></span></td> 
  </tr>
</if> 
</table>  <!-- Declare User Details Table -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> 
  <tr class="tcat"> 
    <td class="text" align="left" height="10" valign="center" colspan="2"><strong>$userinfo[username]'
s Details</strong></td>  
  </
tr
  <
tr
    <
td class="alt1" align="left" width="33%"><span class="normal"><strong>Riding Status:</strong></span></td
    <
td class="alt2">$userinfo[field15]</td
  </
tr
  <
tr
    <
td class="alt1" align="left"><span class="normal"><strong>I Ride:</strong></span></td
    <
td class="alt2" align="left"><if condition="$comma =''"></if>
    <if 
condition="$post['field393']&1">
    
$comma Streets
    
<if condition="$comma =','"></if>
    </if> 
    <if 
condition="$post['field393']&2">
    
$comma Track
    
<if condition="$comma =','"></if>
    </if>
    <if 
condition="$post['field393']&4">
    
$comma Off-Road
    
<if condition="$comma =','"></if>
    </if>
    <if 
condition="$post['field393']&8">
    
$comma Water
    
<if condition="$comma =','"></if>
    </if>
  </
tr>
  <
tr
    <
td class="alt1" align="left"><span class="normal"><strong>Riding Style:</strong></span></td
    <
td class="alt2" align="left">$userinfo[field]</td
  </
tr
  <
tr
    <
td class="alt1" align="left"><span class="normal"><strong>Hometown:</strong></span></td
    <
td class="alt2" align="left">$userinfo[field390]</td
  </
tr
  <
tr
    <
td class="alt1" align="left"> <div align="left"><span class="normal"><strong>Ethnicity:</strong></span></td
    <
td class="alt2" align="left" id="ProfileReligion:">$userinfo[field16]</td
  </
tr
  <
tr
    <
td class="alt1" align="left"><span class="normal"><strong>Zodiac Sign:</strong></span></td
    <
td class="alt2" align="left">
    <if 
condition="$show['zodiacsign']"
    
$zodiacsign
    
</if>
    </
td
  </
tr
  <
tr
    <
td class="alt1" align="left"><span class="normal"><strong>Smoke Drink:</strong></span></td
    <
td class="alt2" align="left">$userinfo[field17] / $userinfo[field18]</td
  </
tr
  <
tr
    <
td class="alt1" align="left"><span class="normal"><strong>Favorite Gear:</strong></span></td
    <
td class="alt2" align="left">$userinfo[field394]</td
  </
tr
  <
tr
    <
td class="alt1" align="left"><span class="normal"><strong>Brand Loyality:</strong></span></td
    <
td class="alt2" align="left">$userinfo[field]</td
  </
tr
</
table>
</
td>  <!-- Declare Center Separating Column -->
<
td width="10">&nbsp;</td> <!-- Declare Right Side Column --> 
<
td valign="top" width="60%">  <!-- Declare the Journal Table in an IF statement -->
<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 Journal Entry</td></strong> 
    </tr> 
    <tr> 
      <td class="alt2">
      <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> 
      <td class="alt1">
      <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> 
</if>  <!-- Declare the About Table -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> 
  <tr class="tcat"> 
    <td><strong>A Little About $userinfo[username]</strong></td>
  </tr> 
<!-- About me -->
  <tr> 
    <td class="alt2" valign="top"><strong>About Me and My Bike:</strong><br />$userinfo[field8]</td> 
  </tr> 
<!-- How I got into Riding -->
  <tr> 
    <td class="alt2"><strong>How I Got Into Riding:</strong><br />$userinfo[field25]</td> 
  </tr>  <!-- Declare Friends List -->
    <br />
    $FNB_HTML <!-- Declare Comments -->
    <br />
    $comment_panel     </td>
  </tr>
</table> </td> 
</table> <!-- Declare User Options Table in IF statement for Admins -->
<if condition="can_moderate()">
<br />
  <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> 
    <tr>
      <td align="center" class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
    </tr>
  </table>
</if> $footer 
</body>
</html> 



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

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

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

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

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