
Ah, i forgot to add one image to install packagesimvader wrote:if someone has no avatar it shows as a broken image, not looking nicely
probably you did something wrong, there should not be Undefined. Did you log out and log in again?teh bawse wrote:oh yeah... it dont show avatars...
the userid wont even show either
heres what it shows
undefined: testing
undefined: testing
undefined: testing
thats me entering testing
the online/offline images ain't by the username either... theyre below
there should not be undefined. please send me PM with 2 demo users to test it on your website. thanksteh bawse wrote:are u sayin there should be "undefined"?
ive logged out 4 or 5 times...
what would I have done wrong?
Kamahl19 wrote:Yes, it is the main problem of this chat but I do not know how to solve it right now. Maybe if someone could help mesimvader wrote: only one thing, the user ID's are now used to chat with, instead of the usernames.
Great work so far tho!
yes, but you can better upgrade to 3.0.7, it also works thereartikkk wrote:does it work on phpbb 3.0.6?
No this doesnt work, I still got my user ID (2) when I am chatting with people, and this is the same for the guy at the other endNiyas wrote:Kamahl19 wrote:Yes, it is the main problem of this chat but I do not know how to solve it right now. Maybe if someone could help mesimvader wrote: only one thing, the user ID's are now used to chat with, instead of the usernames.
Great work so far tho!
yes i have a solution
1) Open: styles/prosilver/template/overall_header.html
2) find
<a href="javascript:void(0)" onclick="javascript:chatWith('{online_row.USER_ID}')">{online_row.AVATAR} <span>{online_row.USERNAME}</span>{online_row.STATUS}</a>
3) Replace with
<a href="javascript:void(0)" onclick="javascript:chatWith('{online_row.USERNAME}')">{online_row.AVATAR} <span>{online_row.USERNAME}</span>{online_row.STATUS}</a>
I found this somewhat working...........