View Single Post
  #444  
Old 04-01-2006, 12:23 AM
shadowdancer36 shadowdancer36 is offline
 
Join Date: Nov 2005
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some odd reason on my profile page the views to the page is white. I took some of the code from this hack to do mine but I can't fig out the reason its white when I'm logged in and black when I'm not. I know this shouldn't be the thread to post this in becuz the hack was done by someone else. But I never get support when i post there. Here's a shot of what I mean.

Attachment 45032

Any ideas there? I've tried to made the color black but that hasn't worked. Here's the code for my profile:

Code:
<table width="800" align="center" cellpadding="0" cellspacing="8" class="tborder">
  <tr>
 <td colspan="2" class="tcat"> <div style="font-size:18pt"><strong>&nbsp;$userinfo[musername] $userinfo[onlinestatus]</strong></div></td>
  </tr>
  <tr>
    <td width="365" valign="top">
  <table width="100%" border="0" cellpadding="0" cellspacing="1" class="tborder">
    <tr class="tcat">
      <td align="center">
        
		
		 <!-- START USER AVATAR -->
          <if condition="$show['avatar']"> 
          <div style="float:center;">            <img src="$userinfo[avatarurl]" alt="<phrase 1=" $userinfo[avatarsize] $userinfo[username]">$vbphrase[xs_avatar]
              </phrase>
  " 
              border="1" style="border:1px solid $stylevar[tborder_bgcolor]; 
              border-top:none" /></div> </if>
          
            <div align="center">
              <!-- END USER AVATAR -->          
              <!-- USER INFORMATION -->        
          </div></td>
        <td valign="middle"><table width="100%" align="left" cellpadding="3" cellspacing="0">
          
          <tr class="tcat">
            <td><div align="left"><b>$userinfo[usertitle]</b></div></td>
          </tr>
          
          <tr class="alt1">
            <td><div align="left"><b>$vbphrase[join_date]:</b><br>$userinfo[datejoined]</div></td>
          </tr>
          
          <tr class="alt2">
            <td><if condition="$show['lastactivity']">
              <div>
                <div align="left"><b>Last Online At:</b><br>$userinfo[lastactivitydate] - <span class="time">$userinfo[lastactivitytime]</span></div>
		    </div>
		    </if>		</td>
          </tr>
          
		  <tr class="alt1">
            <td colspan="2"><div class="smallfont"><if condition="$show['profileviews']">              
              <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]</if></div></tr>
          
          </table></td>
      </tr>
  </table>
  <br>
  <table width="100%" border="0" cellpadding="3" cellspacing="0" class="tborder">
  <tr class="tcat">
    <td colspan="2"><div align="left"><strong>My Profile </strong></div></td>
  </tr>
  <tr class="alt2">
    <td width="42%"><div align="left"><strong>$vbphrase[age]:</strong></div></td>
    <td width="58%">$userinfo[age]</tr>
  <tr class="alt1">
    <td><div align="left"><strong>Sex:</strong></div></td>
    <td>$userinfo[field7]</td>
  </tr>
  <tr class="alt2">
    <td><div align="left"><strong>Status:</strong></div></td>
    <td>$userinfo[field8]</td>
  </tr>
  <tr class="alt1">
    <td><div align="left"><strong>Sexual Orientation:</strong></div></td>
    <td>$userinfo[field3]</td>
  </tr>
  <tr class="alt2">
    <td><div align="left"><strong>Sign:</strong></div></td>
    <td><if condition="$show['zodiacsign']">
$zodiacsign
</if></td>
  </tr>
  <tr class="alt1">
    <td><div align="left"><strong>From:</strong></div></td>
    <td>$userinfo[field9]</td>
  </tr>
  <tr class="alt2">
    <td><div align="left"><strong>Race:</strong></div></td>
    <td>$userinfo[field11]</td>
  </tr>
  <tr class="alt1">
    <td><div align="left"><strong>Income:</strong></div></td>
    <td>$userinfo[field12]</td>
  </tr>
  <tr class="alt2">
    <td><div align="left"><strong>Occupation:</strong></div></td>
    <td>$userinfo[field13]</td>
  </tr>
