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
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