The {MEMBERREADYTOCHATICON} is an icon near the members name in the chat frame or in the "Online Users"-box on the main page.
I only saw it next to the Admins Name - and only the Admin (and not the member) can see it (?). When I click it, there open a new chat-window with the title "chatting with Paul". Only the Admin see it. So this is an icon which help me to chat with myself (a mirror do the same job).
So I really don`t understand it`s function. The function I need is an icon or a link near the members name. A link to chat with this member. Something like this:
Comments on {MEMBERREADYTOCHATICON}
Member
Usergroup: Member
Joined: Jul 08, 2009
Total Topics: 17
Total Comments: 31
The {MEMBERREADYTOCHATICON} is an icon near the members name in the chat frame or in the "Online Users"-box on the main page.
I only saw it next to the Admins Name -
and only the Admin (and not the member) can see it (?).
When I click it, there open a new chat-window with the title "chatting with Paul".
Only the Admin see it.
So this is an icon which help me to chat with myself (a mirror do the same job).
So I really don`t understand it`s function.
The function I need is an icon or a link near the members name.
A link to chat with this member.
Something like this:
<a href="{MEMBERPROFILEURL}" class="{MEMBERGROUPNAMESTYLE}">{MEMBERNAME}</a>
<IF {MEMBERREADYTOCHAT}>
[<a href="im.php?with={MEMBERID}" target="win" onclick="window.open('','win','{IMDIMENSIONS}');">chat with me</a>]<br /></IF>
What is the {MEMBERREADYTOCHATICON} ?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
To fix the title, search the language page for "Chatting with Paul" and change to "Chatting with {MEMBERNAME}".
You can chat with any member who has selected to allow IMs in their profile, assuming you've also selected to allow IMs from everyone in yours.
If you want to change the text/image html, you can use the html you've already written there.
Member
Usergroup: Member
Joined: Jul 08, 2009
Total Topics: 17
Total Comments: 31
Thanks Paul!
(You are right. I don`t know how - but the icon works also for the member now.
You must have telekinesis powers).