</table>

 
  

<br>
      <table width="100%" border="0" cellpadding="3" cellspacing="0" class="tborder">
          <tr class="tcat">
            <td class="text" wrap="" style="" valign="center"><div align="left"><strong>About Me  </strong> </div></td>
        </tr>
          <tr class="alt1">
            <td class="text" wrap="" style="" valign="center"><div align="left">$userinfo[field6]</div></td>
          </tr>
          
          <tr valign="top" class="alt2">
            <td align="left" valign="top"></td>
          </tr>
      </table>
      <br>
	  <table class="tborder" cellpadding="3" cellspacing="$stylevar[cellspacing]" width="100%" align="center"> 
		<tr class="tcat"> 
		<td>$userinfo[username]'s Latest Blog Entry</td>
		</tr> 
		
		<tr class="alt1">
		<td><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a>($journal[lastentry_date])<br/></td> 
		</tr> 
		
	<tr class="alt2"> 
	<td>[<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>] </td> 
		</tr> 
	 </table>
	 <br>
	  
	  <table width="100%" border="0" cellpadding="3" cellspacing="0" class="tborder">
  <tr class="tcat">
    <td colspan="2"><div align="left"><strong>Other Interest  </strong></div></td>
  </tr>
  <tr class="alt2">
    <td><div align="left">
      <DIV align="left"><STRONG>General:</STRONG></DIV>
    </div></td>
    <td>$userinfo[field7]</tr>
  <tr class="alt1">
    <td><div align="left">
      <DIV align="left"><STRONG>Music:</STRONG></DIV>
    </div></td>
    <td>$userinfo[field7]</td>
  </tr>
  <tr class="alt2">
    <td><div align="left">
      <DIV align="left"><STRONG>Movies:</STRONG></DIV>
    </div></td>
    <td>$userinfo[field8]</td>
  </tr>
  <tr class="alt1">
    <td><div align="left">
      <DIV align="left"><STRONG>Television:</STRONG></DIV>
    </div></td>
    <td>$userinfo[field3]</td>
  </tr>
  <tr class="alt2">
    <td><div align="left">
      <DIV align="left"><STRONG>Heros:</STRONG></DIV>
    </div></td>
    <td>$userinfo[field4]</td>
  </tr>
  <tr class="alt1">
    <td><div align="left">
      <DIV align="left"><STRONG>Favorite Books:</STRONG></DIV>
    </div></td>
    <td>$userinfo[field9]</td>
  </tr>
  <tr class="alt2">
    <td><div align="left">
      <DIV align="left"><STRONG>Groups:</STRONG></DIV>
    </div></td>
    <td>$userinfo[field11]</td>
  </tr>
</table>

      <br>
	  <table width="100%" align="center" cellpadding="3" cellspacing="0" class="tborder">
          <tr class="tcat">
            <th scope="col"><div align="center"><strong>Favorite Media </strong></div></th>
          </tr>
          <tr>
            <th scope="col"><table align="center" border="0" cellpadding="0" cellspacing="0" class="body" width="100%">
                
                <td> 
                  <div align="center">
                    <object id="MediaPlayer" width=350 height=250 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject">
                      <param name="FileName" value="$userinfo[field17]">
                      <param name="autoStart" value="1">
                      <embed type="application/x-mplayer2" src="$userinfo[field22]"
		    name="MediaPlayer"
		    autostart="1" 
		    width=350
		    height=250> </embed>
                    </object>
                  </div></td>
            </table></th>
          </tr>
      </table>
    <td valign="top">
      
      <div align="center">
        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="5" class="tborder">
          <tr class="alt1" valign="top">
            <td align="center">
