vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: vForums :: Report a Bug :: Resolved Bugs :: Mini-Profile Error (Top) - View Topic
Topic Rating: *****
Printable View
dog199200
Guest
Mini-Profile Error (Top) (16th Nov 08 at 10:56am UTC)
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>
 
Dreg[Bot]
Moderator
*****

[Avatar]
Broken

Posts: 415
Status: Offline
Gender: Male
Age: 37
Joined:  

Additional Groups:
Coding Team
***


Reputation: 14%  


pm
Re: Mini-Profile Error (Top) (16th Nov 08 at 1:06pm UTC)
Any specific browser?
most likely the colspan is conflicting between 1 and2


Image

Now obsession rules my mind
This commotion makes me blind
Searching out who ever runs
Or has stolen away my life

But i've already said

Don't ever back down
Don't ever turn around
My end has come
So now I come for you....

dog199200
Guest
Re: Mini-Profile Error (Top) (16th Nov 08 at 10:14pm UTC)
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
Dreg[Bot]
Moderator
*****

[Avatar]
Broken

Posts: 415
Status: Offline
Gender: Male
Age: 37
Joined:  

Additional Groups:
Coding Team
***


Reputation: 14%  


pm
Re: Mini-Profile Error (Top) (17th Nov 08 at 12:38pm UTC)
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 ?


Image

Now obsession rules my mind
This commotion makes me blind
Searching out who ever runs
Or has stolen away my life

But i've already said

Don't ever back down
Don't ever turn around
My end has come
So now I come for you....

dog199200
Guest
Re: Mini-Profile Error (Top) (17th Nov 08 at 10:20pm UTC)
no
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Re: Mini-Profile Error (Top) (17th Nov 08 at 11:05pm UTC)
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.

dog199200
Guest
Re: Mini-Profile Error (Top) (17th Nov 08 at 11:09pm UTC)
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
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Re: Mini-Profile Error (Top) (17th Nov 08 at 11:34pm UTC)
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.
 Printable View

All times are GMT+0 :: The current time is 10:07am
Page generated in 0.6263 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums