Hi,
maybe it helps if u look at the
AjaxChat Plugin to get a inspiration of it.
Would be very thankful too if there were such feature like a popout chat box implented. Additionally I suggest that the Button blinks if there is a new message and the chat box isn’t active.
Best regards,
PS: Thank you for the great work already done.
Hi!
To remove the (gr)avatar is a built-in function of the widget. So go to your widgets, open the widget area where your quick chat widget is placed and there under its settings uncheck the box “show avatars”.
For removing the hour I only have a kinda dirty way to remove the whole timestamp. Therefore go into your quick-chat.css and find the string
/* Message time, applies to all messages */
div.quick-chat-history-timestring{display:none; font-style:italic; margin: 0; padding: 0;}
add the display:none; to your entry (see above)
Hope I could help a bit 😉
Best regards