<if condition="$show['profilepic']">
<img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]"> 
<else />
<img src="http://www.texasphotoforum.com/forum/images/noimage.jpg" alt="No Picture Uploaded"></if></td>
          </tr>
          <tr>
            <td align="center"><a href="http://www.mysite.com/forum/profile.php?do=editprofilepic">Add / Edit Profile Pic</a></td>
          </tr>
        </table>
        <br>
        <table align="center" border="0" cellpadding="3" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
          <tr>
            <td class="tcat" colspan="$columns">$userinfo[username]'s Latest Gallery Submissions</td>
          </tr>
          <tr>$profileimagebits</tr>
        </table>
        <br>
        <table width="100%" border="0" cellpadding="3" cellspacing="0" class="tborder">
          <!--DWLayoutTable-->
          <tr class="tcat">
            <td colspan="2"><div align="center"><strong>Contact Information</strong></div></td>
          </tr>
          <tr class="alt1">
            <td width="50%" valign="top"><div align="center">
              <if condition="$show['addbuddylist']">
                <div align="center"><img src="http://www.mysite.com/forum/images/collapse_tcat_collapsed.gif" alt="add" vspace="3" border="0"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><br>
                    Add to Buddies</a>
                  <else />
                  <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]">Remove from Buddies</a></div>
              </if>            </td>
		                                  
    <td width="50%" valign="top">      <if condition="$show['addignorelist']">
      <div align="center"><img src="http://www.mysite.com/forum/images/collapse_tcat_collapsed.gif" alt="add" vspace="3" border="0"><br>
        <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">Add to Ignore</a>
        <else />
        <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]">Remove from Ignore</a> </div>
            </if></td>
          </tr>
          <tr class="alt2">
            <td valign="middle"><div align="center"><img src="http://www.mysite.com/forum/images/newpm.gif" alt="mail" width="22" height="10" border="0"><br>
            <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" rel="nofollow"> Send E-Mail Me:</a></div></td>
            <td valign="middle"><div align="center"><img src="http://www.mysite.com/forum/images/newpm.gif" alt="mail" width="22" height="10" border="0"><br>
            <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]">Send PM to Me:</a></div></td>
          </tr>
          <tr class="tcat">
            <td colspan="2"><div align="center"><strong>Instant Messengers </strong></div></td>
          </tr>
          <tr class="alt1">
            <td colspan="2"><div align="center">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></td>
          </tr>
          <tr class="alt1">
            <td class="tcat" colspan="2"><div align="center"><strong>Other ways to reach me </strong></div></td>
          </tr>
          <td colspan="2" align="left" class="alt1">MySpace Profile Page:<br>
            <a href="$userinfo[field18]" target="_blank">$userinfo[field17]</a></td>
          </tr><tr>
            <td colspan="2" align="left" class="alt2">Face Book  Page:<br>
            <a href="$userinfo[field18]" target="_blank">$userinfo[field18]</a></td>
          </tr>
          <tr>
            <td colspan="2" align="left" class="alt1">Blackplanet Page:<br>
            <a href="$userinfo[field18]" target="_blank">$userinfo[field19]</a></td>
          </tr>
          <tr>
            <td colspan="2" align="left" class="alt2">One Model Place Profile Page:<br>
            <a href="$userinfo[field18]" target="_blank">$userinfo[field20]</a></td>
          </tr>
        </table>
         <br>
          
          
        <br>
    </div>  </tr>
  <tr>
    <td colspan="2" valign="top"><!--Friends and/or Buddies on Profile -->
<if condition="$userinfo[field5] == yes">$FNB_HTML</if>
<if condition="$userinfo[field5] != no">$FNB_HTML</if>
<!--Friends and/or Buddies on Profile --> </td>
  </tr>
  <tr>
    <td colspan="2" valign="top"><!-- Profile Comment System -->
$comment_panel
<!-- / Profile Comment System --></td>
  </tr>
  <tr>
    <td colspan="2" align="center" valign="top"><div align="center"><br>
    </div>
      <if condition="can_moderate()">
        <div align="center">Moderator Tools<br />
          <a 

href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a><br/>
        </div>
      </if>
<if condition="$mh_upcd_last_changed">
     <div style="padding:$stylevar[formspacer]px">
       <div align="center"><strong>Profile last updated: $mh_upcd_last_changed</strong>         </div>
     </div>
    </if></td>
  </tr>
</table>
Do you mind taking a look c?
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01309 seconds
  • Memory Usage 1,867KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete