Okay I think I know what's happening:
Hasaan's code looks for these two variables - postusername and lastposter and then wraps tags around them.
This works fine as showing up in the forums, however the onlinestatus hover uses the same postusername variable causing it to inject the tags around it as well, causing the tags to show up in the hover.
So if I can find where the onlinestatus is pulling the postusername variable and change it to something similar, the extra code in the hover shouldn't appear anymore.
At least that's one way of fixing it... it would be nice to find a way to use an if statement or something to disinclude the onlinestatus somehow from using the tags.
Hope that makes sense.
|