Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
547 stars 300 forks source link

Wordpress :: avatars #187

Closed AdamiPL closed 9 years ago

AdamiPL commented 9 years ago

Hi, I'm was integrated AjaxChat with wordpress, everything works fine, but i wanna to display avatars, how to do this??

Yushe commented 9 years ago

You can't you would have to implement this feature into the code yourself.

Wedmer commented 9 years ago

You can add avatars in html template. If user id in chat is the same as in wordpress and avatar link is based on user id, then no additional coding is needed.

Frug commented 9 years ago

Wedmer is correct, the way to go about this is by editing the template and somehow use the user id to figure out the avatar URL. Please use the google group for questions.