MyBB Community Forums
AJAX CHAT WITH MYBB AVATARS - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: AJAX CHAT WITH MYBB AVATARS (/thread-176452.html)



AJAX CHAT WITH MYBB AVATARS - iColinMeiklem - 2015-08-27

i am pritty sure everyone has heard of the ajax chat from blueimp.

i was wondering if anyone know how to put the mybb avatar from a user and then make the avatar show on the ajax chat next to the username of that person  i have been asking around for like forever! and no one can do it :Sado thought i would ask on here... here is an example of what i mean.

[Image: iikweay.jpg]

anyone?


RE: AJAX CHAT WITH MYBB AVATARS - Sazze - 2015-08-27

Make sure to include "avatar" in the query, and then you could use something like;

<div style="float: right;">{$users['avatar']}</div>

what's the plugin?


RE: AJAX CHAT WITH MYBB AVATARS - iColinMeiklem - 2015-08-27

confused me i dont know much code. what do you mean by plugin?