vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > Mini-Profile Error (Top)

Mini-Profile Error (Top) - Posted By dog199200 (dog199200) on 16th Nov 08 at 10:56am
OK when setting a mini-profile along the top, I get this little glitch:

http://i25.photobucket.com/albums/c51/dog199200/untitled555.png

I have had it happen several times and it comes and goes. As well it only happens when you hit the Profile button, not in the topic mini-profile.

Edit:

Browser: Firefox


Code Part Members:
Code:
 
  1. <table width="100%" cellpadding="4" cellspacing="1">
  2. <tr>
  3. <td Class= "Window 1" Width= "45%" Align= "left">
  4.  
  5. <span style="float: left; position: top;">
  6. {if:avatar}
  7.     {avatar}
  8. {/if:avatar}
  9. {ifnot:avatar}
  10.     <img src="http://images.idolforums.com/style_images/idf/no-av.gif" />
  11. {/ifnot:avatar}
  12. </span>
  13.  
  14. <span style="float: left; position: top;">
  15. <font size="4">{display_name} is</font>
  16.  
  17. {if:online}
  18.     <font size="2" style="text-decoration: blink;" color="#3300FF"><b>Online Now</b></font>
  19. {/if:online}
  20. {ifnot:online}
  21.     <font size="2"><b>Currently Offline</b></font>
  22. {/ifnot:online}
  23.  
  24. <br />
  25.  
  26. {rank_name}<br /> {rank_image}
  27.  
  28. {if:secondrygroup}<br /> {secondrygroup_name} {secondrygroup_image}{/if:secondrygroup}
  29.  
  30. </span>
  31. </td>
  32. <td Class= "Window 1" Width= "25%" Align= "center" vAlign= "bottom">
  33. <span style="float: left; position: center;">
  34.  
  35. {if:personal_text}{personal_text} <br />{/if:personal_text}
  36. {if:custom_title}{custom_title}{/if:custom_title}
  37.  
  38. </span>
  39. <td>
  40.  
  41. <td Class= "Window 1" Width= "30%" Align= "right" vAlign= "top">
  42. <span style="float: right; position: top;">
  43.  
  44. <table cellpadding="0" cellspacing="0">
  45.     <tr>
  46.         <td rowspan="2">
  47.             <div style="clear: both;">
  48. {foreach:reputation}
  49.                 <div style="height: 8px; width: 8px; background-color: #009900; float: left; margin: 3px;"></div>
  50. {/foreach:reputation}
  51. {foreach:negative_reputation}
  52.                 <div style="height: 8px; width: 8px; background-color: #CC0000; float: left; margin: 3px;"></div>
  53. {/foreach:negative_reputation}
  54.                 <br style="clear: both;">
  55.             </div>
  56.         </td>
  57.         <td align="center"><font size="1">{reputation_give}</font></td>
  58.     </tr>
  59.         <tr>
  60.         <td align="center"><font size="1">{reputation_take}</font></td>
  61.     </tr>
  62. </table>
  63.  
  64. Joined: {joined}<br />
  65. {if:location}Location: {location}<br />{/if:location}
  66. Gender: {if:gender} {gender}<br />{/if:gender}{ifnot:gender} Undefined<br />{/ifnot:gender}
  67. Post: {posts} <br />
  68. {additional_info}
  69. </span>
  70. </td>
  71. </tr>
  72. </table>
 


Code Part Guest:
Code:
 
  1. <span style="float: left; position: top;">
  2.     <img src="http://images.idolforums.com/style_images/idf/no-av.gif" />
  3. </span>
  4.  
  5. <span style="float: left; position: top;">
  6. <font size="4">Guest_{name}</font>
  7. </span>
 

Re: Mini-Profile Error (Top) - Posted By Dreg[Bot] (dregondrahl) on 16th Nov 08 at 1:06pm
Any specific browser?
most likely the colspan is conflicting between 1 and2

Re: Mini-Profile Error (Top) - Posted By dog199200 (dog199200) on 16th Nov 08 at 10:14pm
ok I updated the post, adding more info, providing the code, just in case that the problem. But I dont think its cellspan because i'm not using cellspan

Re: Mini-Profile Error (Top) - Posted By Dreg[Bot] (dregondrahl) on 17th Nov 08 at 12:38pm
Hmm well i tested a few times and as far as i an tell its not vF fault all the colspans and such are working fine.

Do you use firebug ?

Re: Mini-Profile Error (Top) - Posted By dog199200 (dog199200) on 17th Nov 08 at 10:20pm
no

Re: Mini-Profile Error (Top) - Posted By Nick (nickb) on 17th Nov 08 at 11:05pm
It obviously works now: http://i185.photobucket.com/albums/x20/magedesigns/misc/ViewProfile-Darkmage.png

That problem was there, then I cleared my cookies, cache etc. and it is now working.


Re: Mini-Profile Error (Top) - Posted By dog199200 (dog199200) on 17th Nov 08 at 11:09pm
hmm ok that might of been the problem. No one else form what OI have known has seen it so,it was just my pc doing ti

Re: Mini-Profile Error (Top) - Posted By Nick (nickb) on 17th Nov 08 at 11:34pm
But now that I went to your profile. It has that block, but I go to my profile, it looks normal o_0 soooo I don't know what the problem is.