Quote:
Originally Posted by DISLEX
anyone else have a problem where the username popup box that lets you see their profile, send a pm, etc is all messed up? Only half the entries show up, the rest are empty rows.
|
It isn't just you. I had forgotten all about that cuz I don't usually click on the username in a live post. At least View Public Profile and Visit Homepage are partially missing - the <a> tag isn't 'finished' and the phrase isn't there - note the lines in red:
Code:
<tbody><tr>
<td class="thead">xxxx</td>
</tr>
<tr><td class="vbmenu_option vbmenu_option_alink" style="cursor: default;"><a href="member.php?u=9" linkindex="400"/></td></tr>
<tr><td class="vbmenu_option vbmenu_option_alink"><a rel="nofollow" href="private.php?do=newpm&u=9" linkindex="401">Send a private message to xxxx</a></td></tr>
<tr><td class="vbmenu_option vbmenu_option_alink"><a rel="nofollow" href="search.php?do=finduser&u=9" linkindex="402"/></td></tr>
<tr><td class="vbmenu_option vbmenu_option_alink"><a href="profile.php?do=addlist&userlist=buddy&u=9" linkindex="403">Add xxxx to Your Contacts</a></td></tr>
</tbody>
I'll add it to the bug tracker.