I don't know if this is possible, but is there a mod that if a user is online you can start an instant message with that user? Something like whats in GMAIL, the instant chat will pop up in the window being viewed...
Thanks
Neil
Nothing too complicated here unless you want it all sorts of fancy. I think it is if $context['user']['is_online'] echo '****';
That MAY be the thing you're looking for.
thanks but how would i implement that?
thanks for reply
Well, first you'd need a script that enabled people to talk via those things or provided the URLs to chat with those things. (You could hack the bit out of SMF's profile for that.) Then you'd put it where you wanted it in the template you were using.