PDA

View Full Version : [Bug] in online.php: Username is not shown while hovering over "pm" and "email"


Mystics
Mon 5th Aug '02, 2:11pm
Hi,

Instead of describing the Bug, I'll quote my posting (http://www.vbulletin.com/forum/showthread.php?s=&threadid=38205) from the "Pre 2.2.2 Bugs Forum" ;)Description where you can see the Bug:

1. Open Who's Online (http://beta.vbulletin.com/vb3/online.php?s=)
2. Move your mouse over the "PM"-Button of any user [Let's call him TestUser]
3. You should see this text in a mouse-over-effect: "Click here to Send TestUser a Private Message"
but you actually get "Click here to Send  a Private Message" => so, the username is not shown

This text could be found in the Template postbit_sendpm:[...]alt="Click here to Send $post[username] a Private Message">[...]The problem is:
The variable $post[username] never got initialized in online.php!

The same bug could be found with the "eMail-Button" in Who's Online (http://beta.vbulletin.com/vb3/online.php?s=) (Template: postbit_useremail)
Mystics

filburt1
Mon 5th Aug '02, 2:12pm
Not that many tooltips anywhere...

Steve Machol
Mon 5th Aug '02, 2:20pm
As the announcement said the vB3 style is not finished yet.

Freddie Bingham
Mon 5th Aug '02, 2:47pm
I'll fix it in a bit.